-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.71 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
{
"name": "new-game",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "prettier --write .",
"test": "vitest",
"test:ui": "vitest --ui",
"sound:generate": "./scripts/generate_sounds.sh"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fireworks-js/react": "^2.10.8",
"@fontsource/inter": "^5.0.18",
"@fontsource/noto-sans-symbols-2": "^5.0.20",
"@mui/material": "^5.15.18",
"@mui/styled-engine-sc": "^5.10.16",
"@types/howler": "^2.2.11",
"@types/react-helmet": "^6.1.11",
"apexcharts": "^3.49.1",
"axios": "^1.7.1",
"detect-browser": "^5.3.0",
"focus-trap-react": "^10.2.3",
"framer-motion": "^11.3.19",
"howler": "^2.2.4",
"random-js": "^2.1.0",
"react": "^18.3.1",
"react-apexcharts": "^1.4.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^5.2.1",
"react-qr-code": "^2.0.13",
"react-router-dom": "^6.23.1",
"react-terminal": "^1.4.4",
"react-use": "^17.5.0",
"sass": "^1.77.2",
"styled-components": "^6.1.11",
"zustand": "^4.5.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/ui": "^1.6.0",
"axios-logger": "^2.8.0",
"axios-mock-adapter": "^1.22.0",
"jsdom": "^24.0.0",
"matchers": "link:@testing-library/jest-dom/matchers",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.6.0"
}
}