Spaces:
Running
Running
| { | |
| "name": "sub-react", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "keywords": [], | |
| "author": "", | |
| "license": "ISC", | |
| "type": "module", | |
| "dependencies": { | |
| "react": "^19.2.4", | |
| "react-dom": "^19.2.4" | |
| }, | |
| "devDependencies": { | |
| "@types/react": "^19.2.14", | |
| "@types/react-dom": "^19.2.3", | |
| "@vitejs/plugin-react": "^5.1.4", | |
| "typescript": "^5.9.3", | |
| "vite": "^7.3.1", | |
| "vite-plugin-qiankun": "^1.0.15" | |
| } | |
| } | |