forked from DanWahlin/NodeExpressMongoDBDockerApp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 671 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 671 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
{
"name": "expressite",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node server.js",
"tailwind:css": "postcss public/styles/tailwind.css -o public/styles/styles.css"
},
"dependencies": {
"@handlebars/allow-prototype-access": "^1.0.5",
"autoprefixer": "^10.4.2",
"cookie-parser": "^1.4.6",
"debug": "^4.3.3",
"express": "^4.17.3",
"express-handlebars": "5.3.1",
"handlebars": "^4.7.7",
"mongoose": "^6.4.6",
"morgan": "^1.10.0",
"postcss": "^8.4.6",
"postcss-cli": "^9.1.0",
"readline": "1.3.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"tailwindcss": "^2.0.3"
}
}