-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 989 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": "final-project-pascucci-avesani",
"version": "1.0.0",
"description": "Final project of interactive fraphics course",
"main": "index.html",
"dependencies": {
"esbuild": "^0.17.19",
"gh-pages": "^5.0.0",
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",
"postcss": "^8.4.24",
"rollup": "^3.26.0",
"source-map-js": "^1.0.2",
"three": "^0.154.0",
"vite": "^4.3.9"
},
"devDependencies": {
"vite": "^4.3.9"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SapienzaInteractiveGraphicsCourse/final-project-pascucci-avesani.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SapienzaInteractiveGraphicsCourse/final-project-pascucci-avesani/issues"
},
"homepage": "https://github.com/SapienzaInteractiveGraphicsCourse/final-project-pascucci-avesani#readme"
}