Skip to content

Commit

Permalink
feat: ✨ set up styling and starting theme (#2)
Browse files Browse the repository at this point in the history
* feat: ✨ setup and theme

* fix: 🐛 import errors in postcss.config

* fix: 🐛 use esm export in postcss config

---------

Co-authored-by: Eddy Chen <[email protected]>
  • Loading branch information
MinhxNguyen7 and ecxyzzy authored Nov 26, 2023
1 parent a8b979a commit a9237f2
Show file tree
Hide file tree
Showing 9 changed files with 606 additions and 260 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,17 @@
"@commitlint/config-conventional": "18.4.3",
"@commitlint/types": "18.4.3",
"@playwright/test": "1.40.0",
"@skeletonlabs/skeleton": "^2.5.1",
"@skeletonlabs/tw-plugin": "^0.2.4",
"@sveltejs/adapter-auto": "2.1.1",
"@sveltejs/kit": "1.27.6",
"@types/lint-staged": "13.2.2",
"@types/node": "18.18.12",
"@types/node": "20.10.0",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
"autoprefixer": "^10.4.14",
"aws-cdk-lib": "2.110.1",
"constructs": "10.2.69",
"constructs": "10.3.0",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"eslint": "8.54.0",
Expand All @@ -45,18 +48,21 @@
"eslint-plugin-svelte": "2.35.1",
"husky": "8.0.3",
"lint-staged": "15.1.0",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"prettier": "3.1.0",
"prettier-plugin-packagejson": "2.4.6",
"prettier-plugin-prisma": "5.0.0",
"prettier-plugin-svelte": "3.1.2",
"prisma": "5.6.0",
"sst": "2.36.2",
"sst": "2.36.6",
"svelte": "4.2.7",
"svelte-check": "3.6.1",
"svelte-kit-sst": "2.36.3",
"svelte-check": "3.6.2",
"svelte-kit-sst": "2.36.6",
"tailwindcss": "^3.3.2",
"tslib": "2.6.2",
"typescript": "5.3.2",
"vite": "4.5.0",
"vite": "5.0.2",
"vitest": "0.34.6"
}
}
Loading

0 comments on commit a9237f2

Please sign in to comment.