-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
45
46
47
{
"name": "test",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test:e2e": "vue-cli-service test:e2e"
},
"precommit": [
"lint"
],
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@casl/ability": "^2.5.1",
"@casl/vue": "^0.5.0",
"accounting": "^0.4.1",
"axios": "^0.18.0",
"js-cookie": "^2.2.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"npm": "^6.4.1",
"vee-validate": "^2.1.4",
"vue": "^2.5.17",
"vue-form-wizard": "^0.8.4",
"vue-js-modal": "^1.3.27",
"vue-js-toggle-button": "^1.3.1",
"vue-multiselect": "^2.1.3",
"vue-notification": "^1.3.13",
"vue-router": "^3.0.2",
"vuetable-2": "^2.0.0-beta.4",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-e2e-nightwatch": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.1",
"@vue/cli-service": "^3.2.0",
"eslint": "^5.9.0",
"node-sass": "^4.10.0",
"pre-commit": "^1.2.2",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
}
}