-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.19 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "vote.stuysu.org-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.1.5",
"@apollo/react-hooks": "^4.0.0",
"@honeybadger-io/react": "0.0.7",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@rmwc/avatar": "^6.1.4",
"@rmwc/button": "^6.1.3",
"@rmwc/card": "^6.1.3",
"@rmwc/chip": "^6.1.4",
"@rmwc/dialog": "^6.1.4",
"@rmwc/grid": "^6.0.14",
"@rmwc/icon": "^6.1.3",
"@rmwc/icon-button": "^6.1.4",
"@rmwc/list": "^6.1.3",
"@rmwc/menu": "^6.1.4",
"@rmwc/radio": "^6.1.4",
"@rmwc/snackbar": "^6.1.4",
"@rmwc/tabs": "^6.1.4",
"apollo-upload-client": "^14.1.1",
"axios": "^0.19.2",
"cloudinary-core": "^2.11.2",
"dexie": "^3.0.1",
"flow-bin": "^0.128.0",
"graphql": "^15.3.0",
"honeybadger-js": "^2.2.2",
"linkifyjs": "^2.1.9",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.1",
"react-ga": "^3.1.2",
"react-google-login": "^5.1.20",
"react-helmet": "^6.1.0",
"react-jss": "^10.3.0",
"react-load-script": "0.0.6",
"react-markdown": "^4.3.1",
"react-multi-carousel": "^2.5.5",
"react-responsive": "^8.1.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^3.4.1",
"react-simplemde-editor": "^4.1.3",
"rmwc": "^6.1.3",
"url-join": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"flow": "flow",
"prettier": "prettier --write ."
},
"eslintConfig": {
"extends": "react-app"
},
"prettier": {
"printWidth": 80,
"singleQuote": true,
"trailingComma": "none",
"arrowParens": "avoid",
"useTabs": true,
"tabWidth": 4
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.4",
"@testing-library/user-event": "^12.0.11",
"fake-indexeddb": "^3.1.0",
"prettier": "^2.0.5",
"prop-types": "^15.7.2"
},
"proxy": "https://api-vote.stuysu.org"
}