-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
79 lines (79 loc) · 2.74 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
{
"name": "textannoviz",
"version": "0.16.1",
"description": "",
"private": true,
"type": "module",
"scripts": {
"start": "vite serve --config vite.config.local.ts",
"build": "vite build --config vite.config.prod.ts",
"preview": "vite preview",
"prepare": "husky install",
"test": "vitest run",
"test-watch": "vitest",
"docker:build-push:globalise": "./scripts/docker-globalise-all.sh",
"docker:build-push:globalise-demo": "./scripts/docker-globalise-demo-all.sh",
"docker:build-push:hooft": "./scripts/docker-hooft-all.sh",
"docker:build-push:mondriaan": "./scripts/docker-mondriaan-all.sh",
"docker:build-push:republic": "./scripts/docker-republic-all.sh",
"docker:build-push:republic-test": "./scripts/docker-republic-test-all.sh",
"docker:build-push:republic-prod": "./scripts/docker-republic-prod-all.sh",
"docker:build-push:suriano": "./scripts/docker-suriano-all.sh",
"docker:build-push:translatin": "./scripts/docker-translatin-all.sh",
"docker:build-push:vangogh": "./scripts/docker-vangogh-all.sht"
},
"author": "Sebastiaan van Daalen",
"license": "GPL-3.0-or-later",
"dependencies": {
"@heroicons/react": "^2.1.1",
"@spectrum-icons/workflow": "^4.2.11",
"framer-motion": "^11.0.8",
"immer": "^9.0.21",
"js-base64": "^3.7.7",
"lodash": "^4.17.21",
"mirador-knaw-huc-mui5": "^3.3.1",
"primereact": "^10.5.1",
"react": "^18.2.0",
"react-aria-components": "^1.2.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.1",
"react-toastify": "^10.0.4",
"reactions-knaw-huc": "^0.1.6",
"recharts": "^2.12.1",
"tailwindcss-react-aria-components": "^1.1.3",
"vite-plugin-html": "^3.2.2",
"zustand": "^4.5.1"
},
"devDependencies": {
"@blueprintjs/core": "^3.53.0",
"@blueprintjs/icons": "^3.32.0",
"@tailwindcss/typography": "^0.5.10",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.23",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"esbuild": "^0.18.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.2",
"postcss": "^8.4.35",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^4.5.2",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-html-injection": "^1.4.2",
"vitest": "^1.6.0"
},
"lint-staged": {
"**/*.{js,ts,tsx}": "eslint --cache --fix",
"**/*.{js,ts,tsx,css,md}": "prettier --write"
}
}