-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "ppr.tools",
"version": "1.4.1",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-toast": "^1.2.15",
"@react-spring/web": "^10.0.3",
"@tailwindcss/postcss": "^4.2.2",
"bezier-easing": "^3.0.0",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-draggable": "^4.5.0",
"remixicon": "^4.9.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.5",
"@types/node": "^25.5.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"eslint": "^10.2.0",
"eslint-config-next": "16.2.2",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}