-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
127 lines (127 loc) · 4.92 KB
/
Copy pathpackage.json
File metadata and controls
127 lines (127 loc) · 4.92 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "@xsynaptic/spectralcodex",
"version": "7.4.0",
"scripts": {
"build": "astro check && astro build",
"check": "stylelint \"src/**/*.{css,astro}\" && prettier --check . && eslint && astro check && tsc --noEmit --extendedDiagnostics && knip",
"check-content": "mdxlint-content packages/content --root-path=$PWD",
"check-content-demo": "mdxlint-content packages/content-demo --root-path=$PWD",
"check-links": "pnpm -F @spectralcodex/scripts check-links",
"check-types": "tsc --noEmit --extendedDiagnostics",
"content-schemas": "pnpm --filter @spectralcodex/scripts content-schemas --output-path=packages/content",
"deploy-app": "pnpm -F @spectralcodex/scripts deploy-app",
"deploy-caddy": "pnpm -F @spectralcodex/scripts deploy-caddy",
"deploy-infra": "pnpm -F @spectralcodex/scripts deploy-infra",
"deploy-media": "pnpm -F @spectralcodex/scripts deploy-media",
"deploy-og": "pnpm -F @spectralcodex/scripts deploy-og",
"deploy-site": "pnpm -F @spectralcodex/scripts deploy-site",
"dev": "pnpm -F @spectralcodex/scripts dev-server",
"fix": "stylelint \"src/**/*.{css,astro}\" --fix --cache --cache-location node_modules/.cache/stylelint/ && prettier --write . --cache && eslint --fix --cache --cache-location node_modules/.cache/eslint/ && astro check && tsc --noEmit --extendedDiagnostics && knip",
"fix-content": "mdxlint-content packages/content --fix --root-path=$PWD",
"fix-content-demo": "mdxlint-content packages/content-demo --fix --root-path=$PWD",
"generate-redirects": "pnpm -F @spectralcodex/scripts generate-redirects",
"image-server-warm": "pnpm -F @spectralcodex/scripts image-server-warm",
"image-server-warm-new": "pnpm -F @spectralcodex/scripts image-server-warm-new",
"improve-content": "pnpm -F @spectralcodex/scripts improve-content",
"knip": "knip",
"lint": "eslint",
"lint-css": "stylelint \"src/**/*.{css,astro}\"",
"lint-css-fix": "stylelint \"src/**/*.{css,astro}\" --fix",
"map-divisions": "pnpm -F @spectralcodex/scripts map-divisions",
"media-orphans": "pnpm -F @spectralcodex/scripts media-orphans",
"og-image": "pnpm -F @spectralcodex/scripts og-image",
"similar-content": "pnpm -F @spectralcodex/scripts similar-content",
"test": "vitest",
"test-e2e": "playwright test",
"test-e2e-prod": "TEST_ENV=prod node --env-file-if-exists=.env node_modules/@playwright/test/cli.js test",
"test-image-server": "vitest run --config vitest.integration.config.ts",
"validate-content": "astro sync && pnpm -F @spectralcodex/scripts validate-content"
},
"type": "module",
"license": "MIT",
"browserslist": [
"> 0.5%",
"last 2 versions",
"not ie 11",
"not ie_mob 11",
"not dead"
],
"imports": {
"#*": "./src/*"
},
"dependencies": {
"astro": "^7.0.5",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/markdown-satteri": "^0.3.2",
"@astrojs/mdx": "^7.0.1",
"@astrojs/node": "^11.0.1",
"@astrojs/react": "6.0.0",
"@astrojs/rss": "^4.0.19",
"@pagefind/component-ui": "^1.5.2",
"@playwright/test": "^1.61.1",
"@spectralcodex/astro-image-loader": "workspace:*",
"@spectralcodex/astro-sitemap": "workspace:*",
"@spectralcodex/react-map-component": "workspace:*",
"@spectralcodex/scripts": "workspace:*",
"@spectralcodex/shared": "workspace:*",
"@tailwindcss/vite": "^4.3.2",
"@tanstack/eslint-plugin-query": "^5.101.2",
"@turf/bbox": "^7.3.5",
"@turf/buffer": "^7.3.5",
"@turf/center": "^7.3.5",
"@turf/centroid": "^7.3.5",
"@turf/distance": "^7.3.5",
"@turf/helpers": "^7.3.5",
"@turf/truncate": "^7.3.5",
"@types/geojson": "^7946.0.16",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@unpic/astro": "^1.0.2",
"@unpic/core": "^1.0.3",
"@xsynaptic/astro-build-logger": "^0.2.0",
"@xsynaptic/eslint-config": "^5.1.0",
"@xsynaptic/mdxlint-config": "^0.2.0",
"@xsynaptic/satteri-auto-import": "^0.1.1",
"@xsynaptic/satteri-img-group": "^0.2.1",
"@xsynaptic/satteri-wrap-cjk": "^0.2.0",
"@xsynaptic/stylelint-config": "^0.1.1",
"@xsynaptic/unified-tools": "^5.1.1",
"@xsynaptic/unpic-imagor": "^0.2.0",
"@xsynaptic/word-count": "^0.1.0",
"astro-pagefind": "^2.0.0",
"astro-seo": "^1.1.0",
"eslint": "^10.6.0",
"eslint-plugin-astro": "^2.1.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^7.1.1",
"exiftool-vendored": "^36.0.0",
"fastest-levenshtein": "^1.0.16",
"geokdbush": "^2.1.0",
"globals": "^17.7.0",
"kdbush": "^4.1.0",
"knip": "^6.24.0",
"lefthook": "^2.1.9",
"maplibre-gl": "^5.24.0",
"p-limit": "^7.3.0",
"p-memoize": "^8.0.0",
"prettier": "^3.9.4",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.8.0",
"remeda": "^2.38.0",
"satteri": "^0.9.4",
"sharp": "^0.35.3",
"stylelint": "^17.14.0",
"tailwindcss": "^4.3.2",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"unpic": "^4.2.2",
"vite": "8.1.0",
"vitest": "^4.1.9",
"zod": "^4.4.3"
},
"packageManager": "pnpm@11.9.0"
}