-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.41 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
{
"name": "plantala",
"version": "0.1.0",
"homepage": "https://digitalwarenkombinat.github.io/plantala/",
"private": true,
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"clsx": "^1.1.1",
"file-saver": "^2.0.5",
"next": "^12.3.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-qr-code": "^2.0.8",
"react-to-print": "^2.13.0",
"zustand": "^3.5.10"
},
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"prettier": "prettier '**/*.tsx'",
"prettier:fix": "prettier --write '**/*.tsx'",
"media-data": "node createMediaData.mjs",
"process-iiif": "node processIIIF.mjs",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"devDependencies": {
"@types/file-saver": "^2.0.3",
"@types/fs-extra": "^9.0.13",
"@types/node": "^16.9.6",
"@types/react": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"fs-extra": "^10.0.0",
"manifesto.js": "^4.2.4",
"node-vibrant": "^3.2.1-alpha.1",
"prettier": "^2.4.1",
"typescript": "^4.4.3"
}
}