-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
113 lines (113 loc) · 3.29 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "@kube-js/kube-ts-react-client",
"version": "0.0.0-development",
"dependencies": {
"@js-items/foundation": "1.0.28",
"@js-items/ky": "1.0.12",
"@kube-js/semantic-release": "1.0.7",
"@kube-js/tscommons": "1.0.5",
"@material-ui/core": "4.8.3",
"@material-ui/icons": "4.5.1",
"@material-ui/lab": "4.0.0-alpha.39",
"@material-ui/styles": "4.8.2",
"@sentry/browser": "5.11.1",
"clsx": "1.0.4",
"codecov": "3.6.1",
"connected-react-router": "6.6.1",
"convert-keys": "1.3.4",
"dayjs": "1.8.19",
"downshift": "4.0.7",
"formik": "2.0.4",
"history": "4.10.1",
"i18n": "0.8.4",
"i18next": "19.0.3",
"i18next-browser-languagedetector": "4.0.1",
"jscpd": "2.0.16",
"jscpd-badge-reporter": "1.1.3",
"ky": "0.16.2",
"mixin-deep": "2.0.1",
"notistack": "0.9.7",
"pre-commit": "1.2.2",
"ramda": "0.26.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-i18next": "11.3.1",
"react-redux": "7.1.3",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-scripts": "2.1.8",
"react-slick": "0.25.2",
"react-stripe-elements": "6.0.1",
"redux": "4.0.5",
"redux-persist": "6.0.0",
"redux-saga": "1.1.3",
"reselect": "4.0.0",
"set-value": "3.0.1",
"slick-carousel": "1.8.1",
"store": "2.0.12",
"url-search-params-polyfill": "7.0.1",
"uuid": "3.4.0",
"yup": "0.28.0"
},
"devDependencies": {
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "9.4.0",
"@testing-library/react-hooks": "3.2.1",
"@types/flat": "0.0.28",
"@types/i18n": "0.8.6",
"@types/jest": "24.9.0",
"@types/node": "11.15.4",
"@types/ramda": "0.26.40",
"@types/react": "16.9.19",
"@types/react-dom": "16.9.5",
"@types/react-redux": "7.1.6",
"@types/react-router": "5.1.4",
"@types/react-router-dom": "5.1.3",
"@types/react-slick": "0.23.4",
"@types/react-stripe-elements": "6.0.3",
"@types/redux-logger": "3.0.7",
"@types/redux-persist": "4.3.1",
"@types/store": "2.0.2",
"@types/uuid": "3.4.6",
"@types/yup": "0.26.27",
"flat": "5.0.0",
"react-test-renderer": "16.12.0",
"redux-devtools": "3.5.0",
"redux-logger": "3.0.6",
"ts-jest": "24.3.0",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"typescript": "3.7.5"
},
"scripts": {
"dev": "sh env.sh && react-scripts start",
"build": "react-scripts build",
"test": "CI=true react-scripts test --coverage --env=jsdom",
"lint": "tslint --project tsconfig.json --config tslint.json './src/**/*.(ts|tsx)'",
"duplication": "jscpd ./src",
"test:watch": "react-scripts test --watch --coverage --env=jsdom",
"semantic-release": "semantic-release-public-circleci-app",
"eject": "react-scripts eject"
},
"pre-commit": [
"build",
"test",
"lint",
"duplication"
],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"author": "Mariusz Rajczakowski <[email protected]> (http://mariuszrajczakowski.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kube-js/kube-ts-react-client/issues"
},
"homepage": "https://github.com/kube-js/kube-ts-react-client#readme",
"publishConfig": {
"access": "public"
}
}