-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "dashboard",
"version": "0.1.3",
"private": true,
"dependencies": {
"@aws-sdk/client-ses": "^3.95.0",
"@fontsource/ibm-plex-sans": "^4.5.10",
"@mantine/core": "^4.2.5",
"@mantine/hooks": "^4.2.5",
"@mantine/modals": "^4.2.5",
"@mantine/next": "^4.2.6",
"@mantine/notifications": "^4.2.4",
"@types/react": "^18.0.9",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"iron-session": "^6.1.3",
"mongoose": "^6.3.3",
"next": "^12.1.6",
"react-dom": "^18.1.0",
"sharp": "^0.30.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.1.6",
"@svgr/webpack": "^6.2.1",
"cross-env": "^7.0.3",
"eslint": "^8.16.0",
"eslint-config-next": "^12.1.6",
"sass": "^1.51.0"
},
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
}
}