-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.03 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@tangzijun/iffe-setting",
"version": "0.0.0-development",
"license": "MIT",
"main": "build/index.js",
"homepage": "https://tangzijun.github.io/iffe-setting",
"files": [
"build"
],
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"repository": {
"type": "git",
"url": "https://github.com/tangzijun/iffe-setting.git"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ver1": "yarn conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md",
"semantic-release": "semantic-release",
"commit": "git add . && git-cz",
"push": "git push origin master",
"pull": "git pull origin master --rebase"
},
"dependencies": {
"@material-ui/core": "^4.9.13",
"@material-ui/styles": "^4.9.13",
"@solidoc/common": "^1.1.0",
"@solidoc/emoji": "^1.1.0",
"@solidoc/menu": "^1.1.0",
"@solidoc/setting": "^1.1.0",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"is-hotkey": "^0.1.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"solidoc-base-component-lib": "^1.4.5",
"typescript": "^3.9.3"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"iffe-commit": "^1.1.1",
"semantic-release": "^17.0.7"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
},
"cz-customizable": {
"config": "node_modules/iffe-commit/cz-config.js"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint --config node_modules/iffe-commit/commitlint.config.js -E HUSKY_GIT_PARAMS"
}
}
}