Skip to content

Commit

Permalink
đź“ťadd the readme and update the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Aug 17, 2022
1 parent 8a26ffa commit 3a01f85
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# solid-vite-unocss-template
```bash
npx degit sooniter/solid-vite-unocss-template
# if you need eslint
npx degit sooniter/solid-vite-unocss-template#with-eslint
```
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@
},
"devDependencies": {
"@iconify-json/logos": "^1.1.14",
"@types/node": "^18.6.4",
"@unocss/core": "^0.45.5",
"@unocss/preset-attributify": "^0.45.5",
"@unocss/preset-icons": "^0.45.5",
"@unocss/preset-uno": "^0.45.5",
"@types/node": "^18.7.6",
"@unocss/core": "^0.45.7",
"@unocss/preset-attributify": "^0.45.7",
"@unocss/preset-icons": "^0.45.7",
"@unocss/preset-uno": "^0.45.7",
"babel-plugin-solid-labels": "^0.12.1",
"babel-plugin-solid-undestructure": "^0.0.15",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"unocss": "^0.45.5",
"unocss": "^0.45.7",
"unplugin-auto-import": "^0.11.1",
"unplugin-icons": "^0.14.8",
"vite": "^3.0.4",
"vite": "^3.0.8",
"vite-plugin-inspect": "^0.6.0",
"vite-plugin-solid": "^2.3.0"
}
Expand Down

0 comments on commit 3a01f85

Please sign in to comment.