-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.42 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
48
49
50
{
"name": "bookb116-frontend",
"version": "0.3.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@braid/vue-formulate": "^2.5.2",
"axios": "^0.21.1",
"babel-runtime": "^6.26.0",
"bootstrap-vue": "^2.21.2",
"bootswatch": "^4.6.0",
"core-js": "^3.9.1",
"dompurify": "^2.2.7",
"light-date": "^1.2.0",
"marked": "^2.0.1",
"vue": "^2.6.10",
"vue-router": "^3.5.1",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/polyfill": "^7.12.1",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-router": "^4.5.12",
"@vue/cli-plugin-vuex": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.6.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-standard": "^4.1.0",
"eslint-plugin-vue": "^6.2.2",
"mutationobserver-shim": "^0.3.7",
"popper.js": "^1.16.0",
"portal-vue": "^2.1.6",
"sass": "^1.32.8",
"sass-loader": "^8.0.0",
"vue-automatic-import-loader": "^1.0.0",
"vue-cli-plugin-bootstrap-vue": "^0.6.0",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.9.0"
}
}