-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 975 Bytes
/
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
{
"name": "alerts-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"boostrap": "^2.0.0",
"bootstrap-vue": "^2.1.0",
"bootswatch": "^4.4.1",
"filesize": "^4.2.1",
"mapkit-vue": "0.0.1",
"urijs": "^1.19.2",
"vue": "^2.6.11",
"vue-browser-geolocation": "^1.8.0",
"vue-class-component": "^6.0.0",
"vue-moment": "^4.1.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"@types/node": "^11.15.4",
"@types/urijs": "^1.19.4",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-typescript": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"fibers": "^3.1.1",
"he": "^1.2.0",
"sass": "^1.24.2",
"sass-loader": "^7.3.1",
"typescript": "^3.7.4",
"vue-template-compiler": "^2.6.11"
}
}