Skip to content

Commit

Permalink
chore: Remove codesandbox (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
zjxxxxxxxxx authored Dec 14, 2024
1 parent 4ce3859 commit dfb414b
Show file tree
Hide file tree
Showing 5 changed files with 1,356 additions and 1,302 deletions.
3 changes: 0 additions & 3 deletions .codesandbox/environment.json

This file was deleted.

28 changes: 0 additions & 28 deletions .codesandbox/tasks.json

This file was deleted.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"play": "pnpm start --script=dev",
"lint": "pnpm eslint . --ext .ts,.tsx --ignore-pattern='/playground/*'",
"format": "prettier --write '**/*.{vue,ts,tsx,json,md}'",
"tasks": "esno scripts/create-codesandbox-tasks.ts",
"postinstall": "simple-git-hooks",
"release": "run-s build publish:ci",
"test": "turbo run test",
Expand All @@ -41,6 +40,8 @@
"web-devtools",
"devtools"
],
"author": "zjxxxxxxxxx <954270063@qq.com>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-syntax-typescript": "^7.22.5",
Expand All @@ -64,18 +65,18 @@
"esno": "^4.8.0",
"fast-glob": "^3.3.1",
"lint-staged": "^13.3.0",
"magic-string": "^0.30.5",
"magic-string": "^0.30.14",
"minimist": "^1.2.8",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.31",
"postcss-minify-selectors": "^6.0.0",
"prettier": "^3.0.1",
"prettier": "^3.4.1",
"rimraf": "^5.0.1",
"rollup": "^3.28.1",
"rollup-plugin-dts": "^5.3.1",
"rollup-plugin-esbuild": "^6.0.0",
"simple-git-hooks": "^2.9.0",
"turbo": "^2.3.1",
"turbo": "^2.3.3",
"typescript": "^5.1.6",
"vitest": "^0.34.3"
},
Expand Down
Loading

0 comments on commit dfb414b

Please sign in to comment.