Skip to content

Commit 6b14c97

Browse files
committed
chore: init play ground
1 parent 4c3b2d3 commit 6b14c97

File tree

6 files changed

+1827
-7
lines changed

6 files changed

+1827
-7
lines changed

playground/package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"type": "module",
3+
"scripts": {
4+
"start": "node ./script/cli.mjs",
5+
"sg": "ast-grep scan -c ./ast-grep/sgconfig.yml -U ./fixtures",
6+
"build": "unbuild",
7+
"dev": "unbuild --stub",
8+
"bench": "UV_THREADPOOL_SIZE=8 node bench/ms.js",
9+
"test": "vitest",
10+
"release": "bumpp && pnpm publish",
11+
"prepublishOnly": "pnpm run build"
12+
},
13+
"dependencies": {
14+
"@vitejs/plugin-vue": "^4.5.0",
15+
"@vitejs/plugin-vue-jsx": "^3.1.0",
16+
"unplugin-vue-macros": "^2.7.0"
17+
},
18+
"devDependencies": {
19+
"@vue-macros/volar": "^0.17.3",
20+
"vite": "^5.0.2"
21+
}
22+
}

0 commit comments

Comments
 (0)