-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.55 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
{
"name": "Feefee",
"version": "1.0.0",
"author": "ckw1",
"scripts": {
"deploy": "now && now alias",
"start": "react-scripts start",
"now-start": "serve -s ./build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged"
},
"devDependencies": {
"prettier": "2.4.1",
"react-scripts": "2.1.8"
},
"dependencies": {
"@babel/helper-string-parser": "^7.18.10",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^5.0.0-beta.5",
"@material-ui/icons": "^4.11.2",
"@material-ui/styled-engine-sc": "^5.0.0-beta.5",
"@mui/icons-material": "^5.0.0",
"@mui/joy": "^5.0.0-alpha.45",
"@mui/material": "^5.0.0",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"connected-react-router": "4.5.0",
"react": "16.14.0",
"react-apple-login": "^1.1.3",
"react-apple-signin-auth": "^1.0.4",
"react-async": "^10.0.1",
"react-dom": "16.14.0",
"react-google-login": "^5.2.2",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "5.1.2",
"react-reveal": "^1.2.2",
"react-router": "4.4.0-beta.8",
"react-router-dom": "^6.3.0",
"react-social-login-buttons": "^3.5.1",
"react-typewriting-effect": "^1.0.4",
"react-typist": "^2.0.5",
"redux": "4.1.1",
"redux-thunk": "2.3.0",
"sanitize.css": "11.0.1",
"serve": "10.1.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}