-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.89 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
{
"name": "mantine-minimal-next-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bradgarropy/next-google-analytics": "^1.0.2",
"@google-analytics/data": "^4.3.0",
"@mantine/carousel": "^7.6.1",
"@mantine/charts": "^7.5.2",
"@mantine/core": "7.2.1",
"@mantine/dropzone": "^7.6.1",
"@mantine/form": "^7.2.2",
"@mantine/hooks": "7.2.1",
"@mantine/notifications": "^7.4.2",
"@mantine/spotlight": "^7.2.2",
"@next/third-parties": "^14.1.0",
"@tabler/icons-react": "^2.40.0",
"@vercel/speed-insights": "^1.0.9",
"aws4": "^1.12.0",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"embla-carousel-react": "^7.1.0",
"formidable": "^3.5.1",
"fs": "^0.0.1-security",
"googleapis": "^133.0.0",
"mongoose": "^8.0.1",
"net": "^1.0.2",
"next": "^14.0.1",
"next-auth": "^4.24.5",
"progress-stream": "^2.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.12.0",
"swr": "^2.2.4",
"tabler-icons-react": "^1.56.0",
"typewriter-effect": "^2.21.0",
"utils-google-drive": "^5.0.3"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/formidable": "^3.4.5",
"@types/node": "20.8.10",
"@types/progress-stream": "^2.0.5",
"@types/react": "18.2.36",
"@types/react-dom": "18.2.14",
"@types/react-syntax-highlighter": "^15.5.10",
"eslint": "8.53.0",
"eslint-config-next": "14.0.1",
"postcss": "^8.4.31",
"postcss-preset-mantine": "1.11.0",
"postcss-simple-vars": "^7.0.1",
"typescript": "5.2.2"
},
"packageManager": "[email protected]",
"browser": {
"fs": false,
"path": false,
"os": false,
"net": false,
"tls": false
}
}