-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.39 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
{
"name": "cards",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"lint": "next lint",
"start": "next start"
},
"type": "module",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.9.1",
"@mui/icons-material": "^6.1.6",
"@mui/material": "^6.1.6",
"@tanstack/react-query": "^5.59.19",
"animate.css": "^4.1.1",
"dagre": "^0.8.5",
"gsap-trial": "^3.12.5",
"loaders.css": "^0.1.2",
"lodash": "^4.17.21",
"next": "^15.0.2",
"react": "^19.0.0-rc-935180c7e0-20240524",
"react-dom": "^19.0.0-rc-935180c7e0-20240524",
"react-hook-form": "^7.53.1",
"react-icons": "^5.3.0",
"reactflow": "^11.11.4",
"superjson": "2.2.1",
"uuid": "^11.0.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.59.19",
"@types/dagre": "^0.7.52",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"autoprefixer": "^10.4.20",
"babel-plugin-react-compiler": "^0.0.0-experimental-592953e-20240517",
"eslint": "^9.14.0",
"eslint-config-next": "15.0.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"sass": "^1.80.6",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
}
}