-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "pm22",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.17",
"ansi-to-html": "^0.6.14",
"argon2": "^0.31.2",
"autoprefixer": "^10.4.16",
"bcryptjs": "^2.4.3",
"cookie": "^0.6.0",
"dotenv": "^8.2.0",
"envfile": "^6.17.0",
"event-stream": "^4.0.1",
"jsonwebtoken": "^9.0.2",
"next": "^14.0.1",
"next-auth": "^4.24.4",
"pm2": "^5.1.2",
"postcss": "^8.4.31",
"prompts": "^2.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0",
"react-toastify": "^9.1.3",
"read-last-lines": "^1.8.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"nodemon": "^2.0.15",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}