generated from cultuurnet/.template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.36 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
{
"name": "uitpas-beheer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettify": "yarn prettier --write src",
"orval": "dotenv -e .env.local -- orval --config .config/orval.config.ts",
"depcruise:archi": "depcruise --include-only \"^src|^@/\" --config ./.config/.dependency-cruiser.js -T archi src | dot -T svg | tee depgraphs/dependencygraph.svg | depcruise-wrap-stream-in-html > depgraphs/dependencygraph.html"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@ericblade/quagga2": "^1.8.4",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"@mui/base": "^5.0.0-alpha.119",
"@mui/icons-material": "^5.15.14",
"@mui/joy": "^5.0.0-alpha.78",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.10",
"@mui/material-nextjs": "^5.15.11",
"@mui/system": "^5.11.11",
"@tanstack/react-query": "^5.45.1",
"@types/mousetrap": "^1.6.11",
"@types/node": "18.14.4",
"@types/react": "18.0.28",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "18.0.11",
"array.prototype.tosorted": "^1.1.4",
"axios": "^1.3.4",
"cookies-next": "^4.0.0",
"dayjs": "^1.11.10",
"eslint": "8.35.0",
"eslint-config-next": "^14.1.3",
"file-saver": "^2.0.5",
"i18next": "^23.10.1",
"i18next-resources-to-backend": "^1.2.0",
"jszip": "^3.10.1",
"media-devices": "^0.5.0",
"mousetrap": "^1.6.5",
"next": "^14.1.3",
"react": "^18.2.0",
"react-datepicker": "^4.11.0",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-transition-group": "^4.4.5",
"ua-parser-js": "^1.0.38",
"webrtc-adapter": "^9.0.1"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"@types/react-transition-group": "^4.4.10",
"@types/ua-parser-js": "^0.7.39",
"dependency-cruiser": "^12.11.0",
"dotenv-cli": "^7.3.0",
"orval": "^6.30.2",
"prettier": "^2.8.4",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]"
}