@tomjs/create-app
Version:
Create a node/web/electron/vscode project based on tomjs
29 lines (28 loc) • 692 B
JSON
{
"name": "react-project",
"type": "module",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^2.3.9",
"@tomjs/vite-plugin-xxx": "workspace:*",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react-swc": "^4.2.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"typescript": "~5.9.3",
"vite": "^7.2.4"
}
}