提交 | 用户 | 时间
|
fd2207
|
1 |
{ |
懒 |
2 |
"name": "ruoyi", |
|
3 |
"version": "3.8.6", |
|
4 |
"description": "江宸MES管理系统", |
|
5 |
"author": "江宸", |
|
6 |
"license": "MIT", |
|
7 |
"scripts": { |
|
8 |
"dev": "vue-cli-service serve", |
|
9 |
"build:prod": "vue-cli-service build", |
|
10 |
"build:stage": "vue-cli-service build --mode staging", |
|
11 |
"preview": "node build/index.js --preview", |
|
12 |
"lint": "eslint --ext .js,.vue src" |
|
13 |
}, |
|
14 |
"husky": { |
|
15 |
"hooks": { |
|
16 |
"pre-commit": "lint-staged" |
|
17 |
} |
|
18 |
}, |
|
19 |
"lint-staged": { |
|
20 |
"src/**/*.{js,vue}": [ |
|
21 |
"eslint --fix", |
|
22 |
"git add" |
|
23 |
] |
|
24 |
}, |
|
25 |
"keywords": [ |
|
26 |
"vue", |
|
27 |
"admin", |
|
28 |
"dashboard", |
|
29 |
"element-ui", |
|
30 |
"boilerplate", |
|
31 |
"admin-template", |
|
32 |
"management-system" |
|
33 |
], |
|
34 |
"repository": { |
|
35 |
"type": "git", |
|
36 |
"url": "http://192.168.0.189:8442/r/Jcdm-Mes.git" |
|
37 |
}, |
|
38 |
"dependencies": { |
|
39 |
"@riophae/vue-treeselect": "0.4.0", |
|
40 |
"axios": "0.24.0", |
|
41 |
"clipboard": "2.0.8", |
|
42 |
"core-js": "3.25.3", |
|
43 |
"echarts": "5.4.0", |
5e300f
|
44 |
"element-ui": "^2.15.13", |
fd2207
|
45 |
"file-saver": "2.0.5", |
懒 |
46 |
"fuse.js": "6.4.3", |
|
47 |
"highlight.js": "9.18.5", |
|
48 |
"js-beautify": "1.13.0", |
|
49 |
"js-cookie": "3.0.1", |
|
50 |
"jsencrypt": "3.0.0-rc.1", |
|
51 |
"nprogress": "0.2.0", |
|
52 |
"quill": "1.3.7", |
|
53 |
"screenfull": "5.0.2", |
|
54 |
"sortablejs": "1.10.2", |
|
55 |
"vue": "2.6.12", |
|
56 |
"vue-count-to": "1.0.13", |
|
57 |
"vue-cropper": "0.5.5", |
|
58 |
"vue-meta": "2.4.0", |
33eb46
|
59 |
"vue-qr": "^4.0.9", |
fd2207
|
60 |
"vue-router": "3.4.9", |
懒 |
61 |
"vuedraggable": "2.24.3", |
|
62 |
"vuex": "3.6.0" |
|
63 |
}, |
|
64 |
"devDependencies": { |
|
65 |
"@vue/cli-plugin-babel": "4.4.6", |
|
66 |
"@vue/cli-plugin-eslint": "4.4.6", |
|
67 |
"@vue/cli-service": "4.4.6", |
|
68 |
"babel-eslint": "10.1.0", |
|
69 |
"babel-plugin-dynamic-import-node": "2.3.3", |
|
70 |
"chalk": "4.1.0", |
|
71 |
"compression-webpack-plugin": "5.0.2", |
|
72 |
"connect": "3.6.6", |
|
73 |
"eslint": "7.15.0", |
|
74 |
"eslint-plugin-vue": "7.2.0", |
|
75 |
"lint-staged": "10.5.3", |
|
76 |
"runjs": "4.4.2", |
|
77 |
"sass": "1.32.13", |
|
78 |
"sass-loader": "10.1.1", |
|
79 |
"script-ext-html-webpack-plugin": "2.1.5", |
|
80 |
"svg-sprite-loader": "5.1.1", |
|
81 |
"vue-template-compiler": "2.6.12" |
|
82 |
}, |
|
83 |
"engines": { |
|
84 |
"node": ">=8.9", |
|
85 |
"npm": ">= 3.0.0" |
|
86 |
}, |
|
87 |
"browserslist": [ |
|
88 |
"> 1%", |
|
89 |
"last 2 versions" |
|
90 |
] |
|
91 |
} |