-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
{
"name": "coding-cats-main",
"version": "1.0.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Hellek/coding-cats-main"
},
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lint:style": "vue-cli-service lint:style",
"tool:get-latest-vscode-snippets": "node node_modules/element-ui-kit/tools/get-latest-vscode-snippets.js"
},
"dependencies": {
"core-js": "3.4.3",
"element-ui": "2.12.0",
"element-ui-kit": "git+https://git@github.com/Hellek/element-ui-kit#1.6.2",
"vue": "2.6.11",
"vue-router": "3.1.3",
"vuex": "3.1.2"
},
"devDependencies": {
"@ascendancyy/vue-cli-plugin-stylelint": "1.1.2",
"@vue/cli-plugin-babel": "4.1.0",
"@vue/cli-plugin-eslint": "4.1.0",
"@vue/cli-plugin-router": "4.1.0",
"@vue/cli-plugin-vuex": "4.1.0",
"@vue/cli-service": "4.1.0",
"@vue/eslint-config-airbnb": "4.0.0",
"babel-eslint": "10.0.3",
"eslint": "5.16.0",
"eslint-plugin-vue": "5.2.3",
"node-sass": "4.14.1",
"sass-loader": "8.0.0",
"stylelint-config-standard": "18.3.0",
"vue-cli-plugin-webpack-bundle-analyzer": "1.4.0",
"vue-template-compiler": "2.6.11"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": "last 3 versions, not < 1%, ie >= 11"
}