-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.84 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "firebird-common",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest --project=default",
"test:visual": "storybook dev --ci --no-open",
"coverage": "vitest run --coverage.enabled --coverage.provider=istanbul",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build-js": "vite build",
"build": "vite build && storybook build -o dist/storybook && node ./build-redirects.js",
"test-storybook": "vitest --project=storybook",
"chromatic": "chromatic --exit-zero-on-changes",
"babel": "vite build --watch --minify false"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hathitrust/firebird-common.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/hathitrust/firebird-common/issues"
},
"homepage": "https://github.com/hathitrust/firebird-common#readme",
"devDependencies": {
"@chromatic-com/storybook": "^5.1.2",
"@storybook/addon-a11y": "^10.3.5",
"@storybook/addon-docs": "10.3.5",
"@storybook/addon-links": "10.3.5",
"@storybook/addon-vitest": "^10.3.5",
"@storybook/svelte-vite": "10.3.5",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"@vitest/browser": "3.2.4",
"@vitest/coverage-istanbul": "^3.0.0",
"chromatic": "^16.3.0",
"fast-glob": "^3.2.12",
"happy-dom": "^20.0.11",
"playwright": "^1.56.1",
"prettier": "^3.5.3",
"prettier-plugin-svelte": "^3.4.0",
"sass": "1.77.6",
"storybook": "^10.3.5",
"vite": "^7.3.2",
"vitest": "^3.0.0"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"dialog-polyfill": "^0.5.6",
"svelte-preprocess": "^6.0.3"
},
"optionalDependencies": {
"@esbuild/linux-x64": "^0.17.15"
}
}