File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 44 "private" : true ,
55 "type" : " module" ,
66 "scripts" : {
7- "lint" : " eslint src --ext .ts,.tsx" ,
7+ "lint" : " eslint src/**/*.ts src/**/*.tsx" ,
8+ "lint-fix" : " eslint src/**/*.ts src/**/*.tsx --fix" ,
89 "check-types" : " tsc" ,
910 "test" : " jest -w=40%" ,
1011 "dev" : " vite" ,
3637 "class-variance-authority" : " ^0.7.1" ,
3738 "clsx" : " ^2.1.1" ,
3839 "cmdk" : " ^1.0.0" ,
40+ "date-fns" : " ^3.6.0" ,
3941 "debounce" : " ^2.1.1" ,
4042 "fast-deep-equal" : " ^3.1.3" ,
4143 "fzf" : " ^0.5.2" ,
5759 "remark-gfm" : " ^4.0.1" ,
5860 "remove-markdown" : " ^0.6.0" ,
5961 "shell-quote" : " ^1.8.2" ,
60- "shiki" : " ^3.2.1" ,
6162 "styled-components" : " ^6.1.13" ,
6263 "tailwind-merge" : " ^2.6.0" ,
6364 "tailwindcss" : " ^4.0.0" ,
7374 "@testing-library/jest-dom" : " ^6.6.3" ,
7475 "@testing-library/react" : " ^16.2.0" ,
7576 "@testing-library/user-event" : " ^14.6.1" ,
77+ "@types/date-fns" : " ^2.6.0" ,
7678 "@types/jest" : " ^27.5.2" ,
7779 "@types/node" : " ^18.0.0" ,
7880 "@types/react" : " ^18.3.18" ,
9294 "jest" : " ^29.7.0" ,
9395 "jest-environment-jsdom" : " ^29.7.0" ,
9496 "jest-simple-dot-reporter" : " ^1.0.5" ,
97+ "shiki" : " ^2.3.2" ,
9598 "storybook" : " ^8.5.6" ,
9699 "storybook-dark-mode" : " ^4.0.2" ,
97100 "ts-jest" : " ^29.2.5" ,
98101 "typescript" : " ^5.4.5" ,
99102 "vite" : " 6.0.11"
100103 }
101- }
104+ }
You can’t perform that action at this time.
0 commit comments