-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.21 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": "magic-display",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "npx prettier . --write",
"db": "tsx scripts/prepare-database.ts",
"knip": "knip"
},
"overrides": {
"react": "^18",
"glob": "^9",
"eslint": "^8"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.20",
"@tanstack/react-query": "^5.45.0",
"@tsparticles/engine": "^3.4.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.4.0",
"@types/fs-extra": "^11.0.4",
"@types/js-cookie": "^3.0.6",
"@types/uuid": "^10.0.0",
"5e-monster-maker": "github:ebshimizu/5e-monster-maker",
"5etools": "github:5etools-mirror-2/5etools-mirror-2.github.io",
"5etools-utils": "github:TheGiddyLimit/5etools-utils",
"bootstrap-icons": "^1.11.3",
"easing-utils": "^1.0.0",
"fs-extra": "^11.2.0",
"idb-keyval": "^6.2.1",
"js-cookie": "^3.0.5",
"json-schema-to-typescript": "^15.0.0",
"marked": "^13.0.0",
"marked-react": "^2.0.0",
"next": "14.2.4",
"next-auth": "^4.24.7",
"obs-websocket-js": "^5.0.5",
"prando": "^6.0.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"quicktype-core": "^23.0.170",
"react": "^18",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-markdown": "^9.0.1",
"react-marked": "^0.3.1",
"react-moonphase": "^1.1.1",
"react-qr-code": "^2.0.14",
"react-to-pdf": "^1.0.1",
"react-to-print": "^2.15.1",
"remark-gfm": "^4.0.0",
"require-context": "^1.1.0",
"sharp": "^0.33.4",
"ts-unused-exports": "^10.1.0",
"tsx": "^4.16.2",
"uuid": "^10.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.14.13",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/webpack-env": "^1.18.5",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"knip": "^5.27.0",
"postcss": "^8",
"prettier": "3.3.3",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.4"
}
}