-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1003 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
38
39
40
41
{
"name": "wttconference",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "12.x"
},
"scripts": {
"build": "cd client && npm run build",
"client": "cd client && npm start",
"server": "nodemon server.js",
"storybook": "cd client && npm run storybook",
"test": "cd client && npm test",
"postinstall": "cd client && npm install",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leonp5/wttconference.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/leonp5/wttconference/issues"
},
"homepage": "https://github.com/leonp5/wttconference#readme",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mailgun-js": "^0.22.0",
"mongodb": "^3.4.0"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-plugin-react": "^7.17.0",
"nodemon": "^2.0.2",
"prettier": "1.19.1"
}
}