-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.51 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": "hzfe-ui",
"version": "0.0.2",
"main": "index.js",
"repository": "[email protected]:HZFE/HZFE-UI.git",
"author": "gongpeione <[email protected]>",
"license": "MIT",
"scripts": {
"commitmsg": "commitlint -e $GIT_PARAMS",
"preversion": "echo 1",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md && npm run build && git add -A dist",
"postversion": "git push && git push --tags && rm -rf build/temp",
"start": "node scripts/start.js",
"build:component": "node scripts/build.component.js"
},
"devDependencies": {
"@commitlint/config-conventional": "^6.1.3",
"commitlint": "^6.1.3",
"conventional-changelog": "^1.1.24",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"husky": "^0.14.3"
},
"dependencies": {
"@types/react": "^16.3.12",
"@types/react-dom": "^16.0.5",
"awesome-typescript-loader": "^5.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"case-sensitive-paths-webpack-plugin": "^2.1.2",
"chalk": "^2.4.0",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.1.4",
"react": "^16.3.2",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.3.2",
"style-loader": "^0.21.0",
"ts-loader": "^4.2.0",
"tslint": "^5.9.1",
"tslint-loader": "^3.6.0",
"typescript": "^2.8.3",
"webpack": "^4.6.0",
"webpack-dashboard": "^1.1.1",
"webpack-dev-server": "^3.1.3",
"node-sass": "^4.8.3",
"sass-loader": "^7.0.1"
}
}