-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.56 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.56 KB
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
50
51
52
53
54
{
"name": "flowset-tasklist-react-community",
"private": true,
"version": "2026.0.999-SNAPSHOT",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "tsc -b && vite build",
"lint": "eslint src --ext .ts,.tsx",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@bpmn-io/form-js-viewer": "~1.17.0",
"@nivo/bar": "^0.99.0",
"@nivo/core": "^0.99.0",
"@tanstack/react-query": "^5.85.3",
"antd": "^5.26.7",
"antd-style": "^3.7.1",
"dayjs": "^1.11.13",
"html-react-parser": "^5.2.6",
"i18next": "^25.3.6",
"intl-pluralrules": "^2.0.1",
"libphonenumber-js": "^1.12.15",
"oidc-client-ts": "^3.3.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-i18next": "^15.6.1",
"react-oidc-context": "^3.3.0",
"react-router-dom": "^7.8.1",
"validator": "^13.15.15"
},
"devDependencies": {
"@eslint/js": "^9.33.0",
"@types/big.js": "^6.2.2",
"@types/config": "^3.3.5",
"@types/node": "^24.3.0",
"@types/pluralize": "^0.0.33",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@types/validator": "^13.15.3",
"@typescript-eslint/eslint-plugin": "^8.39.1",
"@typescript-eslint/parser": "^8.39.1",
"@vitejs/plugin-react": "^5.0.0",
"eslint": "^9.33.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.39.1",
"vite": "^7.1.5"
}
}