-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.1 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
{
"dependencies": {
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/kaushan-script": "^4.5.8",
"@mui/material": "^5.6.4",
"chance": "^1.1.8",
"faunadb": "^4.5.4",
"gsap": "^3.10.3",
"lorem-ipsum": "^2.0.4",
"random-item": "^4.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-flip-move": "^3.0.4",
"react-icons": "^4.3.1",
"swr": "^1.3.0"
},
"devDependencies": {
"esm": "^3.2.25",
"prettier": "^2.6.2",
"react-scripts": "5.0.1"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"format": "prettier --write \"{,!(node_modules|dist|build)/**/}*.*\"",
"clean": "node -r esm ./src/fauna/clean.js",
"setup": "node -r esm ./src/fauna/setup.js"
},
"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"
]
}
}