forked from cityjson/ninja
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.24 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": "ninja",
"version": "0.6.1",
"private": true,
"scripts": {
"build": "parcel build public/index.html public/*.svg --out-dir ./dist/ --public-url . --no-cache",
"dev": "concurrently \"parcel watch public/index.html public/*.svg --out-dir ./dist/ --public-url . --no-cache\" \"static-server\""
},
"main": "main.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"axios": "^0.27.2",
"bootstrap": "^4.6.1",
"cityjson-vue-components": "git+https://github.com/cityjson/cityjson-vue-components.git#threejs-loader",
"earcut": "^2.2.2",
"jquery": "^3.4.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"proj4": "^2.8.0",
"proj4js": "^10.0.0",
"proj4js-definitions": "^0.1.0",
"three": "^0.127.0",
"vue": "^2.6.11",
"vue2-filters": "^0.12.0"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.3.0",
"autoprefixer": "^10.4.4",
"babel-eslint": "^10.1.0",
"concurrently": "^6.5.1",
"eslint": "^7.24.0",
"eslint-config-mdcs": "^5.0.0",
"eslint-plugin-vue": "^7.9.0",
"parcel-bundler": "^1.12.5",
"postcss": "^8.1.0",
"static-server": "2.2.1",
"vue-hot-reload-api": "^2.3.4",
"vue-template-compiler": "^2.6.11"
}
}