-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "teacher-workspace",
"version": "1.4.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"dev:all": "concurrently -k -n server,web -c blue,green \"go tool air\" \"vite\"",
"build": "tsc -b && vite build",
"preview": "vite preview",
"format": "oxfmt --check \"**/*.{js,jsx,ts,tsx,md,html,css,json,jsonc,yaml,toml}\"",
"lint": "oxlint",
"golint": "golangci-lint run",
"prepare": "husky"
},
"dependencies": {
"@flow/core": "^0.1.17",
"@flow/icons": "^0.1.0",
"motion": "^12.27.1",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-router": "^7.12.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.2",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"concurrently": "^9.2.1",
"husky": "^9.1.7",
"lint-staged": "^16.4.0",
"oxfmt": "^0.44.0",
"oxlint": "^1.59.0",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2",
"vite": "^8.0.7"
}
}