-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 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
48
49
{
"name": "stock-web",
"version": "1.0.0",
"description": "small project",
"main": "./server/index.js",
"scripts": {
"start": "node ./server/index.js",
"backend": "nodemon ./server/index.js",
"dev": "concurrently \" npm run backend\" \"npm run start --prefix client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/CSKIM999/TireStock-Management-Web.git"
},
"author": "CSKIM",
"license": "ISC",
"bugs": {
"url": "https://github.com/CSKIM999/TireStock-Management-Web/issues"
},
"homepage": "https://github.com/CSKIM999/TireStock-Management-Web#readme",
"dependencies": {
"@material-ui/styles": "^4.11.5",
"@reduxjs/toolkit": "^1.9.1",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"browser-image-compression": "^2.0.0",
"concurrently": "^7.3.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.0",
"http": "^0.0.1-security",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.5.1",
"multer": "^1.4.5-lts.1",
"oci-common": "^2.50.3",
"oci-objectstorage": "^2.50.3",
"oci-sdk": "^2.50.3",
"react-calendar": "^3.7.0",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"nodemon": "^2.0.19",
"webpack-cli": "^4.10.0"
}
}