-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 975 Bytes
/
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
{
"name": "shouldyouride",
"version": "0.0.0",
"private": true,
"engines": {
"node": "18.x"
},
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"startsass": "sass --watch sass:public/stylesheets",
"startexpress": "SET DEBUG=shouldyouride:* | npm run devstart"
},
"dependencies": {
"async": "^3.2.0",
"bootstrap": "^5.0.0-beta3",
"bootstrap-icons": "^1.4.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.16.1",
"greenlock-express": "^4.0.3",
"http-errors": "~1.6.3",
"mongoose": "^5.12.7",
"morgan": "~1.9.1",
"node-fetch": "^2.6.1",
"node-navigator": "^1.0.1",
"node-sass-middleware": "0.11.0",
"pug": "2.0.0-beta11",
"zipcodes": "^8.0.0"
},
"devDependencies": {
"babel-plugin-transform-jsx-css-modules": "^1.0.0",
"babel-plugin-transform-react-pug": "^7.0.1",
"nodemon": "^2.0.7",
"pug-as-jsx-loader": "^1.0.88"
}
}