-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (22 loc) · 1021 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
{
"Note": "This is a dummy package.json file to prevent accidental installation or running of packages in the wrong location",
"scripts": {
"dev": "echo 'You are in the wrong directory. cd to api or frontend folder to run this command'",
"start": "echo 'You are in the wrong directory. cd to api or frontend folder to run this command'",
"build": "echo 'You are in the wrong directory. cd to api or frontend folder to run this command'",
"lint": "echo 'You are in the wrong directory. cd to api or frontend folder to run this command'",
"preview": "echo 'You are in the wrong directory. cd to api or frontend folder to run this command'",
"test": "echo 'You are in the wrong directory. cd to api or frontend folder to run this command'",
"prepare": "husky"
},
"devDependencies": {
"husky": "^9.1.6"
},
"dependencies": {
"@types/jest": "^29.5.13",
"bootstrap": "^5.3.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-router-dom": "^6.27.0"
}
}