-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 847 Bytes
/
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
{
"private": true,
"description": "Values application for finding what is true to you",
"homepage": "growmyflow.com",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"author": "Bram Decuypere <[email protected]>",
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@tailwindcss/forms": "^0.5.3",
"classnames": "^2.3.2",
"next": "latest",
"next-auth": "latest",
"nodemailer": "^6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-sortablejs": "^6.1.4",
"sortablejs": "^1.15.0"
},
"devDependencies": {
"@types/node": "^17",
"@types/react": "^18.0.15",
"@types/sortablejs": "^1.15.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"typescript": "^4"
}
}