-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.76 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "suomisf-ui",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@babel/preset-typescript": "^7.18.6",
"@fortawesome/fontawesome-free": "^6.4.0",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.16.1",
"@testing-library/react": "13.4.0",
"@testing-library/user-event": "14.4.3",
"@types/chart.js": "^2.9.37",
"@types/jest": "^29.5.12",
"axios": "1.6.0",
"axios-retry": "^3.5.1",
"babel": "^6.23.0",
"chart.js": "4.2.1",
"classname": "0.0.0",
"dotenv": "^16.0.3",
"git-package-json": "^1.4.10",
"history": "^5.3.0",
"jest": "^29.7.0",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.3",
"lodash": "^4.17.21",
"mem": "^9.0.2",
"npm-lifecycle": "^1.0.3",
"package.json": "^0.0.0",
"primeflex": "^3.3.0",
"primeicons": "^7.0.0",
"primereact": "^10.6.4",
"quill": "^2.0.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-hook-form": "^7.43.9",
"react-router-dom": "6.8.1",
"react-transition-group": "4.4.2",
"typescript": "^4.6.2",
"vite-tsconfig-paths": "^4.3.2",
"web-vitals": "^3.1.1",
"yup": "^0.32.11"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"lint": "eslint ."
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.9"
}
}