-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·55 lines (55 loc) · 1.46 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"scripts": {
"prepare": "pika-web --clean",
"start": "serve ./"
},
"devDependencies": {
"@pika/web": "^0.4.4",
"globby": "^10.0.1",
"serve": "^10.1.2",
"sharp": "^0.23.0"
},
"dependencies": {
"@swayable/vue-snarkdown": "^1.0.2",
"@vue/composition-api": "^0.3.2",
"aframe": "^0.9.2",
"aframe-forcegraph-component": "^2.21.1",
"aframe-geo-projection-component": "^2.1.0",
"botui": "^0.3.9",
"d3": "^5.12.0",
"face-api.js": "^0.21.0",
"http-vue-loader": "^1.4.0",
"oscilloscope": "^1.1.0",
"papaparse": "^5.1.0",
"remarkable": "^2.0.0",
"topojson": "^3.0.2",
"typeit": "^6.0.3",
"v-drag": "^2.1.3",
"versor": "^0.0.4",
"vue": "^2.6.10",
"vue-beautiful-chat": "^2.3.1",
"vue-draggable-resizable": "^2.0.1",
"vue-leon": "0.0.2",
"vue-marquee-text-component": "^1.1.1",
"vue-router": "^3.1.3",
"vue-simple-maps": "^0.0.0-beta.1"
},
"@pika/web": {
"webDependencies": [
"d3",
"topojson",
"versor",
"vue/dist/vue.esm.browser.min.js",
"vue-simple-maps",
"remarkable",
"typeit",
"vue-router",
"@vue/composition-api",
"http-vue-loader/src/httpVueLoader.js",
"aframe/dist/aframe-v0.9.2.min.js",
"aframe-forcegraph-component/dist/aframe-forcegraph-component.min.js",
"aframe-geo-projection-component/dist/aframe-geo-projection-component.min.js",
"papaparse/papaparse.min.js"
]
}
}