-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.53 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
{
"name": "go-cv-frontend",
"version": "0.0.1",
"private": true,
"license": "GNU General Public License (GPL)",
"dependencies": {
"@types/react-redux": "^7.1.4",
"antd": "^3.23.3",
"axios": "latest",
"braces": "^3.0.2",
"css-loader": "^3.2.0",
"env-cmd": "^10.0.1",
"firebase": "^7.1.0",
"js-yaml": "^3.13.1",
"mem": "^5.1.1",
"moment": "^2.24.0",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-scripts-ts": "^3.1.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"reselect": "latest",
"ts-loader": "^6.2.0",
"typesafe-actions": "^4.2.2",
"webpack-dev-server": "^3.8.2"
},
"scripts": {
"start": "BROWSER=none PORT=8080 react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"tslint": "tslint --project tsconfig.json",
"tslint:fix": "tslint --fix --project tsconfig.json"
},
"devDependencies": {
"@types/jest": "^24.0.18",
"@types/node": "^12.7.11",
"@types/react": "^16.9.5",
"@types/react-dom": "^16.9.1",
"@types/react-redux": "^7.1.4",
"@types/react-router-dom": "^5.1.0",
"react-redux-typescript-scripts": "^1.6.2",
"redux-devtools-extension": "^2.13.8",
"tslint": "^5.20.0",
"tslint-react": "^4.1.0",
"tslint-react-hooks": "^2.2.1",
"typescript": "^3.6.3"
},
"browserslist": [
">0.2%",
"not ie <= 11",
"not op_mini all"
]
}