-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·40 lines (40 loc) · 1009 Bytes
/
package.json
File metadata and controls
executable file
·40 lines (40 loc) · 1009 Bytes
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
{
"name": "github-studio",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview"
},
"dependencies": {
"zustand": "^5.0.9",
"react-dom": "^19.2.3",
"uuid": "^13.0.0",
"marked": "12.0.0",
"react": "^19.2.3",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/utilities": "^3.2.2",
"@phosphor-icons/react": "^2.1.10"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"@eslint/js": "^9.39.2",
"autoprefixer": "^10.4.19",
"eslint": "^9.39.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^16.5.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "~5.8.2",
"typescript-eslint": "^8.50.0",
"vite": "^6.2.0"
}
}