forked from lezi-wiki/fuckurmom-home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.3 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
{
"name": "fuckur-mom",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@fontsource/noto-sans-hk": "^4.5.10",
"@fontsource/noto-sans-sc": "^4.5.10",
"@fontsource/roboto": "^4.5.7",
"@mui/icons-material": "^5.6.2",
"@mui/material": "^5.7.0",
"@mui/styles": "^5.7.0",
"@reduxjs/toolkit": "^1.8.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.2.0",
"@types/jest": "^27.0.1",
"@types/node": "^17.0.33",
"@types/pangu": "^3.3.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/react-router-dom": "^5.3.3",
"dayjs": "^1.11.2",
"flag-icons": "^6.3.0",
"i18next": "^21.8.2",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-localstorage-backend": "^3.1.3",
"notistack": "^2.0.5",
"pangu": "^4.0.7",
"react": "^18.1.0",
"react-country-flag": "^3.0.2",
"react-dom": "^18.1.0",
"react-i18next": "^11.16.9",
"react-redux": "^8.0.1",
"react-router-dom": "5",
"react-scripts": "5.0.1",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0",
"workbox-background-sync": "^6.4.2",
"workbox-broadcast-update": "^6.4.2",
"workbox-cacheable-response": "^6.4.2",
"workbox-core": "^6.4.2",
"workbox-expiration": "^6.4.2",
"workbox-google-analytics": "^6.4.2",
"workbox-navigation-preload": "^6.4.2",
"workbox-precaching": "^6.4.2",
"workbox-range-requests": "^6.4.2",
"workbox-routing": "^6.4.2",
"workbox-strategies": "^6.4.2",
"workbox-streams": "^6.4.2",
"workbox-webpack-plugin": "^6.5.3"
},
"scripts": {
"start": "react-scripts start",
"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": {
"prettier": "^2.6.2"
}
}