-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 787 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 787 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
25
26
27
{
"packageManager": "yarn@3.2.0",
"name": "@resorptionbidonvilles/fullstack",
"description": "Dépôt fullstack de la plateforme Résorption Bidonvilles, par la DIHAL",
"version": "2.49.4",
"license": "AGPL-3.0-or-later",
"workspaces": [
"packages/api",
"packages/frontend/*"
],
"devDependencies": {
"@vue/cli-service": "^5.0.8",
"husky": "^8.0.3",
"node-gyp": "^9.3.1"
},
"scripts": {
"prepare": "husky install",
"lint:all": "yarn workspaces foreach --verbose run lint:all",
"lint:staged": "yarn workspaces foreach --verbose run lint-staged",
"test:unit": "yarn workspaces foreach --verbose run test:unit",
"checkout": "./scripts/checkout.sh"
},
"dependencies": {
"echarts": "^5.5.0",
"vue-echarts": "^6.7.3"
}
}