-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.65 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
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "gif-attack-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@giphy/js-fetch-api": "^1.5.9",
"@giphy/react-components": "^1.0.7",
"@material-ui/core": "^4.10.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@types/dotenv": "^8.2.0",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.39",
"@types/react": "^16.4.9",
"@types/react-dom": "^16.9.8",
"apollo-boost": "^0.4.8",
"apollo-link-context": "^1.0.20",
"apollo-link-error": "^1.1.13",
"apollo-link-ws": "^1.0.20",
"axios": "^0.21.1",
"dotenv": "^8.2.0",
"graphql": "^15.0.0",
"less": "^3.11.3",
"material-table": "^1.62.0",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-giphy-searchbox": "^1.5.2",
"react-hook-form": "^5.7.2",
"react-router-dom": "^5.2.0",
"react-router-guards": "^1.0.2",
"sass": "^1.26.9",
"serve": "^11.3.1",
"style-loader": "0.23.1",
"styled-components": "^5.1.0",
"subscriptions-transport-ws": "^0.9.16",
"typescript": "^3.7.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "Gif Attack UI",
"devDependencies": {
"react-scripts": "3.2.0"
}
}