Skip to content

Commit

Permalink
update deps; example update
Browse files Browse the repository at this point in the history
  • Loading branch information
imkunet committed Apr 24, 2023
1 parent a8600b7 commit 4b41f14
Show file tree
Hide file tree
Showing 9 changed files with 1,118 additions and 761 deletions.
3 changes: 3 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"plugins": [
"prettier-plugin-tailwindcss"
],
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100
Expand Down
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

## What's inside

- [Motion One](https://motion.dev/)
- [SolidJS](https://solidjs.com)
- [Typescript](https://www.typescriptlang.org/)
- [ESlint](https://eslint.org/)
- [Prettier](https://prettier.io/)
- [Motion One](https://motion.dev/)
- [TailwindCSS](https://tailwindcss.com/)
- [Typescript](https://www.typescriptlang.org/)
- [SolidJS](https://solidjs.com)
- [Solid Icons](https://solid-icons.vercel.app/)
- [SolidJS Router](https://github.com/solidjs/solid-router)

## Recommendations

Expand Down Expand Up @@ -57,4 +59,4 @@ Your app is ready to be deployed!

## Deployment

You can deploy the `dist` folder to any static host provider (netlify, surge, now, etc.)
You can deploy the `dist` folder to any static host provider (pages.dev, vercel, netlify, etc.)
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,31 @@
"description": "Lorem ipsum dolor sit amet",
"scripts": {
"dev": "vite",
"build": "vite build",
"build": "vite build && cp robots.txt dist/",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-solid": "^0.8.0",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^3.2.5",
"vite-plugin-solid": "^2.5.0"
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.7",
"tailwindcss": "^3.3.1",
"typescript": "^5.0.4",
"vite": "^3.2.6",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"@motionone/solid": "^10.15.5",
"@solidjs/router": "^0.6.0",
"@motionone/solid": "^10.16.0",
"@solidjs/router": "^0.8.2",
"motion": "^10.15.5",
"solid-icons": "^1.0.4",
"solid-js": "^1.6.9"
"solid-js": "^1.7.3"
}
}
Loading

0 comments on commit 4b41f14

Please sign in to comment.