-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.58 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "service-national-universel",
"scripts": {
"postinstall": "patch-package",
"dev": "[[ -e .git/hooks/pre-commit ]] && dotenv -- turbo run dev --filter=!antivirus || echo 'Follow Procedure here : https://www.notion.so/jeveuxaider/Gitguardian-1b6d580a315f4f7c8440fde951aa42c9?pvs=4'",
"dev:app": "[[ -e .git/hooks/pre-commit ]] && dotenv -- turbo run dev --filter",
"build": "turbo run build --filter=$APP_NAME",
"start": "turbo run start --filter=$APP_NAME",
"test": "turbo run test --filter=$APP_NAME",
"lint": "turbo run lint --continue --filter=$APP_NAME",
"check-types": "turbo run check-types --continue --filter=$APP_NAME",
"clean": "turbo run clean",
"endpoints": "node devops/scripts/get-applications-endpoints $(git rev-parse --abbrev-ref HEAD)"
},
"dependencies": {
"classnames": "^2.5.1",
"dotenv-cli": "latest",
"heic2any": "^0.0.4",
"libphonenumber-js": "^1.10.41",
"patch-package": "^8.0.0",
"request-ip": "^3.3.0",
"sanitize-html": "^2.12.1",
"turbo": "^2.0.14"
},
"workspaces": [
"packages/*",
"app",
"admin",
"api",
"apiv2",
"devops/analytics",
"devops/antivirus"
],
"engines": {
"node": "^20.17",
"npm": "^10.8",
"yarn": "🍎 This project uses NPM, please do not use YARN. 🍎"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^18.16.0",
"@types/supertest": "^6.0.2",
"eslint-plugin-import": "^2.29.1",
"tsx": "^4.7.1",
"typescript": "^5.4.3",
"typescript-eslint": "^7.4.0"
},
"packageManager": "[email protected]"
}