-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 763 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 763 Bytes
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
{
"name": "m",
"version": "1.0.0",
"author": "Mathieu CAROFF <mathieu.caroff@free.fr>",
"repository": "https://github.com/mathieucaroff/colorcube",
"license": "NTP",
"scripts": {
"build": "parcel build src/index.html --dist-dir public",
"mcabuild": "parcel build src/index.html --public-url colorcube.d",
"serve": "parcel serve src/index.html"
},
"devDependencies": {
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/three": "^0.131.0",
"parcel": "^2.2.1",
"typescript": "^4.5.5"
},
"dependencies": {
"@types/lodash": "^4.14.191",
"antd": "^4.18.5",
"lil-gui": "^0.17.0",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"three": "^0.132.2"
}
}