-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.32 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
{
"name": "docai_frontend_pro",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --single-quote --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\" --config ./.prettierrc",
"prepare": "husky"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/inter": "^5.0.17",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.3",
"@mui/icons-material": "^5.15.15",
"@mui/joy": "^5.0.0-beta.32",
"@mui/material": "^5.15.15",
"@react-pdf/renderer": "^3.4.2",
"@tailwindcss/forms": "^0.5.7",
"@types/bootstrap": "^5.2.10",
"@types/lodash": "^4.17.0",
"@types/react-helmet": "^6.1.11",
"@types/uuid": "^9.0.8",
"ai": "^3.0.22",
"airtable": "^0.12.2",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"axios-hooks": "^5.0.2",
"bootstrap": "^5.3.3",
"copy-to-clipboard": "^3.3.3",
"eventsource-parser": "^1.1.2",
"formik": "^2.4.5",
"headlessui": "^0.0.0",
"heroicons": "^2.1.3",
"html-react-parser": "^5.1.10",
"html-to-image": "^1.11.11",
"husky": "^9.0.11",
"lodash": "^4.17.21",
"markmap-common": "^0.16.0",
"markmap-lib": "^0.16.1",
"markmap-view": "^0.16.0",
"moment": "^2.30.1",
"next": "14.2.0",
"next-auth": "^4.24.7",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"qrcode.react": "^3.1.0",
"react": "^18",
"react-dom": "^18",
"react-helmet": "^6.1.0",
"react-infinite-scroll-component": "^6.1.0",
"react-modal-image": "^2.6.0",
"react-pdf": "^7.7.1",
"react-spring-bottom-sheet": "^3.4.1",
"tailwindcss": "^3.4.3",
"uuid": "^9.0.1",
"yup": "^1.4.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "^14.2.1",
"typescript": "^5"
}
}