-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1002 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1002 Bytes
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
{
"name": "front",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:e2e": "vue-cli-service test:e2e"
},
"dependencies": {
"axios": "^0.27.2",
"core-js": "^3.6.5",
"moment": "^2.29.4",
"register-service-worker": "^1.7.1",
"v-calendar": "^2.4.1",
"vue": "^2.6.11",
"vue-cookies": "^1.8.1",
"vue-good-table": "^2.21.11",
"vue-meta": "^2.4.0",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.2.0",
"vue-toasted": "^1.1.28",
"vuejs-datepicker": "^1.6.2",
"vuejs-dialog": "^1.4.2",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-e2e-webdriverio": "~4.5.15",
"@vue/cli-plugin-pwa": "~4.5.15",
"@vue/cli-plugin-router": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"chromedriver": "^99.0.0",
"vue-template-compiler": "^2.6.11",
"wdio-chromedriver-service": "^6.0.3"
}
}