-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 823 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 823 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
{
"name": "inventory-app",
"version": "0.0.0",
"private": true,
"engines": {
"node": "16.14.2"
},
"scripts": {
"start": "node ./bin/www",
"tw": "postcss public/stylesheets/tailwind.css -o public/stylesheets/style.css"
},
"dependencies": {
"@types/express-ejs-layouts": "^2.5.0",
"async": "^3.2.3",
"autoprefixer": "^10.4.7",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.0.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-ejs-layouts": "^2.5.1",
"express-validator": "^6.14.0",
"http-errors": "~1.6.3",
"mongoose": "^6.3.3",
"morgan": "~1.9.1",
"postcss": "^8.4.13",
"postcss-cli": "^9.1.0",
"tailwindcss": "^3.0.24"
},
"devDependencies": {
"@types/tailwindcss": "^3.0.10",
"nodemon": "^2.0.16"
}
}