-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 KB
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
{
"name": "games-amplify-ts",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.2.1",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.2.1",
"@reach/router": "^1.2.1",
"@types/reach__router": "^1.2.4",
"aws-amplify": "^1.1.32",
"aws-amplify-react": "^2.3.11",
"classnames": "^2.2.6",
"formik": "^1.5.8",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-scripts": "3.0.1",
"ts-optchain": "^0.1.7",
"zen-observable-ts": "^0.8.19"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"slides": "set NODE_ENV=development&&mdx-deck deck.mdx"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/classnames": "^2.2.9",
"@types/react": "^16.8.23",
"@types/react-dom": "^16.8.4",
"mdx-deck": "^3.0.7",
"typescript": "^3.5.3"
}
}