-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
100 lines (100 loc) · 3.29 KB
/
package.json
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
{
"name": "@reuters-graphics/graphics-kit",
"version": "1.0.6",
"type": "module",
"private": true,
"scripts": {
"start": "vite dev --open",
"preview": "npm-run-all publish:preview stories:autolink",
"upload": "npm-run-all publish:upload",
"pub": "npm-run-all publish:publish stories:autolink publish:git-commit",
"build": "vite build",
"build:preview": "PREVIEW=true vite build",
"stories:sync": "npx rngs-io stories sync",
"stories:new": "npx rngs-io stories new --template",
"stories:connect": "npx rngs-io stories connect",
"stories:autolink": "npx rngs-io stories autolink",
"stories:live": "npx rngs-io stories live preview",
"get-google": "npx graphics google:get-docs google.json",
"lock-google": "npx graphics google:lock-docs google.json",
"publish:upload": "npx graphics-publisher upload --packTitleProp story.seoTitle --packDescriptionProp story.seoDescription",
"publish:preview": "npx graphics-publisher preview --packTitleProp story.seoTitle --packDescriptionProp story.seoDescription",
"publish:publish": "npx graphics-publisher publish --packTitleProp story.seoTitle --packDescriptionProp story.seoDescription",
"publish:git-commit": "npx graphics github:push",
"startup:check-creds": "npx graphics dotfile:check",
"startup:ai-templates": "npx get-ai project-files",
"startup:create-repo": "npx graphics github:create-repo",
"startup": "npm-run-all startup:*",
"test": "vitest",
"knip": "knip"
},
"devDependencies": {
"@changesets/cli": "^2.27.10",
"@evilmartians/lefthook": "^1.8.4",
"@reuters-graphics/graphics-bin": "^1.1.4",
"@reuters-graphics/graphics-kit-publisher": "^2.1.1",
"@reuters-graphics/rngs-io-client": "^0.1.11",
"@reuters-graphics/style-ai-templates": ">=0.0.16",
"@reuters-graphics/vite-plugin-purge-styles": "^0.0.2",
"@reuters-graphics/yaks-eslint": "^0.0.6",
"@reuters-graphics/yaks-prettier": "^0.0.4",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.8.1",
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"@types/language-tags": "^1.0.4",
"@types/rimraf": "^4.0.5",
"autoprefixer": "^10.4.20",
"cheerio": "^1.0.0",
"eslint": "^9.14.1",
"glob": "^11.0.0",
"knip": "^5.37.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"sass": "^1.81.0",
"svelte": "^4.2.18",
"svelte-preprocess": "^6.0.3",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vitest": "^2.1.5"
},
"engines": {
"node": ">=20"
},
"dependencies": {
"@reuters-graphics/graphics-components": "^2.0.3",
"language-tags": "^1.0.9"
},
"reuters": {
"contact": {
"name": null,
"email": null
},
"graphic": {
"pack": null,
"desk": null,
"slugs": {
"root": ""
},
"authors": [],
"referrals": [],
"published": null,
"updated": null,
"mediaEditions": [
{
"slug": "media-en-page",
"title": "Embeddable page",
"description": "Client-embeddable page"
},
{
"slug": "media-en-referral",
"title": "Referral link",
"description": "For use on reuters.com only"
}
]
},
"preview": ""
},
"homepage": ""
}