|
1 | | -{ |
2 | | - "name": "BBS", |
3 | | - "version": "1.1.0", |
4 | | - "description": "BBS管理系统", |
5 | | - "private": true, |
6 | | - "scripts": { |
7 | | - "dev": "vue-cli-service serve", |
8 | | - "localhost": "vue-cli-service serve --mode localhost", |
9 | | - "build": "vue-cli-service build", |
10 | | - "lint": "eslint --fix --ext .js,.vue src" |
11 | | - }, |
12 | | - "dependencies": { |
13 | | - "axios": "^0.19.0", |
14 | | - "babel-polyfill": "~6.26.0", |
15 | | - "driver.js": "~0.6.1", |
16 | | - "echarts": "~4.1.0", |
17 | | - "element-ui": "~2.4.3", |
18 | | - "js-cookie": "~2.2.0", |
19 | | - "node-sass": "~4.9.1", |
20 | | - "sass-loader": "~7.0.3", |
21 | | - "normalize.css": "~8.0.0", |
22 | | - "nprogress": "~0.2.0", |
23 | | - "vue": "~2.6.10", |
24 | | - "vue-count-to": "~1.0.13", |
25 | | - "vue-router": "~3.0.1", |
26 | | - "vuex": "~3.0.1", |
27 | | - "mavon-editor": "~2.6.17", |
28 | | - "marked": "~0.6.2" |
29 | | - }, |
30 | | - "devDependencies": { |
31 | | - "@vue/cli-plugin-babel": "^3.6.0", |
32 | | - "@vue/cli-plugin-eslint": "^3.6.0", |
33 | | - "@vue/cli-service": "^3.6.0", |
34 | | - "babel-eslint": "^10.0.1", |
35 | | - "eslint": "^5.16.0", |
36 | | - "eslint-plugin-vue": "^5.0.0", |
37 | | - "node-sass": "^4.9.0", |
38 | | - "sass-loader": "^7.1.0", |
39 | | - "image-webpack-loader": "^4.6.0", |
40 | | - "vue-template-compiler": "^2.5.21" |
41 | | - }, |
42 | | - "eslintConfig": { |
43 | | - "root": true, |
44 | | - "env": { |
45 | | - "node": true |
46 | | - }, |
47 | | - "extends": [ |
48 | | - "plugin:vue/essential", |
49 | | - "eslint:recommended" |
50 | | - ], |
51 | | - "rules": {}, |
52 | | - "parserOptions": { |
53 | | - "parser": "babel-eslint" |
54 | | - } |
55 | | - }, |
56 | | - "postcss": { |
57 | | - "plugins": { |
58 | | - "autoprefixer": {} |
59 | | - } |
60 | | - }, |
61 | | - "browserslist": [ |
62 | | - "> 1%", |
63 | | - "last 2 versions", |
64 | | - "not ie <= 8" |
65 | | - ] |
66 | | -} |
0 commit comments