-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.11 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
{
"name": "showtodayapp",
"version": "1.0.0",
"description": "Base",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node index.js",
"server": "nodemon index.js",
"client": "npm run start --prefix client",
"client:install": "npm install --prefix client",
"client:build": "npm run build --prefix client",
"dev": "cross-env NODE_ENV=development concurrently \"npm run server\" \"npm run client\""
},
"author": "Tamir Shoboev <[email protected]>",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@fullcalendar/interaction": "^5.3.1",
"bcrypt": "^5.0.0",
"bootstrap": "^4.5.2",
"config": "^3.3.1",
"cross-env": "^7.0.2",
"express": "^4.17.1",
"express-validator": "^6.6.1",
"git": "^0.1.5",
"jsonwebtoken": "^8.5.1",
"materialize-css": "^1.0.0-rc.2",
"moment": "^2.29.0",
"mongoose": "^5.10.3"
},
"devDependencies": {
"concurrently": "^5.3.0",
"nodemon": "^2.0.4"
}
}