-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.5 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
{
"name": "@digital4better/data",
"version": "1.3.59",
"description": "Digital4Better Open Data",
"license": "ODbL-1.0",
"repository": {
"type": "git",
"url": "https://github.com/digital4better/data.git"
},
"author": "Stefan <stefan@digital4better.com>",
"scripts": {
"start": "yarn build:site && vite preview --host 127.0.0.1",
"build": "yarn build:data && yarn build:site",
"build:data": "ts-node .",
"build:site": "node site/scripts/build.mjs",
"version": "node .github/workflows/update-release-date.js",
"postversion": "git push --tags",
"preview:site": "vite preview --host 127.0.0.1",
"test:site": "node --test site/tests/*.test.cjs",
"check:site": "tsc --noEmit -p site/tsconfig.json"
},
"devDependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/system": "^5.15.6",
"@types/adm-zip": "^0.5.5",
"@types/node": "^24.13.3",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"adm-zip": "^0.5.10",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vite": "^6.3.3"
},
"files": [
"data/*",
"package.json",
"README.md",
"LICENSE"
],
"releaseDate": "2026-09-09T00:03:52.546Z",
"packageManager": "yarn@1.22.21+sha512.ca75da26c00327d26267ce33536e5790f18ebd53266796fbb664d2a4a5116308042dd8ee7003b276a20eace7d3c5561c3577bdd71bcb67071187af124779620a"
}