-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "mern",
"homepage": "https://Nikhilgholap1304.github.io/Graffiti",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "echo \"Error: no test specified\" && exit 1",
"frontend": "cd frontend && npm start",
"backend": "cd backend && npm start",
"dev": "concurrently \"npm run frontend\" \"npm run backend\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"antd": "^5.12.8",
"archiver": "^6.0.1",
"chart.js": "^4.4.1",
"concurrently": "^8.2.0",
"file-saver": "^2.0.5",
"gh-pages": "^6.1.1",
"gridfs-stream": "^1.1.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.8.2",
"mongodb": "^5.6.0",
"mongoose": "^7.3.1",
"mongoose-gridfs": "^1.3.0",
"multer-gridfs-storage": "^5.0.2",
"react-comments-section": "^2.0.10",
"react-emojis": "^1.0.6",
"react-google-charts": "^4.0.1",
"react-image-lightbox": "^5.1.4",
"rimraf": "^5.0.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}