feat(education): publish Guanghu subdomain stage one
This commit is contained in:
parent
a57ce92e65
commit
058fd3ed15
43 changed files with 12391 additions and 12 deletions
31
product-source/guanghu-education-industry-os/package.json
Normal file
31
product-source/guanghu-education-industry-os/package.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"name": "guanghu-education-industry-os",
|
||||
"private": true,
|
||||
"version": "0.2.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite --host 127.0.0.1 --port 5216",
|
||||
"build": "tsc -b && vite build",
|
||||
"test": "vitest run",
|
||||
"guard:release": "node scripts/pre-deploy-guard.mjs",
|
||||
"package:server": "npm run build && node scripts/package-server-release.mjs && npm run guard:release",
|
||||
"tauri": "tauri"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^2.11.1",
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "^2.11.4",
|
||||
"@testing-library/jest-dom": "^6.9.1",
|
||||
"@testing-library/react": "^16.3.2",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.1",
|
||||
"jsdom": "^28.0.0",
|
||||
"typescript": "~5.9.3",
|
||||
"vite": "^7.3.5",
|
||||
"vitest": "^4.0.18"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue