-
Notifications
You must be signed in to change notification settings - Fork 291
/
package.json
48 lines (48 loc) · 1.41 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
{
"name": "box",
"version": "1.0.9",
"private": true,
"description": "构建你的工作流",
"author": "jijiang",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "webpack-box dev",
"dev:dash": "webpack-dashboard -- webpack-box dev",
"build": "webpack-box build",
"dev:docker": "docker run -v \"$(PWD)\":/usr/src/webpack-box/ docker-webpack-box npm run dev",
"build:docker": "docker build -t docker-webpack-box .",
"test": "jest --color --config jest.config.js",
"cr": "node tools/readme.js",
"push": "pk changelog && npm run cr && pk cm && git push origin master"
},
"main": "index.js",
"devDependencies": {
"@pkb/cli": "^1.5.3",
"@pkb/plugin-react": "^1.4.50",
"@pkb/plugin-stylelint": "^1.4.50",
"@pkb/rollup-box": "^1.4.54",
"@pkb/node-box": "^1.5.3",
"@pkb/webpack-box": "^1.4.56"
},
"bugs": {
"url": "https://github.com/luoxue-victor/learn_webpack/issues"
},
"homepage": "https://github.com/luoxue-victor/learn_webpack#readme",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/luoxue-victor/learn_webpack.git"
},
"dependencies": {
"@pkb/cli-box": "^1.4.53",
"commitizen": "^4.2.3",
"conventional-changelog-cli": "^2.1.1",
"json-to-ts": "^1.7.0",
"json2ts": "0.0.7",
"pretty-file-tree": "^1.0.1",
"qrcode-terminal": "^0.12.0",
"yapi-to-typescript": "^3.19.0"
}
}