2021-09-02 17:46:36 +09:00
|
|
|
{
|
|
|
|
"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": {
|
2021-09-28 17:51:14 +09:00
|
|
|
"@emotion/react": "^11.4.1",
|
|
|
|
"@emotion/styled": "^11.3.0",
|
|
|
|
"@mui/material": "^5.0.1",
|
|
|
|
"@types/react": "^17.0.24",
|
|
|
|
"parcel-bundler": "^1.12.5",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2"
|
2021-09-02 17:46:36 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-09-02 21:09:50 +09:00
|
|
|
"glslify-bundle": "^5.1.1",
|
|
|
|
"glslify-deps": "^1.3.2",
|
2021-09-02 18:16:43 +09:00
|
|
|
"typescript": "^4.4.2",
|
|
|
|
"webgl-strict-types": "^1.0.4"
|
2021-09-02 17:46:36 +09:00
|
|
|
}
|
|
|
|
}
|