Skip to content

Commit

Permalink
ADCIO-4571) feat: setup icongen script (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
lebmouse authored Jul 23, 2024
1 parent a7eb746 commit 296b15d
Show file tree
Hide file tree
Showing 103 changed files with 2,482 additions and 4 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"lint": "eslint ./src",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"postinstall": "husky"
"icongen": "svgr --out-dir ./src/icon/generated-default --index-template ./tools/svgrIndexTemplate.cjs -- ./src/icon/assets",
"postinstall": "husky && panda codegen"
},
"dependencies": {
"date-fns": "3.3.1",
Expand Down Expand Up @@ -57,6 +58,8 @@
"@storybook/addon-storysource": "8.2.2",
"@storybook/react": "8.2.2",
"@storybook/react-vite": "8.2.2",
"@svgr/cli": "8.1.0",
"@svgr/core": "^8.1.0",
"@types/react-datepicker": "4.19.6",
"@types/eslint__js": "8.42.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
Expand All @@ -73,6 +76,7 @@
"lint-staged": "15.2.2",
"prettier": "2.8.8",
"storybook": "^8.2.2",
"svgo": "3.3.2",
"tsconfig-paths-webpack-plugin": "4.1.0",
"tslib": "2.6.2",
"typescript": "5.5.3",
Expand Down
Loading

0 comments on commit 296b15d

Please sign in to comment.