-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.43 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.43 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
{
"name": "pludo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"create-pludo": "node ./lib/build-scripts/new-build.js"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@mantine/core": "^4.2.4",
"@mantine/hooks": "^4.2.4",
"@mantine/rte": "^4.2.4",
"@next-auth/fauna-adapter": "^1.0.3",
"@squoosh/lib": "^0.4.0",
"aws-sdk": "^2.1122.0",
"cookies-next": "^2.0.4",
"faunadb": "^4.5.4",
"formidable": "^3.2.3",
"next": "12.1.5",
"next-auth": "^4.3.3",
"next-progress": "^2.2.0",
"next-themes": "^0.1.1",
"nodemailer": "^6.7.3",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-quill": "^1.3.5",
"slugify": "^1.6.5",
"tailwind-scrollbar": "^1.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.1",
"@types/node": "^17.0.35",
"@types/react": "^18.0.7",
"autoprefixer": "^10.4.4",
"eslint": "8.14.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.12",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.10",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.3"
}
}