-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 3.03 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 3.03 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "synapticism",
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "astro dev",
"build": "pnpm lqip && astro check && pnpm --filter @synapticism/scripts run sitemap-lastmod && astro build && pnpm --filter @synapticism/scripts run og-image",
"lqip": "pnpm --filter @synapticism/scripts run lqip --root-path=$PWD",
"og-image": "astro sync && pnpm --filter @synapticism/scripts run og-image",
"sitemap-lastmod": "astro sync && pnpm --filter @synapticism/scripts run sitemap-lastmod",
"validate-content": "astro sync && pnpm --filter @synapticism/scripts run validate-content",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint",
"test": "vitest",
"test-e2e-smoke": "playwright test",
"test-e2e-smoke-prod": "TEST_ENV=prod playwright test",
"check-content": "mdxlint-content packages/content --root-path=$PWD",
"fix-content": "mdxlint-content packages/content --fix --root-path=$PWD",
"lint-css": "stylelint \"{src,packages}/**/*.{css,astro}\"",
"lint-css-fix": "stylelint \"{src,packages}/**/*.{css,astro}\" --fix",
"knip": "knip",
"fallow": "fallow",
"fix": "lefthook run fix",
"check": "lefthook run check",
"check-types": "tsc --noEmit --extendedDiagnostics",
"deploy-site": "pnpm --filter @synapticism/scripts run deploy-site",
"deploy-app": "pnpm --filter @synapticism/scripts run deploy-app"
},
"imports": {
"#e2e/*": "./tests/e2e/*",
"#*": "./src/*"
},
"dependencies": {
"@astrojs/react": "^6.0.6",
"@synapticism/lab": "workspace:*",
"@synapticism/shared": "workspace:*",
"astro": "^7.3.3",
"react": "^19.3.0",
"react-dom": "^19.3.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@astrojs/markdown-satteri": "^0.4.1",
"@astrojs/mdx": "^8.0.1",
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.4",
"@pagefind/component-ui": "^1.5.2",
"@playwright/test": "^1.63.0",
"@synapticism/scripts": "workspace:*",
"@tailwindcss/vite": "^4.3.3",
"@types/react": "^19.3.0",
"@types/react-dom": "^19.3.0",
"@xsynaptic/eslint-config": "^6.3.1",
"@xsynaptic/mdxlint-config": "^2.0.0",
"@xsynaptic/path-suggestions": "^0.2.0",
"@xsynaptic/satteri-auto-import": "^0.2.1",
"@xsynaptic/satteri-reading-time": "^0.3.1",
"@xsynaptic/stylelint-config": "^1.1.4",
"@xsynaptic/unified-tools": "^5.1.3",
"@xsynaptic/word-count": "^1.0.0",
"astro-pagefind": "^2.0.1",
"astro-seo": "^1.2.0",
"eslint": "^10.11.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^7.1.1",
"fallow": "^3.27.0",
"globals": "^17.12.0",
"keyv": "^5.6.0",
"knip": "^6.37.0",
"lefthook": "^2.1.14",
"ohash": "^2.0.12",
"p-memoize": "^8.0.0",
"prettier": "^3.9.8",
"prettier-plugin-astro": "^1.0.1",
"prettier-plugin-tailwindcss": "^0.8.1",
"remeda": "^2.50.0",
"satteri": "^0.10.5",
"satteri-expressive-code": "^0.1.24",
"sharp": "^0.35.4",
"stylelint": "^17.15.0",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3",
"vitest": "^4.1.11",
"wrangler": "^4.135.0",
"yaml": "^2.9.1",
"zod": "^4.6.5"
},
"packageManager": "pnpm@12.4.2"
}