-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 865 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
{
"name": "yume-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "nodemon index.js",
"start": "node index.js",
"buildCSS": "npx tailwindcss -i ./public/css/input.css -o ./public/css/output.css --watch",
"stripeDev": "stripe listen --forward-to localhost:7001/stripe_webhooks"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.5",
"prettier-plugin-tailwindcss": "^0.1.7",
"tailwindcss": "^3.0.23"
},
"dependencies": {
"@supabase/supabase-js": "^1.30.2",
"@tailwindcss/forms": "^0.4.0",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"flowbite": "^1.4.5",
"neo4j-driver": "^4.4.5",
"node-vibrant": "^3.2.1-alpha.1",
"sib-api-v3-sdk": "^8.3.0",
"socket.io": "^4.5.0",
"stripe": "^8.218.0"
}
}