Skip to content

Commit

Permalink
refactor: remove sass
Browse files Browse the repository at this point in the history
  • Loading branch information
Lmmmmmm-bb committed May 2, 2023
1 parent 9f43dc4 commit 9f23077
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 1,248 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,12 @@
"node": ">=14.6"
},
"scripts": {
"dev": "pnpm style:watch & tsup --watch",
"play": "vite playground --host & pnpm style:watch",
"dev": "tsup --watch",
"play": "vite playground --host",
"build": "tsup",
"build:playground": "vite build playground",
"lint": "eslint . --fix",
"prepare": "husky install",
"style:watch": "typed-scss-modules src --watch --ignore \"**/index.scss\"",
"release": "bumpp --commit --tag --push && pnpm publish --no-git-checks"
},
"peerDependencies": {
Expand All @@ -64,16 +63,12 @@
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"bumpp": "^9.0.0",
"esbuild-scss-modules-plugin": "^1.1.1",
"eslint": "^8.36.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.59.2",
"tsup": "^6.6.3",
"typed-scss-modules": "^7.0.2",
"typescript": "^4.9.5",
"vite": "^4.1.4"
},
Expand Down
Loading

0 comments on commit 9f23077

Please sign in to comment.