-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.02 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "vue-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "sh deploy.sh"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@formkit/auto-animate": "^0.8.1",
"@turf/turf": "^6.5.0",
"axios": "^1.6.5",
"choices.js": "^10.2.0",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.8.3",
"element-plus": "^2.5.3",
"image-webpack-loader": "^8.1.0",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^2.7.6",
"postcss-preset-env": "^9.3.0",
"swiper": "^11.0.5",
"tiny-emitter": "^2.1.0",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"vue": "^3.4.15",
"vue-class-component": "^8.0.0-0",
"vue-google-oauth2": "^1.5.10",
"vue-loader": "^17.4.2",
"vue-router": "^4.2.5",
"vue-the-mask": "^0.11.1",
"vue-tsc": "^1.8.27",
"vue-yandex-maps": "^2.0.0-rc.11",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@iconify/json": "^2.2.186",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/tsconfig": "^0.5.1",
"@yandex/ymaps3-types": "^0.0.21",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"file-loader": "^6.2.0",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"typescript": "~4.5.5",
"unplugin-auto-import": "^0.17.5",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"rules": {
"vue/multi-word-component-names": "off",
"vue/no-unused-components": "off",
"no-unused-vars": "off",
"no-undef": "off"
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}