99 "dev" : " vite dev" ,
1010 "build" : " vite build" ,
1111 "start" : " vite start" ,
12+ "test" : " vitest run" ,
13+ "test:watch" : " vitest" ,
1214 "serve" : " vite preview" ,
1315 "setup" : " pnpm install && pnpm run specta:post-install" ,
1416 "tauri:dev" : " tauri dev" ,
2426 "lint" : " eslint --ext .js,.ts,.jsx,.tsx src" ,
2527 "format" : " pnpm run lint --fix & pnpm prettier --write \" src/**/*.{js,jsx,ts,tsx}\" " ,
2628 "update-deps" : " pnpm up -Li" ,
27- "typecheck" : " tsc --noEmit"
29+ "typecheck" : " tsc --noEmit" ,
30+ "storybook" : " storybook dev -p 6006" ,
31+ "build-storybook" : " storybook build"
2832 },
2933 "devDependencies" : {
3034 "@babel/core" : " ^7.26.0" ,
3135 "@babel/preset-env" : " ^7.26.0" ,
36+ "@storybook/addon-docs" : " 9.1.10" ,
3237 "@tailwindcss/forms" : " ^0.5.10" ,
3338 "@tauri-apps/api" : " 1.6.0" ,
3439 "@tauri-apps/cli" : " 1.6.3" ,
40+ "@types/lodash" : " ^4.17.21" ,
3541 "@types/node" : " ^22.10.7" ,
3642 "@typescript-eslint/eslint-plugin" : " ^8.20.0" ,
3743 "@typescript-eslint/parser" : " ^8.20.0" ,
4652 "eslint-plugin-autofix" : " ^2.2.0" ,
4753 "eslint-plugin-import" : " ^2.31.0" ,
4854 "eslint-plugin-solid" : " ^0.14.5" ,
55+ "eslint-plugin-storybook" : " 9.1.10" ,
4956 "https-localhost" : " ^4.7.1" ,
5057 "jsdoc" : " ^4.0.4" ,
58+ "jsdom" : " ^27.0.0" ,
5159 "postcss" : " ^8.5.1" ,
5260 "postcss-import" : " ^16.1.0" ,
5361 "prettier" : " ^3.4.2" ,
62+ "storybook" : " 9.1.10" ,
63+ "storybook-solidjs-vite" : " 9.0.3" ,
5464 "tailwindcss" : " ^3.4.17" ,
5565 "typescript" : " ^5.7.3" ,
5666 "vite" : " ^6.0.7" ,
57- "vite-plugin-solid" : " ^2.11.0"
67+ "vite-plugin-solid" : " ^2.11.0" ,
68+ "vitest" : " ^3.2.4"
5869 },
5970 "dependencies" : {
6071 "@kobalte/core" : " ^0.13.7" ,
6778 "@solidjs/router" : " ^0.15.3" ,
6879 "@stitches/core" : " ^1.2.8" ,
6980 "@tailwindcss/typography" : " ^0.5.16" ,
81+ "@testing-library/jest-dom" : " ^6.9.1" ,
7082 "babel-preset-solid" : " ^1.9.3" ,
7183 "class-variance-authority" : " ^0.7.1" ,
7284 "esptool-js" : " ^0.5.4" ,
88100 "tauri-plugin-store-api" : " github:tauri-apps/tauri-plugin-store" ,
89101 "tauri-plugin-upload-api" : " github:tauri-apps/tauri-plugin-upload"
90102 }
91- }
103+ }
0 commit comments