-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.13 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.13 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
{
"dependencies": {
"@supabase/supabase-js": "^2.0.0",
"express": "^4.17.1",
"firebase-admin": "^12.0.0",
"otplib": "^12.0.1",
"tailwindcss": "^3.4.1",
"cors": "^2.8.5",
"dotenv": "^16.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33"
},
"scripts": {
"dev": "node utils/generate-env-config.js && npx tailwindcss -i ./src/input.css -o ./public/output.css --watch",
"build": "node utils/generate-env-config.js && npx tailwindcss -i ./src/input.css -o ./public/output.css --minify",
"start": "node utils/generate-env-config.js && node server/authApi.js",
"gen-env": "node utils/generate-env-config.js"
},
"name": "pollsay",
"version": "1.0.0",
"description": "PollSay is a web-based polling platform that offers a streamlined and customizable experience for creating and managing polls. Users can effortlessly generate polls with unique identifiers and various response options, such as 'yes', 'no', 'maybe' or other options that can be added dynamically by the form creator.",
"main": "feature.js",
"keywords": [],
"author": "",
"license": "ISC"
}