-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.19 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
{
"name": "@digital4better/data",
"version": "1.1.73",
"description": "Digital4Better Open Data",
"license": "ODbL-1.0",
"engines": {
"node": "^18.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": "git add --all",
"postversion": "git push --tags && yarn publish --access=public && git push"
},
"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.3.3",
"vite": "^5.0.12"
},
"files": [
"data/*",
"package.json",
"README.md",
"LICENSE"
]
}