-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
46 lines (46 loc) · 1.52 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
{
"name": "puzzle_demo",
"version": "0.2.1",
"description": "A pluggable micro-frontend structure based on Vue and Webpack5. 基于 Vue 和 Webpack5 的可热插拔式微前端架构",
"author": "GengFei <[email protected]>",
"scripts": {
"start": "webpack-dev-server --config config/webpack.dev.js",
"build": "node config/webpack.prod.js",
"dll": "webpack --config config/webpack.build.dll.js --mode production",
"core": "webpack --config config/webpack.build.core.js",
"frame": "webpack --config config/webpack.build.frame.js",
"puzzle": "webpack --config config/webpack.build.puzzle.js"
},
"dependencies": {
"@babel/runtime": "^7.20.1",
"axios": "^1.2.0",
"loadjs": "^4.2.0",
"minireset.css": "^0.0.7",
"moment": "^2.29.4",
"vue": "^2.7.10",
"vue-router": "^3.6.5",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.2",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"inquirer": "^8.0.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"vue-loader": "^15.10.0",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0"
}
}