forked from noi-techpark/webcomp-flightdata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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": "noi-flightmap",
"version": "1.1.0",
"private": true,
"scripts": {
"serve": "npm run vcbuild -- --target wc --name noi-mobility-atc src/App.vue --watch --inline-vue",
"build": "npm run vcbuild -- --target wc --name noi-mobility-atc src/App.vue --inline-vue",
"lint": "vue-cli-service lint",
"test": "mocha --reporter list",
"start": "npm run serve",
"vcbuild": "vue-cli-service build"
},
"dependencies": {
"@vue/web-component-wrapper": "^1.3.0",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"core-js": "^3.19.1",
"luxon": "^2.1.1",
"mqtt": "^4.2.8",
"ol": "^6.9.0",
"tzdata": "^1.0.29",
"vue": "^2.6.11",
"vue-axios": "^3.4.0",
"vuelayers": "^0.12.7"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "~5.0.0",
"sass": "~1.32.0",
"sass-loader": "^10.0.0",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}