-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.28 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
{
"name": "taskie-2.0",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "npm run dev",
"test": "jest",
"typecheck": "react-router typegen && tsc"
},
"dependencies": {
"@react-router/node": "^7.5.2",
"@react-router/serve": "^7.5.2",
"clsx": "^2.1.1",
"isbot": "^5.1.27",
"lucide-react": "^0.511.0",
"motion": "^12.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^7.1.14",
"react-router": "^7.5.2",
"uuid": "^11.1.0",
"zustand": "^5.0.5"
},
"devDependencies": {
"@netlify/vite-plugin-react-router": "^1.0.1",
"@react-router/dev": "^7.5.2",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^30.0.0",
"@types/node": "^20.17.32",
"@types/react": "^18.3.20",
"@types/react-dom": "^18.3.6",
"autoprefixer": "^10.4.21",
"babel-jest": "^30.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.0.1",
"jest-environment-jsdom": "^30.0.1",
"postcss": "^8.5.3",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3",
"vite": "^6.3.3",
"vite-tsconfig-paths": "^5.1.4"
}
}