This repository was archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.56 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.56 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
59
60
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma db push & next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@acusti/webcrypto": "^1.0.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.18",
"@material-tailwind/react": "^2.1.8",
"@mui/material": "^5.15.7",
"@prisma/client": "5.9.0",
"@types/cookie": "^0.6.0",
"@types/cookies": "^0.9.0",
"@types/prompts": "^2.4.9",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"cookie": "^0.6.0",
"cookies-next": "^4.1.1",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.1",
"enquirer": "^2.4.1",
"got": "^14.1.0",
"jose": "^5.2.0",
"jsrsasign": "^11.1.0",
"jssha": "^3.3.1",
"next": "14.1.0",
"next-client-cookies": "^1.1.0",
"nextjs-redirect": "^6.0.1",
"popsicle": "^12.1.2",
"prisma": "^5.9.0",
"prompt": "^1.3.0",
"prompt-sync": "^4.2.0",
"prompts": "^2.4.2",
"react": "^18",
"react-detect-offline": "^2.4.5",
"react-dom": "^18",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}