-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 969 Bytes
/
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
{
"name": "monsterpedia",
"version": "0.2.0",
"description": "A Dragon Warrior Monsters Encyclopedia",
"author": "Michael C. Mullins",
"license": "MIT",
"scripts": {
"start": "app-scripts start",
"build": "app-scripts build"
},
"dependencies": {
"@types/prop-types": "^15.7.1",
"@types/react": "^17.0.0",
"@types/react-redux": "^7.1.1",
"@types/react-router": "^5.0.3",
"@types/react-router-dom": "^4.3.4",
"@types/redux": "^3.6.0",
"@types/styled-components": "^5.1.7",
"@webdesserts/app-scripts": "^0.2.3",
"history": "^4.9.0",
"immutable": "^3.7",
"isomorphic-fetch": "^3.0.0",
"lodash": "^4.17.14",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.1",
"typescript": "^3.5.3"
}
}