-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
82 lines (82 loc) · 2.65 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
{
"name": "scrivito-portal-app",
"description": "Scrivito Portal App",
"private": true,
"license": "MIT",
"engines": {
"node": ">=20.0"
},
"type": "module",
"scripts": {
"build": "vite build",
"types": "tsc",
"preview": "vite preview",
"lint": "eslint --max-warnings 0 'src/**/*.ts' 'src/**/*.tsx' && knip",
"lighthouse": "SCRIVITO_ORIGIN=http://localhost:8080 PRERENDER_OBJ_ID=c2a0aab78be05a4e npm run prerender && npm run prerender-precompress && for run in $(seq 6); do lhci autorun && break; done",
"prerender": "vite build && vite-node --options.deps.external='/scrivito/' src/prerenderContent.ts",
"prerender-precompress": "precompress --include '(**).(css|html|js)' --types br dist-ssr",
"prerender-preview": "ws",
"prettier": "prettier --check .",
"start": "vite"
},
"dependencies": {
"highlight-words-core": "^1.2.3",
"history": "^5.3.0",
"lodash-es": "^4.17.21",
"pretty-bytes": "^6.1.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.7",
"react-color-palette": "^7.3.0",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.6",
"react-dropzone": "^14.3.5",
"react-helmet-async": "^2.0.5",
"react-toastify": "^11.0.2",
"scrivito": "^1.46.0",
"scrivito-icon-editor": "^0.0.2",
"scrivito-neoletter-form-widgets": "^0.0.28",
"scroll-to-fragment": "^1.0.12",
"speakingurl": "^14.0.1"
},
"devDependencies": {
"@arabasta/eslint-plugin-require-useeffect-dependency-array": "^1.0.9",
"@cloudflare/workers-types": "^4.20241230.0",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.17.0",
"@lhci/cli": "^0.14.0",
"@types/highlight-words-core": "^1.2.3",
"@types/jsontoxml": "^1.0.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.10.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/speakingurl": "^13.0.6",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"@vitejs/plugin-react-swc": "^3.7.2",
"bootstrap-icons": "^1.11.3",
"content-security-policy-builder": "^2.2.0",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"hash-wasm": "^4.12.0",
"jsontoxml": "^1.0.1",
"knip": "^5.41.1",
"local-web-server": "^5.4.0",
"precompress": "^12.0.6",
"prettier": "^3.4.2",
"sass": "^1.77.6",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-node": "^2.1.8"
},
"overrides": {
"@lhci/cli": {
"rimraf": "3",
"cookie": "^0.7.0"
}
}
}