-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
50
51
{
"name": "menfess",
"version": "3.0.0-alpha",
"description": "Sosmed karya anak gabut",
"main": "index.js",
"scripts": {
"client": "npm start --prefix client",
"server": "nodemon .",
"build": "npm run build --prefix client",
"start": "npm run build && node .",
"dev": "concurrently \"npm run server\" \"npm run client\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"authors": [
"Doma Tomoharu",
"Gorengan Hunter"
],
"license": "ISC",
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.1",
"concurrently": "^8.2.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"eruda": "^3.0.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"imagekit": "^4.1.3",
"mongoose": "^7.3.1",
"multer": "^1.4.5-lts.1",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-router": "^6.14.2",
"react-router-dom": "^6.14.2",
"socket.io": "^4.7.1",
"socket.io-client": "^4.7.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1"
}
}