-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.78 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.78 KB
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
{
"name": "opire_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start -p 3001",
"lint": "next lint",
"lint:fix": "next lint --fix",
"cpd": "jscpd"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@hapi/iron": "^7.0.1",
"@mantine/core": "^7.12.2",
"@mantine/dates": "^7.12.2",
"@mantine/form": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"@mantine/modals": "^7.12.2",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^7.12.2",
"@tabler/icons-react": "2.46.0",
"@vercel/analytics": "^1.2.2",
"@vercel/og": "^0.6.2",
"cookie": "^0.5.0",
"cookies-next": "^4.0.0",
"dayjs": "^1.11.10",
"jsonwebtoken": "^8.5.1",
"next": "^14.0.1",
"next-client-cookies": "^1.0.5",
"next-connect": "^0.13.0",
"react": "^18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"swr": "^1.3.0",
"ulid": "^2.3.0"
},
"devDependencies": {
"@swc/core": "^1.3.93",
"@types/bcryptjs": "^2.4.2",
"@types/jsonwebtoken": "^8.5.9",
"@types/react": "^17.0.33",
"dotenv": "^16.0.3",
"eslint": "^8.18.0",
"eslint-config-next": "^14.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"jscpd": "^3.4.5",
"standard": "^17.0.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}