-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.4 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.4 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
{
"name": "@digital4better/data",
"version": "1.3.33",
"description": "Digital4Better Open Data",
"license": "ODbL-1.0",
"engines": {
"node": "^20.19.0",
"yarn": "^1.22.4",
"npm": "please-use-yarn"
},
"repository": {
"type": "git",
"url": "https://github.com/digital4better/data.git"
},
"author": "Stefan <stefan@digital4better.com>",
"scripts": {
"start": "vite",
"build": "yarn build:data && yarn build:site",
"build:data": "ts-node .",
"build:site": "vite build --base=/data/",
"preversion": "node .github/workflows/update-release-date.js && git add --all",
"postversion": "git push --tags"
},
"devDependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/system": "^5.15.6",
"@types/adm-zip": "^0.5.5",
"@types/node": "^20.3.1",
"@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-02-05T13:06:19.971Z",
"packageManager": "yarn@1.22.21+sha512.ca75da26c00327d26267ce33536e5790f18ebd53266796fbb664d2a4a5116308042dd8ee7003b276a20eace7d3c5561c3577bdd71bcb67071187af124779620a"
}