-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.52 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.52 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
{
"name": "next-creator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8648",
"build": "next build",
"start": "next start -p 8648",
"start-dev": "next start -p 8649",
"lint": "next lint"
},
"dependencies": {
"@next-auth/prisma-adapter": "latest",
"@prisma/client": "latest",
"bcrypt": "^5.1.1",
"ckeditor5-custom-build": "file:lib/ckeditor5-custom",
"cookies-next": "^4.1.1",
"file-type": "latest",
"jschardet": "^3.0.0",
"jsdom": "^22.1.0",
"negotiator": "latest",
"next": "14.1.0",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.9",
"sanitize-html": "^2.11.0",
"sharp": "latest"
},
"devDependencies": {
"@formatjs/intl-localematcher": "^0.4.2",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@types/bcrypt": "latest",
"@types/jsdom": "^21.1.6",
"@types/negotiator": "latest",
"@types/node": "latest",
"@types/nodemailer": "^6.4.14",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/sanitize-html": "^2.11.0",
"animate.css": "^4.1.1",
"highlight.js": "11.8.0",
"prisma": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "latest",
"react-select": "latest",
"sass": "latest",
"tocbot": "^4.25.0",
"typescript": "^5.3.3"
}
}