-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.31 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
47
{
"name": "trust-scripts",
"version": "1.2.1",
"description": "trust-scripts webpack react zero config",
"main": "index.js",
"bin": {
"trust-scripts": "./bin/trust-scripts.js"
},
"scripts": {
"dev": "./bin/trust-scripts.js dev",
"build": "./bin/trust-scripts.js build",
"release": "standard-version -- --dry-run"
},
"repository": "[email protected]:BeAce/trust-scripts.git",
"keywords": [
"trust-scripts"
],
"author": "BeAce <[email protected]>",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"babel-loader": "^8.0.6",
"chalk": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"commander": "^4.0.1",
"css-hot-loader": "^1.4.4",
"css-loader": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"ip": "^1.1.5",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.7.0",
"mkcert": "^1.2.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prompts": "^2.1.0",
"react-dev-utils": "^9.1.0",
"shelljs": "^0.8.3",
"style-loader": "^0.23.1",
"terser-webpack-plugin": "^2.2.1",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-dev-server": "^3.9.0",
"webpack-simple-progress-plugin": "0.0.4"
}
}