forked from aws-samples/aws-bookstore-demo-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 970 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
36
37
{
"name": "aws-bookstore-demo-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/graphql": "^14.0.5",
"@types/jest": "^23.3.10",
"@types/node": "^10.12.12",
"@types/react": "^16.7.12",
"@types/react-bootstrap": "^0.32.15",
"@types/react-dom": "^16.0.11",
"@types/react-router-bootstrap": "^0.24.5",
"@types/react-router-dom": "^4.3.1",
"aws-amplify": "^1.0.10",
"bootstrap": "^3.3.7",
"react": "^16.5.0",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.5.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.0",
"typescript": "^3.2.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}