-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.27 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
{
"name": "nyuusu",
"homepage": "https://nyusu.org",
"description": "Practice reading Japanese with the latest news articles and headlines from Japan. ",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest",
"cypress:open": "cypress open --e2e --browser chrome",
"coverage": "vitest run --coverage",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@googlemaps/react-wrapper": "^1.1.35",
"@mui/icons-material": "^5.14.9",
"@mui/material": "^5.14.10",
"@tanstack/react-query": "^5.0.0",
"@uidotdev/usehooks": "^2.4.1",
"axios": "^1.5.0",
"chartjs-plugin-datalabels": "^2.2.0",
"classnames": "^2.3.2",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"i18next": "^23.5.1",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-animated-numbers": "^0.18.0",
"react-chartjs-2": "^5.2.0",
"react-circle-flags": "^0.0.20",
"react-dom": "^18.2.0",
"react-i18next": "^14.0.0",
"react-router-dom": "^6.16.0",
"recharts": "^2.8.0",
"rss-parser": "^3.13.0",
"stream-browserify": "^3.0.0",
"typewriter-effect": "^2.21.0",
"url": "^0.11.3"
},
"devDependencies": {
"@svgr/rollup": "^8.1.0",
"@tanstack/react-query-devtools": "^5.0.0",
"@testing-library/react": "^16.0.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vitejs/plugin-react": "^4.2.0",
"cypress": "^13.3.0",
"cypress-vite": "^1.5.0",
"eslint": "^8.45.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"gh-pages": "^6.0.0",
"jsdom": "^24.0.0",
"msw": "^2.0.0",
"sass": "^1.67.0",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-node-polyfills": "^0.22.0",
"vitest": "^1.0.0"
},
"msw": {
"workerDirectory": "public"
}
}