22 lines
421 B
JSON
22 lines
421 B
JSON
|
{
|
||
|
"name": "my-threejs-test",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"start": "parcel index.html",
|
||
|
"build": "parcel build index.html"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"parcel": "^2.12.0"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@parcel/transformer-glsl": "^2.12.0",
|
||
|
"postprocessing": "^6.35.3",
|
||
|
"three": "^0.163.0"
|
||
|
}
|
||
|
}
|