forked from C01-Project-LADA/ladaland
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "term-group-project-lada",
"version": "1.0.0",
"description": "[](https://classroom.github.com/online_ide?assignment_repo_id=17757065&assignment_repo_type=AssignmentRepo)",
"main": "index.js",
"scripts": {
"dev": "concurrently \"npm run dev --prefix core\" \"npm run dev --prefix client\"",
"format": "npx prettier --write .",
"cypress:open": "cypress open",
"test": "cypress run"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^9.1.2",
"cypress": "^14.2.0"
},
"dependencies": {
"axios": "^1.7.9",
"cors": "^2.8.5",
"cypress-real-events": "^1.14.0"
}
}