|
|
|
@ -13,7 +13,8 @@ |
|
|
|
"storybook": "storybook dev -p 6006", |
|
|
|
"storybook": "storybook dev -p 6006", |
|
|
|
"build-storybook": "storybook build", |
|
|
|
"build-storybook": "storybook build", |
|
|
|
"test": "storybook build && (concurrently -k -s first \"http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && test-storybook --index-json --maxWorkers=2\") && rm storybook-static -r -f", |
|
|
|
"test": "storybook build && (concurrently -k -s first \"http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && test-storybook --index-json --maxWorkers=2\") && rm storybook-static -r -f", |
|
|
|
"test-update": "storybook build && (concurrently -k -s first \"http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && test-storybook -u --index-json --maxWorkers=2\") && rm storybook-static -r -f" |
|
|
|
"test-update": "storybook build && (concurrently -k -s first \"http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && test-storybook -u --index-json --maxWorkers=2\") && rm storybook-static -r -f", |
|
|
|
|
|
|
|
"test-unit": "vitest" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@storybook/addon-a11y": "^7.4.5", |
|
|
|
"@storybook/addon-a11y": "^7.4.5", |
|
|
|
@ -31,7 +32,6 @@ |
|
|
|
"@sveltejs/adapter-node": "^1.2.3", |
|
|
|
"@sveltejs/adapter-node": "^1.2.3", |
|
|
|
"@sveltejs/kit": "^1.5.0", |
|
|
|
"@sveltejs/kit": "^1.5.0", |
|
|
|
"@tailwindcss/typography": "^0.5.10", |
|
|
|
"@tailwindcss/typography": "^0.5.10", |
|
|
|
"@types/jest": "^29.5.12", |
|
|
|
|
|
|
|
"@types/jest-image-snapshot": "^6.2.1", |
|
|
|
"@types/jest-image-snapshot": "^6.2.1", |
|
|
|
"@types/node": "^20.8.2", |
|
|
|
"@types/node": "^20.8.2", |
|
|
|
"@types/ramda": "^0.29.10", |
|
|
|
"@types/ramda": "^0.29.10", |
|
|
|
@ -54,10 +54,10 @@ |
|
|
|
"svelte": "^3.54.0", |
|
|
|
"svelte": "^3.54.0", |
|
|
|
"svelte-check": "^3.0.1", |
|
|
|
"svelte-check": "^3.0.1", |
|
|
|
"tailwindcss": "^3.3.3", |
|
|
|
"tailwindcss": "^3.3.3", |
|
|
|
"ts-jest": "^29.1.2", |
|
|
|
|
|
|
|
"tslib": "^2.4.1", |
|
|
|
"tslib": "^2.4.1", |
|
|
|
"typescript": "^5.0.0", |
|
|
|
"typescript": "^5.0.0", |
|
|
|
"vite": "^4.2.0" |
|
|
|
"vite": "^4.2.0", |
|
|
|
|
|
|
|
"vitest": "^1.2.2" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"type": "module", |
|
|
|
"type": "module", |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
|