-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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
{
"name": "tidev.io",
"version": "3.0.0",
"private": true,
"scripts": {
"build": "pnpm copy-pdf-files && next build",
"copy-pdf-files": "node scripts/copy-pdf-files",
"dev": "pnpm copy-pdf-files && next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@mdx-js/loader": "3.0.1",
"@mdx-js/react": "3.0.1",
"@next/mdx": "14.1.2",
"@types/mdx": "2.0.11",
"fs-extra": "11.2.0",
"globby": "14.0.1",
"gray-matter": "4.0.3",
"markdown-it": "14.0.0",
"next": "14.1.2",
"next-auth": "4.24.6",
"open-pdf-sign": "0.1.7",
"pdf-lib": "1.17.1",
"pdfjs-dist": "4.0.379",
"querystring": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-signature-canvas": "1.0.6",
"rss": "1.2.2",
"uuid": "9.0.1",
"which": "4.0.0"
},
"devDependencies": {
"@tailwindcss/typography": "0.5.10",
"@types/fs-extra": "11.0.4",
"@types/lodash": "4.14.202",
"@types/markdown-it": "13.0.7",
"@types/node": "20.11.24",
"@types/react": "18.2.62",
"@types/react-dom": "18.2.19",
"@types/react-pdf": "6.2.0",
"@types/react-signature-canvas": "1.0.5",
"@types/rss": "0.0.32",
"@types/uuid": "9.0.8",
"@types/which": "3.0.3",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "14.1.2",
"postcss": "8.4.35",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"
},
"engines": {
"node": ">=20"
}
}