-
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.61 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.61 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.0",
"@types/emscripten": "^1.40.1",
"clsx": "^2.1.1",
"comlink": "^4.4.2",
"detect-element-overflow": "^1.4.2",
"framer-motion": "^11.3.21",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"many-keys-map": "^3.0.3",
"next": "15.5.8",
"posthog-js": "^1.255.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-draggable": "^4.5.0",
"react-redux": "^9.1.0",
"styled-components": "^6.1.12",
"tailwind-merge": "^2.4.0"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/lodash": "^4.17.7",
"@types/node": "20.2.5",
"@types/prop-types": "^15.7.15",
"@types/react": "18.2.37",
"@types/react-dom": "^18.2.18",
"@types/scheduler": "^0.26.0",
"@types/stylis": "^4.2.7",
"@types/use-sync-external-store": "^1.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^9.33.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"globals": "^16.3.0",
"jiti": "^2.5.1",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.6",
"typescript": "5.9.0-beta",
"typescript-eslint": "^8.40.0"
},
"prettier": {
"plugins": [
"prettier-plugin-tailwindcss"
]
},
"packageManager": "pnpm@10.16.0+sha512.8066e7b034217b700a9a4dbb3a005061d641ba130a89915213a10b3ca4919c19c037bec8066afdc559b89635fdb806b16ea673f2468fbb28aabfa13c53e3f769"
}