{ "name": "computer-graphics-study", "version": "1.0.0", "description": "study computer graphics", "scripts": { "start": "parcel index.html", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "staticFiles": { "staticPath": [ { "staticPath": "assets", "staticOutDir": "assets" } ] }, "devDependencies": { "@parcel/transformer-glsl": "^2.0.0-rc.0", "@parcel/transformer-image": "^2.0.0-rc.0", "@types/react": "^17.0.27", "parcel": "^2.0.0-rc.0", "webgl-strict-types": "^1.0.5" }, "dependencies": { "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@mui/material": "^5.0.3", "gl-matrix": "^3.4.3", "react": "^17.0.2", "react-dom": "^17.0.2", "webgl-obj-loader": "^2.0.8" } }