-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 929 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 929 Bytes
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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "npx tailwindcss -i ./public/styles/input.css -o ./public/styles/output.css --watch",
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"autoprefixer": "^10.4.18",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csrf-csrf": "^3.0.3",
"dotenv": "^16.4.5",
"ejs": "^3.1.9",
"express": "^4.18.3",
"express-rate-limit": "^7.2.0",
"express-session": "^1.18.0",
"isomorphic-fetch": "^3.0.0",
"jsonwebtoken": "^9.0.2",
"msnodesqlv8": "^4.1.2",
"mssql": "^10.0.2",
"nodemon": "^3.1.0",
"postcss": "^8.4.35",
"yup": "^1.4.0"
},
"devDependencies": {
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.1"
}
}