-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 882 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
35
{
"name": "legend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "parcel index.html",
"predeploy": "rm -rf dist && parcel build index.html --public-url /legends",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"d3": "^5.7.0",
"glsl-blend": "^1.0.3",
"glsl-hsl2rgb": "^1.1.0",
"glsl-noise": "0.0.0",
"glslify": "^7.0.0",
"gsap": "^2.0.2",
"ismobilejs": "^0.5.1",
"lodash": "^4.17.11",
"three": "^0.99.0",
"three-orbit-controls": "^82.1.0",
"vue": "^2.5.19",
"vue-hot-reload-api": "^2.3.1"
},
"devDependencies": {
"@vue/component-compiler-utils": "^2.3.0",
"cssnano": "^4.1.7",
"vue-template-compiler": "^2.5.19",
"wikijs": "^4.10.1"
}
}