File tree Expand file tree Collapse file tree 4 files changed +21
-78
lines changed
Expand file tree Collapse file tree 4 files changed +21
-78
lines changed Original file line number Diff line number Diff line change 2121node_modules
2222bower_components
2323npm-debug.log
24+
25+ .env
Original file line number Diff line number Diff line change @@ -12,13 +12,5 @@ const config: StorybookConfig = {
1212 options : { } ,
1313 } ,
1414 staticDirs : [ "../public" , "../src/assets" ] ,
15- // core: {
16- // builder: {
17- // name: "@storybook/builder-vite",
18- // options: {
19- // viteConfigPath: "./vite.base.config.js",
20- // },
21- // },
22- // },
2315} ;
2416export default config ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,3 +19,22 @@ The use of any additional library is allowed and up to you.
1919` npm run storybook `
2020
2121` npm run generate:tmdb-types `
22+
23+ ## Tech Stack
24+
25+ - [ vite] ( https://vitejs.dev/ )
26+ - [ react] ( https://reactjs.org/ )
27+ - [ shadcn ui] ( https://ui.shadcn.com/ )
28+ - [ react-i18next] ( https://github.com/i18next/react-i18next )
29+ - [ react-lucide] ( https://lucide.dev/ )
30+ - [ transmart] ( https://github.com/Quilljou/transmart )
31+ - [ react-query] ( https://tanstack.com/query/latest/ )
32+ - [ tailwindcss] ( https://tailwindcss.com/ )
33+ - [ less] ( http://lesscss.org/ )
34+ - [ postcss] ( https://postcss.org/ )
35+ - [ react-router-dom] ( https://reactrouter.com/en/6.16.0 )
36+ - [ eslint] ( https://eslint.org/ ) /[ stylelint] ( https://stylelint.io/ )
37+ - [ prettier] ( https://prettier.io/ )
38+ - [ editorconfig] ( https://editorconfig.org/ )
39+ - [ husky] ( https://typicode.github.io/husky/#/ ) /[ lint-staged] ( https://github.com/okonet/lint-staged )
40+ - [ commitlint] ( https://commitlint.js.org/ )
You can’t perform that action at this time.
0 commit comments