forked from jonashackt/spring-boot-vuejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.14 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
{
"name": "frontend",
"version": "4.0.0",
"description": "A Vue.js & Spring Boot example project",
"author": "Jonas Hecht <[email protected]>",
"private": true,
"scripts": {
"clean": "rm -rf node_modules target",
"serve": "vue-cli-service serve",
"test:unit": "vue-cli-service test:unit --coverage",
"test:e2e": "vue-cli-service test:e2e",
"test": "vue-cli-service test:unit && vue-cli-service test:e2e",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "0.21.1",
"bootstrap": "4.6.0",
"bootstrap-vue": "2.21.2",
"jquery": "3.5.1",
"core-js": "3.8.3",
"vue": "2.6.12",
"vue-router": "3.4.9",
"vuex": "3.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.11",
"@vue/cli-plugin-e2e-nightwatch": "4.5.11",
"@vue/cli-plugin-router": "4.5.11",
"@vue/cli-plugin-unit-jest": "4.5.11",
"@vue/cli-plugin-vuex": "4.5.11",
"@vue/cli-service": "4.5.11",
"@vue/test-utils": "1.1.2",
"chromedriver": "87.0.7",
"geckodriver": "1.21.1",
"node-sass": "5.0.0",
"sass-loader": "10.1.1",
"vue-template-compiler": "2.6.12"
}
}