forked from hplush/slowreader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.62 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.62 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@slowreader/web",
"private": true,
"type": "module",
"scripts": {
"test": "pnpm run /^test:/",
"build": "pnpm run /^build:/ && mv ./storybook-static ./dist/ui",
"start": "vite --host 0.0.0.0 --port 2553",
"visual": "storybook dev -p 2555 --no-open --host 0.0.0.0",
"chromatic": "node --env-file-if-exists=../.env node_modules/chromatic/dist/bin.js --exit-zero-on-changes --skip-update-check --exit-once-uploaded",
"production": "node --run build && ./scripts/run-image.sh",
"size": "node --run build:web && size-limit",
"test:names": "node ./scripts/check-names.ts",
"test:css": "stylelint .",
"test:build": "node --run build && size-limit && node ./scripts/check-css-props.ts",
"build:routes": "tsx ./scripts/export-routes.ts",
"build:visual": "NODE_ENV=test storybook build --loglevel error",
"build:web": "vite build && node scripts/generate-csp.ts",
"format:css": "stylelint --fix .",
"clean:build": "rm -rf dist",
"build-storybook": "pnpm run build:visual"
},
"dependencies": {
"@fontsource-variable/noto-sans": "5.2.10",
"@fontsource-variable/noto-sans-mono": "5.2.10",
"@fontsource-variable/noto-serif": "5.2.9",
"@fontsource/inika": "5.2.8",
"@fontsource/playpen-sans": "5.2.8",
"@logux/client": "0.22.2",
"@logux/core": "0.10.0",
"@mdi/js": "7.4.47",
"@nanostores/i18n": "1.2.2",
"@nanostores/media-query": "0.1.2",
"@nanostores/persistent": "1.2.0",
"@nanostores/router": "1.0.0",
"@slowreader/core": "workspace:*",
"@sveltejs/vite-plugin-svelte": "6.2.1",
"autoprefixer": "10.4.23",
"nanostores": "1.1.0",
"postcss": "8.5.6",
"postcss-load-config": "6.0.1",
"postcss-mixins": "12.1.2",
"postcss-smooth-shadow": "0.3.2",
"rollup": "4.53.5",
"svelte": "5.46.0",
"tsx": "4.21.0",
"vite": "7.3.0"
},
"devDependencies": {
"@logux/stylelint-config": "0.21.0",
"@size-limit/file": "12.0.0",
"@storybook/addon-a11y": "10.1.10",
"@storybook/addon-svelte-csf": "5.0.10",
"@storybook/addon-themes": "10.1.10",
"@storybook/svelte": "10.1.10",
"@storybook/svelte-vite": "10.1.10",
"@stylistic/stylelint-config": "3.0.1",
"@stylistic/stylelint-plugin": "4.0.0",
"browserslist": "4.28.1",
"chromatic": "13.3.4",
"eslint": "9.39.2",
"keyux": "0.11.3",
"postcss-html": "1.8.0",
"postcss-nesting": "13.0.2",
"postcss-selector-parser": "7.1.1",
"size-limit": "12.0.0",
"storybook": "10.1.10",
"stylelint": "16.26.1",
"stylelint-use-logical": "2.1.2"
},
"engines": {
"node": "^24.12.0",
"pnpm": "^10.0.0"
}
}