-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.47 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
43
44
45
46
47
{
"name": "unichem-ecommerce",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node backend/server.js",
"server": "nodemon backend/server.js",
"client": "npm start --prefix frontend",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix frontend && npm run build --prefix frontend \"purgecss --css build/static/css/*.css --content build/index.html build/static/js/*.js --output build/static/css\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/vn-aj-vngrd/unichem-ecommerce.git"
},
"author": "Vanguardia, Tumapon, Barigga, Gelacio",
"license": "ISC",
"bugs": {
"url": "https://github.com/vn-aj-vngrd/unichem-ecommerce/issues"
},
"homepage": "https://github.com/vn-aj-vngrd/unichem-ecommerce#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cloudinary": "^1.30.0",
"colors": "^1.4.0",
"concurrently": "^7.0.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-async-handler": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"mailgen": "^2.0.22",
"moment": "^2.29.2",
"moment-timezone": "^0.5.34",
"mongoose": "^6.2.3",
"multer": "^1.4.4",
"nodemailer": "^6.7.3",
"path": "^0.12.7",
"react-modal": "^3.15.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"nodemon": "^2.0.15"
}
}