-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.07 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
{
"name": "peeramid",
"version": "1.0.0",
"description": "A self-check in app",
"engines": {
"node": "16.19.0"
},
"scripts": {
"backend-install": "npm install --prefix backend",
"backend": "npm run dev --prefix backend",
"frontend-install": "npm install --prefix frontend",
"frontend": "npm start --prefix frontend",
"frontend-build": "npm run build --prefix frontend",
"build": "npm run backend-install && npm run frontend-install && npm run frontend-build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bubbapang/peeramid.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bubbapang/peeramid/issues"
},
"homepage": "https://github.com/bubbapang/peeramid#readme",
"dependencies": {
"chart.js": "^4.2.1",
"chartjs-plugin-datalabels": "^2.2.0",
"multer": "^1.4.5-lts.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-redux": "^8.0.5",
"sharp": "^0.32.0"
}
}