-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.86 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.86 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
58
{
"name": "pathing",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"sdk": "cd sdk && npm run sdk && cd ../ && npm install ./sdk --no-save",
"push": "cd sdk && npm run push && cd ../ && npm install ./sdk --no-save",
"copy": "cd sdk && npm run copy",
"sandbox": "cd sdk && npm run sandbox",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.4",
"@types/react-grid-layout": "^1.3.5",
"@types/uuid": "^10.0.0",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"@xyflow/react": "^12.6.0",
"next": "15.5.14",
"pathingjs": "latest",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-grid-layout": "^1.5.1",
"reactflow": "^11.11.4",
"recharts": "^2.15.3",
"tsconfig": "^7.0.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@swc/jest": "^0.2.38",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"esbuild": "^0.25.3",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.2.0",
"tailwindcss": "^4",
"ts-jest": "^29.3.2",
"typescript": "^5"
}
}