init & svga
parents
Showing
.editorconfig
0 → 100644
.gitattributes
0 → 100644
.gitignore
0 → 100644
.npmrc
0 → 100644
README.md
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "@grace/grace-monorepo", | |||
| "version": "1.0.0", | |||
| "private": true, | |||
| "type": "module", | |||
| "packageManager": "pnpm@9.12.2", | |||
| "engines": { | |||
| "node": "^18.0.0 || >=20.0.0" | |||
| }, | |||
| "description": "", | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "preinstall": "npx only-allow pnpm", | |||
| "playground": "pnpm --filter playground run dev" | |||
| }, | |||
| "devDependencies": { | |||
| "@babel/plugin-proposal-class-properties": "^7.18.6", | |||
| "@babel/plugin-proposal-decorators": "^7.25.9", | |||
| "less": "^4.2.0", | |||
| "typescript": "^5.6.3", | |||
| "vite": "^5.4.10", | |||
| "vite-plugin-dts": "^4.3.0" | |||
| }, | |||
| "pnpm": { | |||
| "overrides": {}, | |||
| "peerDependencyRules": { | |||
| "allowedVersions": {} | |||
| } | |||
| }, | |||
| "keywords": [], | |||
| "author": "haiyoucuv" | |||
| } |
playground/.gitignore
0 → 100644
playground/README.md
0 → 100644
playground/eslint.config.js
0 → 100644
playground/index.html
0 → 100644
playground/package.json
0 → 100644
playground/public/vite.svg
0 → 100644
playground/src/App.tsx
0 → 100644
File added
File added
playground/src/index.less
0 → 100644
playground/src/main.tsx
0 → 100644
playground/src/vite-env.d.ts
0 → 100644
playground/tsconfig.app.json
0 → 100644
playground/tsconfig.json
0 → 100644
playground/vite.config.ts
0 → 100644
pnpm-lock.yaml
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
pnpm-workspace.yaml
0 → 100644
Please register or sign in to comment