-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 844 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
34
{
"name": "linkedcare-demonstrator",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "npx lerna run dev",
"build": "rimraf ./dist/ && npx lerna run build",
"lint": "npx lerna run lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"antd": "^5.12.4",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"i18next": "^23.6.0",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-localstorage-backend": "^4.2.0",
"react-flagkit": "^2.0.4",
"react-i18next": "^13.3.1",
"react-query": "^3.39.3",
"react-router": "^6.20.1",
"react-router-dom": "^6.20.1",
"recoil": "^0.7.7"
},
"devDependencies": {
"@types/node": "^20.10.2",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"lerna": "7.4.2",
"rimraf": "^5.0.5"
}
}