-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.7 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
56
57
{
"name": "vi-sense",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "cross-env NODE_ENV=production API_URL='https://visense.f4.htw-berlin.de:44344' webpack --progress --hide-modules",
"dev": "cross-env NODE_ENV=development API_URL='https://visense.f4.htw-berlin.de:44344' webpack-dev-server --open --hot",
"dev_docker": "cross-env NODE_ENV=production API_URL='http://localhost:8080' webpack-dev-server --open --hot --host 0.0.0.0 --port 8081"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@mdi/font": "^5.3.45",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"deepmerge": "^4.2.2",
"fibers": "^5.0.0",
"file-loader": "^1.1.4",
"fs": "0.0.1-security",
"html-webpack-plugin": "^4.3.0",
"node-sass": "^4.5.3",
"rimraf": "^3.0.2",
"sass": "^1.26.7",
"sass-loader": "^6.0.7",
"ts-loader": "^7.0.1",
"typescript": "^3.8.3",
"vue": "^2.5.11",
"vue-loader": "^14.2.2",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.4.4",
"vuetify": "^2.2.30",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"axios": "^0.19.2",
"babylonjs": "^4.1.0",
"babylonjs-gui": "^4.1.0",
"babylonjs-inspector": "^4.1.0",
"babylonjs-loaders": "^4.1.0",
"d3": "^5.16.0",
"leaflet": "^1.6.0",
"material-design-icons": "^3.0.1",
"moment": "^2.26.0",
"vue2-leaflet": "^2.5.2"
}
}