-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.02 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
{
"name": "typescript-react-redux",
"version": "0.1.0",
"private": true,
"description": "typescript react redux",
"author": "AGUMON",
"license": "ISC",
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"dependencies": {
"@types/react-redux": "^7.1.5",
"@types/react-router-dom": "^5.1.3",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts-ts": "3.1.0",
"redux": "^4.0.4",
"typesafe-actions": "^5.1.0"
},
"devDependencies": {
"@types/jest": "^24.0.23",
"@types/node": "^12.12.7",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"typescript": "^3.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ljlm0402/typescript-react-redux.git"
},
"bugs": {
"url": "https://github.com/ljlm0402/typescript-react-redux/issues"
}
}