102 lines
3.2 KiB
JSON
102 lines
3.2 KiB
JSON
{
|
|
"name": "hypnagaga",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "vite dev --open",
|
|
"dev:components": "pnpm --filter @reuters-graphics/graphics-components exec svelte-package -i ./src --watch",
|
|
"storybook": "pnpm --filter @reuters-graphics/graphics-components run start",
|
|
"build": "vite build",
|
|
"build:preview": "PREVIEW=true vite build",
|
|
"mods": "tsx ./bin/mods/index.ts mods",
|
|
"savile": "savile row ./src/statics/images",
|
|
"get-google": "npx graphics google:get-docs google.json",
|
|
"lock-google": "npx graphics google:lock-docs google.json",
|
|
"publish:preview": "npx graphics-publisher preview",
|
|
"publish:publish": "npx graphics-publisher publish",
|
|
"publish:git-commit": "npx graphics github:push",
|
|
"startup:check-creds": "npx graphics dotfile:check",
|
|
"startup:create-repo": "npx graphics github:create-repo",
|
|
"startup": "npm-run-all startup:*",
|
|
"test": "vitest",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"lint": "eslint --fix .",
|
|
"format": "prettier . --write",
|
|
"knip": "knip"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/starlight": "^0.32.2",
|
|
"@changesets/cli": "^2.27.10",
|
|
"@clack/prompts": "^0.10.0",
|
|
"@evilmartians/lefthook": "^1.11.5",
|
|
"@reuters-graphics/clack": "^0.0.2",
|
|
"@reuters-graphics/graphics-bin": "^1.1.8",
|
|
"@reuters-graphics/graphics-kit-publisher": "^3.1.2",
|
|
"@reuters-graphics/illustrator-exports": "^0.0.2",
|
|
"@reuters-graphics/savile": "^0.0.4",
|
|
"@reuters-graphics/vite-plugin-purge-styles": "^0.0.3",
|
|
"@reuters-graphics/yaks-eslint": "^0.1.1",
|
|
"@reuters-graphics/yaks-prettier": "^0.1.1",
|
|
"@sindresorhus/slugify": "^2.2.1",
|
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
"@sveltejs/kit": "^2.20.2",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/language-tags": "^1.0.4",
|
|
"@types/mock-fs": "^4.13.4",
|
|
"astro": "^5.5.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"cheerio": "^1.0.0",
|
|
"dedent": "^1.5.3",
|
|
"empathic": "^1.0.0",
|
|
"eslint": "^9.21.0",
|
|
"fs-extra": "^11.3.0",
|
|
"glob": "^11.0.0",
|
|
"ignore": "^7.0.3",
|
|
"knip": "^5.37.2",
|
|
"magic-string": "^0.30.17",
|
|
"mock-fs": "^5.5.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"picocolors": "^1.1.1",
|
|
"postcss": "^8.5.3",
|
|
"prettier": "^3.5.2",
|
|
"prettier-plugin-svelte": "^3.4.0",
|
|
"rimraf": "^6.0.1",
|
|
"sade": "^1.8.1",
|
|
"sass": "^1.86.0",
|
|
"sharp": "^0.33.5",
|
|
"svelte": "^5.36.13",
|
|
"svelte-check": "^4.3.0",
|
|
"svelte-preprocess": "^6.0.3",
|
|
"tsx": "^4.19.3",
|
|
"typescript": "^5.8.2",
|
|
"vite": "^6.2.3",
|
|
"vitest": "^3.0.7"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.18"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@evilmartians/lefthook",
|
|
"@fortawesome/fontawesome-common-types",
|
|
"@fortawesome/free-regular-svg-icons",
|
|
"@fortawesome/free-solid-svg-icons",
|
|
"@parcel/watcher",
|
|
"@sveltejs/kit",
|
|
"esbuild",
|
|
"sharp",
|
|
"svelte-preprocess"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@reuters-graphics/graphics-components": "workspace:*",
|
|
"language-tags": "^1.0.9"
|
|
},
|
|
"reuters": {
|
|
"graphic": {},
|
|
"preview": ""
|
|
},
|
|
"homepage": ""
|
|
}
|