-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 938 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "sdf-test1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html --https --host 0.0.0.0",
"build": "parcel build index.html --out-dir docs --public-url https://shaderworlds.com",
"parcel": "parcel index.html",
"prettier": "prettier",
"eslint": "eslint"
},
"author": "",
"license": "ISC",
"dependencies": {
"dat.gui": "^0.7.7",
"gsap": "^3.5.1",
"parcel": "^1.12.4",
"three": "0.125.0"
},
"devDependencies": {
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-promise": "^4.2.1",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.2",
"prettier": "^2.2.1"
}
}