-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 892 Bytes
/
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
{
"name": "drs_boostengine_mv",
"version": "1.0.0",
"description": "",
"main": "dist/index.html",
"scripts": {
"build": "webpack",
"build-plugin": "webpack --config webpack.config.plugin.js",
"build-pro": "webpack --mode production",
"build-plugin-pro": "webpack --config webpack.config.plugin.js --mode production",
"build-all": "npm run build-pro && npm run build-plugin-pro"
},
"keywords": [],
"author": "同人Reviewers",
"license": "MIT",
"devDependencies": {
"@vue/compiler-sfc": "^3.2.29",
"autoprefixer": "^10.4.2",
"css-loader": "^6.5.1",
"nw": "^0.60.0",
"postcss": "^8.4.5",
"postcss-loader": "^6.2.1",
"tailwindcss": "^3.0.16",
"terser-webpack-plugin": "^5.3.0",
"vue": "^3.2.29",
"vue-loader": "^17.0.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.67.0",
"webpack-cli": "^4.9.2"
}
}