forked from what-crud/vue-crud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "vue-crud",
"version": "1.0.0",
"private": true,
"description": "Vue CRUD",
"author": "Szczepan Masny <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"file-saver": "^2.0.0",
"register-service-worker": "^1.5.2",
"vue": "^2.5.17",
"vue-i18n": "^8.5.0",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.1",
"vue2-editor": "^2.6.6",
"vuetify": "^1.3.0",
"vuex": "^3.0.1",
"xlsx": "^0.14.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-pwa": "^3.2.0",
"@vue/cli-service": "^3.2.0",
"script-loader": "^0.7.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-template-compiler": "^2.5.17",
"vuetify-loader": "^1.0.5"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}