-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.42 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
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "emweb",
"version": "1.0.0",
"private": true,
"dependencies": {
"@1msoft/kant-ui": "0.2.0",
"antd": "3.18.2",
"bcryptjs": "2.4.3",
"crypto-js": "3.1.9-1",
"echarts": "4.2.0-rc.2",
"jsencrypt": "3.0.0-rc.1",
"less-plugin-npm-import": "2.1.0",
"lodash": "4.17.15",
"mobx": "5.9.4",
"mobx-react": "6.0.4",
"mobx-react-lite": "1.4.0",
"moment": "2.24.0",
"react": "16.8.2",
"react-app-polyfill": "0.2.1",
"react-dom": "16.8.2",
"react-router-dom": "4.3.1",
"react-scripts": "2.1.3"
},
"scripts": {
"start": "react-app-rewired start",
"test": "karma start",
"build": "react-app-rewired build",
"eject": "react-app-rewired eject",
"release": "standard-version",
"eslint:fix": "eslint ./src/**/*.js --fix"
},
"eslintConfig": {
"extends": "emsoft",
"rules": {
"no-undef": "off",
"no-restricted-globals": "off",
"no-unused-vars": "off",
"no-unused-expressions": "off"
}
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@1msoft/kantui-theme-webpack-plugin": "0.0.1",
"@babel/plugin-proposal-decorators": "7.2.3",
"@babel/plugin-transform-runtime": "7.4.4",
"@babel/polyfill": "7.2.5",
"@commitlint/cli": "7.6.0",
"@commitlint/config-conventional": "7.6.0",
"autoprefixer": "9.5.1",
"babel-plugin-import": "1.11.0",
"chai": "4.2.0",
"customize-cra": "0.4.1",
"cz-conventional-changelog-emsoft": "1.0.1",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.13.1",
"eslint-config-emsoft": "1.0.0",
"husky": "2.2.0",
"istanbul-instrumenter-loader": "3.0.1",
"karma": "4.1.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "1.1.2",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-webpack": "3.0.5",
"less": "3.9.0",
"less-loader": "4.1.0",
"mobx-react-devtools": "6.0.3",
"mocha": "6.1.4",
"postcss-px2rem": "0.3.0",
"react-app-rewired": "2.1.0",
"react-container-query": "0.11.0",
"react-media-hook2": "1.1.2",
"sinon": "7.3.2",
"standard-version": "6.0.1"
},
"browserslist": [
">0.1%"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog-emsoft"
}
}
}