Skip to content

Commit

Permalink
chore: add playground deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Selemondev authored and Selemondev committed Jul 24, 2023
1 parent 7736265 commit feacf12
Show file tree
Hide file tree
Showing 2 changed files with 428 additions and 0 deletions.
37 changes: 37 additions & 0 deletions playground/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "@windi-ui/playground",
"version": "0.0.0",
"description": "Windi UI playground",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/selemondev/windi-ui.git"
},
"keywords": [
"tailwindcss",
"windi-ui",
"playground",
"repl"
],
"author": "Selemondev",
"license": "MIT",
"bugs": {
"url": "https://github.com/selemondev/windi-ui/issues"
},
"homepage": "https://github.com/selemondev/windi-ui#readme",
"dependencies": {
"@vue/repl": "^1.4.1",
"compare-versions": "^4.1.4",
"ohmyfetch": "^0.4.21"
},
"devDependencies": {
"@types/prettier": "^2.7.2",
"@unocss/reset": "^0.44.7",
"execa": "^4.1.0",
"prettier": "^2.8.8"
}
}
Loading

0 comments on commit feacf12

Please sign in to comment.