-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.52 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.52 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
{
"name": "one-platform",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "prettier --check . && astro check",
"format": "prettier --write .",
"update:agent": "npx @db-ux/agent-cli .",
"lint": "pnpm run \"/^lint:.*/\"",
"lint:eslint": "eslint \"**/*.{js,ts,tsx,astro}\"",
"lint:stylelint": "stylelint \"**/*.css\" --ignore-path .stylelintignore",
"cache:figma": "node scripts/cache-figma-images.ts",
"decode-db-theme-assets": "node decode-db-assets.js",
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:regenerate": "playwright test --update-snapshots"
},
"devDependencies": {
"@astrojs/check": "0.9.8",
"@astrojs/mdx": "4.3.14",
"@astrojs/react": "4.3.1",
"@astrojs/sitemap": "3.7.2",
"@axe-core/playwright": "4.11.1",
"@db-ux/agent-cli": "4.5.0",
"@db-ux/core-components": "3.0.2-shell4-bdb351c",
"@db-ux/core-eslint-plugin": "4.5.0",
"@db-ux/core-foundations": "3.0.2-shell4-bdb351c",
"@db-ux/core-stylelint": "4.5.0",
"@db-ux/db-theme": "5.4.2",
"@db-ux/db-theme-fonts": "2.0.5",
"@db-ux/db-theme-icons": "3.6.0",
"@db-ux/db-theme-illustrative-icons": "3.1.1",
"@db-ux/react-core-components": "3.0.2-shell4-bdb351c",
"@double-great/stylelint-a11y": "3.4.9",
"@orama/orama": "3.1.18",
"@orama/plugin-astro": "3.1.18",
"@playwright/test": "1.59.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/parser": "8.58.2",
"astro": "5.18.1",
"eslint": "10.2.0",
"eslint-plugin-astro": "1.7.0",
"prettier": "3.8.2",
"prettier-plugin-astro": "0.14.1",
"sharp": "0.34.5",
"stylelint": "17.7.0",
"stylelint-config-standard": "40.0.0",
"stylelint-use-logical": "2.1.3",
"typescript": "5.9.3",
"vite-plugin-static-copy": "3.3.0"
},
"dependencies": {
"@google/model-viewer": "4.1.0",
"react": "^19.0.0",
"react-dom": "^19.2.4"
},
"pnpm": {
"onlyBuiltDependencies": [
"@db-ux/db-theme",
"@db-ux/db-theme-fonts",
"@db-ux/db-theme-icons",
"@db-ux/db-theme-illustrative-icons"
],
"overrides": {
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23"
}
},
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8"
}