-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.3 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "lightsout",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tailwind:css": "postcss public/styles/tailwind.css -o public/styles/style.css",
"build:tailwind": "tailwindcss build -o ./path/to/output.css",
"watch:tailwind": "tailwindcss build -o public/styles/style.css --watch",
"start": "npm run watch:tailwind"
},
"author": "Aman Aditya Vikrant Tushitaa",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.4.17",
"axios": "^1.6.8",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.4",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-session": "^1.18.0",
"mathjs": "^12.4.2",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.13",
"nodemon": "^3.1.0",
"otp-generator": "^4.0.1",
"partially-hide-email-phone": "^1.0.1",
"passport": "^0.7.0",
"passport-github2": "^0.1.12",
"passport-google-oauth2": "^0.2.0",
"passport-instagram": "^1.0.0",
"passport-local": "^1.0.0",
"pg": "^8.11.5",
"postcss": "^8.4.35",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.1"
}
}