generated from hackforla/.github-hackforla-base-repo-template
-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
33 lines (33 loc) · 841 Bytes
/
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
{
"name": "root",
"version": "0.2.53",
"private": true,
"scripts": {
"release-notes": "gren release --override",
"start": "concurrently --names \"BACKEND,FRONTEND\" -c \"bgBlue.bold,bgMagenta.bold\" \"npm run start:backend\" \"npm run start:frontend\" ",
"start:backend": "cd ./server && npm start",
"start:frontend": "wait-on http://localhost:5001/api/rules && cd ./client && npm start",
"prepare": "husky install"
},
"dependencies": {
"eslint": "^8.53.0",
"i": "^0.3.7",
"luxon": "^3.4.4",
"react-csv": "^2.2.2",
"react-icons": "^5.2.1",
"wait-on": "^7.1.0"
},
"husky": {
"hooks": {
"pre-commit": "lerna run lint"
}
},
"devDependencies": {
"concurrently": "^8.2.2",
"husky": "^8.0.0",
"lerna": "^7.4.2"
},
"volta": {
"node": "20.10.0"
}
}