-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.38 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
{
"name": "mazejs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest"
},
"dependencies": {
"@datastructures-js/deque": "^1.0.4",
"async-mutex": "^0.5.0",
"immer": "^10.1.1",
"lucide-react": "^0.407.0",
"next": "^14.2.5",
"react": "^18",
"react-aria-components": "^1.2.1",
"react-dom": "^18",
"tailwind-merge": "^2.3.0",
"ts-pattern": "^5.2.0",
"use-immer": "^0.10.0"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@testing-library/react": "^16.0.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.34.3",
"globals": "^15.8.0",
"jsdom": "^24.1.0",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.1",
"tailwindcss-react-aria-components": "^1.1.3",
"typescript": "^5.4.5",
"typescript-eslint": "^7.15.0",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
}
}