-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.57 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.57 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
{
"name": "goonsite-mantine",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --webpack",
"start": "next start -p 9999",
"lint": "next lint",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@mantine/core": "^7.17.8",
"@mantine/hooks": "^7.17.8",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@tabler/icons-react": "^2.44.0",
"@types/react-syntax-highlighter": "^15.5.13",
"chess.js": "^1.4.0",
"clsx": "^2.0.0",
"framer-motion": "^12.23.26",
"geist": "^1.3.1",
"gray-matter": "^4.0.3",
"html-react-parser": "^5.2.5",
"next": "^16.0.10",
"prismjs": "^1.30.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router-dom": "6.21.1",
"react-simple-maps": "^3.0.0",
"react-simple-typewriter": "^5.0.1",
"react-syntax-highlighter": "^16.1.0",
"showdown": "^2.1.0",
"tailwind-merge": "^2.1.0",
"three": "^0.183.2"
},
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "20.10.6",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/react-simple-maps": "^3.0.6",
"@types/showdown": "^2.0.6",
"@types/three": "^0.183.1",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "8.56.0",
"eslint-config-next": "^16.0.10",
"jsdom": "^28.1.0",
"postcss": "8.4.32",
"tailwindcss": "3.4.0",
"typescript": "^5.6.3",
"vitest": "^4.0.18"
}
}