{ "name": "computer-graphics-study", "version": "1.0.0", "description": "study computer graphics", "main": "index.js", "scripts": { "start": "parcel index.html", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@mui/material": "^5.0.1", "@types/react": "^17.0.24", "gl-matrix": "^3.3.0", "parcel-bundler": "^1.12.5", "react": "^17.0.2", "react-dom": "^17.0.2" }, "devDependencies": { "glslify-bundle": "^5.1.1", "glslify-deps": "^1.3.2", "typescript": "^4.4.2", "webgl-strict-types": "^1.0.4" } }