-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "ninja",
"version": "0.8.2",
"private": true,
"scripts": {
"start": "parcel public/index.html",
"build": "parcel build public/index.html --public-url . --no-cache"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"bootstrap": "^4.6.1",
"cityjson-threejs-loader": "github:cityjson/cityjson-threejs-loader#develop",
"earcut": "^2.2.2",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"three": "^0.165.0",
"vue": "^2.6.11",
"vue2-filters": "^0.12.0"
},
"devDependencies": {
"@parcel/transformer-vue": "^2.12.0",
"@vue/component-compiler-utils": "^3.3.0",
"autoprefixer": "^10.4.4",
"babel-eslint": "^10.1.0",
"buffer": "^6.0.3",
"concurrently": "^6.5.1",
"eslint": "^7.24.0",
"eslint-config-mdcs": "^5.0.0",
"eslint-plugin-vue": "^7.9.0",
"parcel": "^2.12.0",
"parcel-config-vue2": "^0.1.3",
"parcel-transformer-vue2": "^0.1.7",
"postcss": "^8.1.0",
"static-server": "^2.2.1",
"vue-hot-reload-api": "^2.3.4",
"vue-template-compiler": "^2.6.11"
},
"@parcel/resolver-default": {
"packageExports": true
}
}