init & svga
Showing
| ... | @@ -11,13 +11,20 @@ | ... | @@ -11,13 +11,20 @@ |
| "main": "index.js", | "main": "index.js", | ||
| "scripts": { | "scripts": { | ||
| "preinstall": "npx only-allow pnpm", | "preinstall": "npx only-allow pnpm", | ||
| "playground": "pnpm --filter playground run dev" | "playground": "pnpm --filter=playground run dev" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@babel/plugin-proposal-class-properties": "^7.18.6", | "@babel/plugin-proposal-class-properties": "^7.18.6", | ||
| "@babel/plugin-proposal-decorators": "^7.25.9", | "@babel/plugin-proposal-decorators": "^7.25.9", | ||
| "@eslint/js": "^9.13.0", | |||
| "@vitejs/plugin-react": "^4.3.3", | |||
| "eslint": "^9.13.0", | |||
| "eslint-plugin-react-hooks": "^5.0.0", | |||
| "eslint-plugin-react-refresh": "^0.4.13", | |||
| "globals": "^15.11.0", | |||
| "less": "^4.2.0", | "less": "^4.2.0", | ||
| "typescript": "^5.6.3", | "typescript": "^5.6.3", | ||
| "typescript-eslint": "^8.10.0", | |||
| "vite": "^5.4.10", | "vite": "^5.4.10", | ||
| "vite-plugin-dts": "^4.3.0" | "vite-plugin-dts": "^4.3.0" | ||
| }, | }, | ||
| ... | ... |
packages/built-in/.gitignore
0 → 100644
packages/built-in/README.md
0 → 100644
packages/built-in/index.html
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment