forked from webaverse/webaverse-genesis-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 KB
/
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
35
36
37
38
39
40
{
"name": "local",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html",
"sass-watch": "sass --no-source-map --watch sass:css",
"publish": "npm run build && git add . && git commit -m \"fix\" && git push origin"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"analyser-frequency-average": "^1.0.0",
"browser-media-mime-type": "^1.0.0",
"cssnano": "^4.1.11",
"detect-audio-autoplay": "^1.1.1",
"detect-media-element-source": "^1.1.2",
"events": "^3.3.0",
"gsap": "^3.8.0",
"ios-safe-audio-context": "^1.0.1",
"object-assign": "^4.1.1",
"process": "^0.11.10",
"regenerator-runtime": "^0.13.9",
"right-now": "^1.0.0",
"simple-media-element": "^1.1.0",
"simplex-noise": "^3.0.0",
"tap-event": "^1.0.0",
"three": "^0.140.2",
"web-audio-analyser": "^2.0.1",
"web-audio-player": "^1.3.3",
"xhr": "^2.6.0",
"xhr-progress": "^0.0.0"
},
"devDependencies": {
"parcel": "^2.7.0",
"sass": "^1.45.0"
}
}