forked from rubykube/tower
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.58 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
{
"name": "tower",
"version": "2.2.8",
"private": true,
"homepage": "/tower",
"dependencies": {
"@date-io/moment": "^1.3.6",
"@material-ui/core": "^3.5.1",
"@material-ui/icons": "^3.0.2",
"@types/classnames": "^2.2.6",
"@types/js-cookie": "^2.2.0",
"@types/moment-timezone": "^0.5.12",
"@types/node": "10.12.10",
"@types/react": "16.7.7",
"@types/react-dom": "16.0.10",
"@types/react-redux": "^6.0.11",
"@types/react-router": "^4.4.3",
"@types/react-router-dom": "^4.3.1",
"@types/recharts": "^1.1.1",
"axios": "^0.18.0",
"babel-jest": "23.6.0",
"babel-plugin-syntax-class-properties": "^6.13.0",
"babel-plugin-transform-export-extensions": "^6.22.0",
"country-data": "^0.0.31",
"country-list": "^2.1.1",
"enzyme-to-json": "^3.3.5",
"history": "^4.7.2",
"js-cookie": "^2.2.0",
"material-ui-pickers": "2.2.4",
"moment": "^2.24.0",
"moment-timezone": "^0.5.25",
"node-sass": "^4.11.0",
"react": "^16.6.3",
"react-app-rewired": "^1.6.2",
"react-dom": "^16.6.3",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"react-test-renderer": "^16.8.4",
"recharts": "^1.6.2",
"redux": "^4.0.1",
"redux-mock-store": "^1.5.3",
"redux-saga": "^0.16.2",
"ts-jest": "24.0.0",
"typescript": "^3.3.3333",
"ua-parser-js": "^0.7.19",
"webpack": "^3.11.0",
"webpack-obfuscator": "^0.18.0"
},
"scripts": {
"start": "react-app-rewired start --scripts-version react-scripts-ts start",
"build:js": "react-app-rewired build --scripts-version react-scripts-ts build",
"build": "npm-run-all build:js clean:mapfiles",
"clean:mapfiles": "find build -name '*.map' -exec rm {} ';'",
"test": "jest",
"eject": "react-scripts eject",
"lint": "tsc --noEmit && tslint --project ."
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@openware/coding-standards": "0.1.6",
"@types/enzyme": "^3.9.0",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.9",
"axios-mock-adapter": "^1.16.0",
"classnames": "^2.2.6",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"moment-timezone": "^0.5.25",
"npm-run-all": "^4.1.5",
"react-addons-test-utils": "^15.6.2",
"react-scripts-ts": "^3.1.0",
"tsc": "^1.20150623.0",
"tslint": "^5.13.1",
"tslint-eslint-rules": "^5.4.0",
"typescript-babel-jest": "^1.0.6"
}
}