-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 882 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
{
"dependencies": {
"axios": "^1.3.6",
"concurrently": "^8.0.1",
"css-init": "^1.2.14",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"eslint": "^8.40.0",
"express": "^4.18.2",
"lodash": "^4.17.21",
"mongodb": "^5.3.0",
"node-sass": "^9.0.0",
"nodemon": "^2.0.22",
"prettier": "^2.8.8",
"sass": "^1.62.1"
},
"scripts": {
"dev": "concurrently --kill-others \"npm run watch-css\" \"npm run open-server\" ",
"watch-css": "sass -w public/main.scss public/style.css",
"open-server": "nodemon server.js"
},
"name": "blok-tech",
"description": "<!-- Improved compatibility of back to top link: See: https://github.com/othneildrew/Best-README-Template/pull/73 -->",
"version": "1.0.0",
"main": "server.js",
"author": "Tim van Ingen",
"license": "MIT",
"devDependencies": {
"@faker-js/faker": "^8.0.1"
}
}