-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "webstore",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@types/deep-equal": "^1.0.1",
"axios": "^0.18.0",
"deep-equal": "^1.0.1",
"firebase": "^5.5.4",
"localforage": "^1.7.2",
"register-service-worker": "^1.0.0",
"vue": "^2.5.17",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.2.0",
"vue-router": "^3.0.1",
"vuedraggable": "^2.16.0",
"vuetify": "^1.3.0",
"vuex": "^3.0.1",
"vuex-shared-mutations": "0.0.4"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/polyfill": "^7.0.0",
"@mdi/font": "^2.8.94",
"@types/firebase": "^3.2.1",
"@types/node": "^10.11.7",
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-pwa": "^3.0.5",
"@vue/cli-plugin-typescript": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.0",
"typescript": "^3.1.3",
"vue-cli-plugin-axios-ts": "^1.0.2",
"vue-cli-plugin-vuetify": "^0.1.6",
"vue-template-compiler": "^2.5.17"
}
}