-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.86 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "23-design-patterns-app",
"version": "1.0.0",
"description": "23 种设计模式 APP, 23-design-patterns-app",
"private": true,
"author": "xgqfrms",
"license": "MIT",
"keywords": [
"设计模式",
"Design Patterns",
"typescript",
"react",
"react native",
"flutter",
"dart",
"taro",
"小程序",
"H5",
"web",
"app",
"js",
"23 种设计模式 APP"
],
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --open --config ./build/webpack.config.js",
"app": "webpack --mode=none --config ./build/webpack.config.js",
"open": "open http://localhost:8080",
"auto-open": "yarn open && webpack-dev-server --config ./build/webpack.config.js",
"env": "export NODE_ENV=production",
"start": "webpack-dev-server --mode=development --config ./build/webpack.config.js",
"build": "webpack --mode=production --config ./build/webpack.config.js",
"stats": "webpack --config ./build/webpack.config.js --json > ./000-xyz/webpack-stats.json",
"profile": "webpack --config ./build/webpack.config.js --profile",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"dev": "./scripts/dev.sh",
"app": "./scripts/app.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xgqfrms/23-design-patterns-app.git"
},
"bugs": {
"url": "https://github.com/xgqfrms/23-design-patterns-app/issues"
},
"homepage": "https://github.com/xgqfrms/23-design-patterns-app#readme",
"devDependencies": {
"app-node-env": "^1.3.4",
"clean-webpack-plugin": "^3.0.0",
"emoji-element": "^1.0.1",
"flutter-app-cli": "^1.0.2",
"html-webpack-plugin": "^4.3.0",
"ts-loader": "^7.0.5",
"typescript": "^3.9.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
}
}