UNPKG

realism-effects-fork

Version:

Effects to enhance your three.js scene's realism

88 lines (87 loc) 1.88 kB
{ "name": "realism-effects-fork", "description": "Effects to enhance your three.js scene's realism", "main": "dist/index.cjs", "module": "dist/index.js", "type": "module", "sideEffects": false, "scripts": { "build": "rollup -c", "dev": "cd example && npm run dev", "start": "npm run dev", "prepare": "husky install" }, "keywords": [ "three", "threejs", "postprocessing", "ssgi", "realism", "raytracing", "antialias", "3d" ], "files": [ "dist/index.js", "dist/index.cjs" ], "author": "0beqz", "license": "MIT", "devDependencies": { "@babel/core": "^7.18.6", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-transform-runtime": "^7.18.6", "@babel/preset-env": "^7.18.6", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-image": "^3.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-wasm": "^6.1.2", "eslint": "^8.39.0", "eslint-config-google": "^0.14.0", "eslint-config-prettier": "^8.5.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jest": "^26.5.3", "eslint-plugin-prettier": "^4.2.1", "husky": ">=6", "lint-staged": "^13.2.2", "prettier": "^2.7.1", "rollup": "^2.79.1", "rollup-plugin-glslify": "^1.3.0" }, "peerDependencies": { "postprocessing": "^6.34.1", "three": "^0.151.3" }, "prettier": { "semi": false, "tabWidth": 2, "useTabs": true, "trailingComma": "none", "arrowParens": "avoid", "printWidth": 120, "quoteProps": "consistent", "overrides": [ { "files": [ "*.frag", "*.vert", "*.glsl" ], "options": { "parser": "glsl-parser" } } ] }, "version": "1.1.4", "lint-staged": { "*.{js,css,md}": "prettier --write" }, "dependencies": { "canvas": "^2.11.2", "eruda": "^3.0.1", "postprocessing": "6.31.0", "three": "0.152.2" } }