screen-space-reflections
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "screen-space-reflections", | ||
"version": "1.0.2", | ||
"description": "", | ||
"version": "1.0.3", | ||
"description": "Screen Space Reflections implementation in three.js", | ||
"main": "index.js", | ||
"scripts": { | ||
"dist": "rollup src/ssr/SSRPass.js --file dist/SSRPass.js --config bundler/rollup.config.js", | ||
"build": "webpack --config ./bundler/webpack.prod.js", | ||
"serve": "serve -s public", | ||
"dev": "webpack-dev-server --config ./bundler/webpack.dev.js --hot" | ||
}, | ||
"type": "module", | ||
"keywords": [ | ||
@@ -23,52 +16,6 @@ "three", | ||
"license": "MIT", | ||
"files": [ | ||
"dist/*.js" | ||
], | ||
"devDependencies": { | ||
"@babel/core": "^7.9.6", | ||
"@babel/plugin-proposal-class-properties": "^7.17.12", | ||
"@babel/preset-env": "^7.18.6", | ||
"babel-loader": "^8.1.0", | ||
"clean-webpack-plugin": "^4.0.0", | ||
"copy-webpack-plugin": "^10.2.4", | ||
"css-loader": "^6.6.0", | ||
"eslint": "^8.18.0", | ||
"eslint-config-google": "^0.14.0", | ||
"file-loader": "^6.0.0", | ||
"html-loader": "^3.1.0", | ||
"html-webpack-plugin": "^5.5.0", | ||
"prettier": "2.7.1", | ||
"raw-loader": "^4.0.1", | ||
"rollup-plugin-glslify": "^1.3.0", | ||
"style-loader": "^1.2.1", | ||
"webpack": "^5.69.1", | ||
"webpack-cli": "^4.9.2", | ||
"webpack-dev-server": "^4.0.0", | ||
"webpack-merge": "^5.8.0", | ||
"rollup": "^2.75.7", | ||
"@rollup/plugin-babel": "^5.3.1", | ||
"stats.js": "^0.17.0", | ||
"tweakpane": "^3.1.0" | ||
}, | ||
"dependencies": { | ||
"postprocessing": "^6.28.0", | ||
"three": "^0.141.0" | ||
}, | ||
"prettier": { | ||
"semi": false, | ||
"tabWidth": 2, | ||
"useTabs": true, | ||
"trailingComma": "none", | ||
"arrowParens": "avoid", | ||
"overrides": [ | ||
{ | ||
"files": [ | ||
"*.frag" | ||
], | ||
"options": { | ||
"parser": "glsl-parser" | ||
} | ||
} | ||
] | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
28993
2
1
0
1
No