-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.05 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.05 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"homepage": "https://sayandcode.github.io/gamezon/",
"name": "gamezon",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/noto-sans": "^4.5.10",
"@fontsource/racing-sans-one": "^4.5.8",
"@fontsource/roboto": "^4.5.7",
"@mui/icons-material": "^5.8.2",
"@mui/material": "^5.8.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"algoliasearch": "^4.14.2",
"country-flag-icons": "^1.5.5",
"country-state-city": "^3.0.1",
"date-fns": "^2.29.2",
"firebase": "^9.8.2",
"formik": "^2.2.9",
"framer-motion": "^6.3.10",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-error-boundary": "^3.1.4",
"react-phone-number-input": "^3.2.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"react-use-measure": "^2.1.1",
"to-px": "^1.1.0",
"uuid": "^8.3.2",
"uuid-by-string": "^3.0.7",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"fast-html-dom-parser": "^1.0.5",
"gh-pages": "^4.0.0",
"prettier": "^2.6.2"
}
}