-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.95 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
{
"name": "cssbattle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,css,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,css,md}\""
},
"dependencies": {
"@dimforge/rapier3d-compat": "^0.14.0",
"@hookform/resolvers": "^3.9.1",
"@lottiefiles/lottie-player": "^2.0.12",
"@monaco-editor/react": "^4.6.0",
"@nivo/bar": "^0.88.0",
"@nivo/core": "^0.88.0",
"@nivo/line": "^0.88.0",
"@nivo/radar": "^0.88.0",
"@nivo/tooltip": "^0.88.0",
"@radix-ui/react-icons": "^1.3.2",
"@react-three/drei": "^9.117.1",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.16.3",
"@types/html2canvas": "^0.5.35",
"@types/prismjs": "^1.26.5",
"@types/three": "^0.170.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.11.17",
"geist": "^1.3.1",
"html2canvas": "^1.4.1",
"lucide-react": "^0.460.0",
"monaco-editor": "^0.52.0",
"next": "^15.0.3",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"recharts": "^2.13.3",
"tailwind-merge": "^2.5.4",
"three": "^0.170.0",
"three-stdlib": "^2.34.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^22.10.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"eslint-plugin-react-hooks": "^5.0.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"webpack": "^5.96.1"
}
}