-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 1.6 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
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "frontend",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build --modern",
"new": "hygen new"
},
"dependencies": {
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"command-line-args": "^5.0.2",
"jquery": "^3.5.1",
"lodash": "4.17.19",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"popper.js": "^1.16.1",
"swiper": "^6.1.1",
"v-runtime-template": "^1.6.2",
"vue": "^2.6.11",
"vue-awesome-swiper": "^4.1.1",
"vue-image-lightbox": "^7.1.3",
"vue-lazyload": "^1.3.3",
"vue-meta": "^2.4.0",
"vue-multiselect": "^2.1.6",
"vue-router": "^3.4.1",
"vue-toasted": "^1.1.27",
"vuejs-paginate": "^2.1.0",
"vuelidate": "^0.7.4",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "3.4.x",
"@vue/cli-plugin-eslint": "3.4.x",
"@vue/cli-service": "3.4.x",
"@vue/eslint-config-prettier": "4.0.x",
"@vue/eslint-config-standard": "4.0.x",
"babel-core": "7.0.0-bridge.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"cross-env": "5.2.x",
"eslint-plugin-vue": "5.2.x",
"http-proxy": "^1.17.0",
"hygen": "2.1.2",
"imagemin-lint-staged": "0.4.x",
"lint-staged": "8.1.x",
"markdownlint-cli": "0.13.x",
"node-sass": "4.14.x",
"npm-run-all": "4.1.x",
"prettier": "1.16.x",
"sass-loader": "7.1.x",
"vue-template-compiler": "^2.6.11"
},
"engines": {
"node": ">=8.9.0",
"yarn": ">=1.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}