Skip to content

Commit 3c45262

Browse files
committed
feat: generators
1 parent 0999a16 commit 3c45262

12 files changed

Lines changed: 2854 additions & 1360 deletions

File tree

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@
88
build
99
coverage
1010

11+
# any file with .min.ext should be ignored
12+
**/*.min.*

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
1212
"format": "prettier --write ./**/*.{js,ts,jsx,tsx,css}",
1313
"prepare": "husky",
14-
"gen:colors": "node ./scripts/generator.color.js"
14+
"gen:colors": "npx tsx ./scripts/generate-colors.mts"
1515
},
1616
"keywords": [
1717
"color",
@@ -101,8 +101,11 @@
101101
"prettier-plugin-organize-imports": "^4.2.0",
102102
"prettier-plugin-tailwindcss": "^0.6.14",
103103
"tailwindcss": "^4",
104+
"terser": "^5.43.1",
105+
"tsx": "^4.20.3",
104106
"typescript": "^5",
105-
"typescript-eslint": "^8"
107+
"typescript-eslint": "^8",
108+
"vitest": "^3.2.4"
106109
},
107110
"engines": {
108111
"node": ">=20"

0 commit comments

Comments
 (0)