-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.49 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.49 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "frontend-test",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.1.2",
"apollo-server": "^2.4.0",
"graphql": "^14.1.1",
"history": "^4.9.0",
"lowdb": "^1.0.0",
"nanoid": "^2.0.1",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "2.1.3",
"redux": "^4.0.1",
"redux-mock-store": "^1.5.3",
"redux-thunk": "^2.3.0",
"typescript": "3.3.1",
"xstate": "^4.6.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"gql": "node server.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"proxy": "http://localhost:3001",
"devDependencies": {
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/enzyme": "^3.10.1",
"@types/jest": "24.0.0",
"@types/node": "10.12.21",
"@types/react": "16.8.2",
"@types/react-dom": "16.8.0",
"@types/react-redux": "^7.1.0",
"@types/react-router-dom": "^4.3.4",
"@types/react-router-redux": "^5.0.18",
"@types/redux-mock-store": "^1.0.1",
"react-test-renderer": "^15.5.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.4.0"
}
}