-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
37 lines (37 loc) · 979 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
32
33
34
35
36
37
{
"name": "plugin-master",
"version": "1.0.0",
"description": "WP plugin master.",
"scripts": {
"dev": "webpack --mode development",
"watch": "webpack --mode development --watch",
"build": "webpack --mode production",
"start": "npm run watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"@vue/compiler-sfc": "^3.2.33",
"bootstrap": "5.2",
"bootstrap-icons": "^1.9.1",
"bundle-master": "^1.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"vue": "^3.2.31",
"vue-loader": "^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^8.2.2",
"css-loader": "^6.7.1",
"ignore-emit-webpack-plugin": "^2.0.6",
"mini-css-extract-plugin": "^2.6.1",
"sass": "^1.49.11",
"sass-loader": "^12.6.0",
"webpack": "^5.72.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
}
}