-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
82 lines (82 loc) · 2.36 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
{
"name": "kungfu-app",
"version": "0.1.0",
"engines": {
"node": "8.9.4"
},
"private": true,
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@material-ui/core": "^4.8.0",
"@material-ui/icons": "^3.0.1",
"@material-ui/pickers": "^3.2.8",
"@types/classnames": "^2.2.7",
"@types/immutable": "^3.8.7",
"@types/js-cookie": "^2.2.4",
"@types/lodash": "^4.14.118",
"@types/react-beautiful-dnd": "^11.0.1",
"@types/react-intl": "^2.3.14",
"@types/react-redux": "^6.0.10",
"@types/redux": "^3.6.0",
"@types/redux-auth-wrapper": "^2.0.8",
"add": "^2.0.6",
"antd": "^3.11.6",
"axios": "^0.18.1",
"classnames": "^2.2.6",
"customize-cra": "^0.2.11",
"date-fns": "^2.9.0",
"immutable": "^4.0.0-rc.12",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"querystring": "^0.2.0",
"react": "^16.8.0",
"react-app-rewired": "^2.0.3",
"react-beautiful-dnd": "^10.0.0",
"react-device-detect": "^1.6.2",
"react-dom": "^16.8.0",
"react-dropzone": "^10.1.4",
"react-hot-loader": "^4.6.5",
"react-intl": "^2.7.2",
"react-redux": "^5.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "^2.1.3",
"redux": "^4.0.1",
"redux-auth-wrapper": "^2.0.2",
"redux-rest-resource": "^0.18.0",
"redux-thunk": "^2.3.0",
"ts-import-plugin": "^1.5.5"
},
"resolutions": {
"terser": "3.14.1"
},
"scripts": {
"start": "set PORT=3005 && react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"trans:compile": "tsc -p . --target ES6 --module es6 --jsx preserve --outDir extracted",
"trans:extract": "babel \"extracted/**/*.jsx\"",
"trans:manage": "node scripts/translationRunner.js"
},
"devDependencies": {
"@types/jest": "^23.3.10",
"@types/node": "^10.12.10",
"@types/react": "^16.7.8",
"@types/react-dom": "^16.0.11",
"@types/react-router-dom": "^4.3.1",
"babel-cli": "^6.26.0",
"babel-plugin-import": "^1.11.0",
"babel-plugin-react-intl": "^3.0.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"react-intl-translations-manager": "^5.0.3",
"typescript": "^3.1.6"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}