-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·53 lines (53 loc) · 1.45 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "soldits-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^3.4.1",
"@reach/router": "^1.2.1",
"@types/node": "^10.12.21",
"@types/react": "^16.8.2",
"antd": "^3.13.1",
"apollo-cache-inmemory": "^1.4.2",
"apollo-client": "^2.4.12",
"apollo-link": "^1.2.8",
"apollo-link-error": "^1.1.7",
"apollo-link-http": "^1.5.11",
"apollo-link-state": "^0.4.2",
"apollo-link-ws": "^1.0.14",
"apollo-utilities": "^1.1.2",
"awesome-debounce-promise": "^1.0.0",
"axios": "^0.18.0",
"craco-antd": "^1.10.0",
"firebase": "^5.8.2",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"react": "^16.8.1",
"react-apollo": "^2.4.1",
"react-dependent-script": "^1.1.0",
"react-dom": "^16.8.1",
"react-scripts": "2.1.3",
"rebass": "^3.0.1",
"subscriptions-transport-ws": "^0.9.15",
"uuid": "^3.3.2"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/reach__router": "^1.2.3",
"typescript": "^3.3.1"
}
}