-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 KB
/
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
38
39
40
41
42
{
"name": "now-future",
"version": "1.0.0",
"description": "",
"main": "server.js",
"type": "module",
"scripts": {
"start": "node server.js",
"build": " cd client && npm run build",
"commit": "git add . && git commit -u",
"postcommit": "git push",
"dev": "nodemon server.js",
"predev-client": "git pull",
"dev-client": "cd client && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anteqkois/now-future.git"
},
"author": "Antek Kois",
"license": "ISC",
"bugs": {
"url": "https://github.com/anteqkois/now-future/issues"
},
"homepage": "https://github.com/anteqkois/now-future#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"formik": "^2.2.9",
"i": "^0.3.7",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.0.12",
"styled-components": "^5.3.3",
"validator": "^13.7.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}