-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "www",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"axios": "^0.21.1",
"bootstrap": "^4.2.1",
"core-js": "^3.9.1",
"css-loader": "*",
"jquery": "^3.5.0",
"moment": "^2.23.0",
"node-sass": "^6.0.1",
"popper.js": "^1.14.6",
"sass": "^1.62.0",
"sass-loader": "10",
"style-loader": "^0.23.1",
"vue": "^2.5.17",
"vue-loader": "^15.5.0",
"vue-router": "^3.0.1",
"vue-scrollto": "^2.13.0",
"vue-showdown": "2.4.1",
"vue-style-loader": "^4.1.2",
"vuex": "^3.0.1",
"webpack": "^4.46.0",
"yarn": "^1.22.19"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"vue-template-compiler": "^2.5.17"
}
}