forked from Testaustime/testaustime-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.71 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.71 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
55
56
57
58
59
60
{
"name": "testaustime-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@mantine/core": "^8.3.10",
"@mantine/hooks": "^8.3.10",
"@mantine/modals": "^8.3.10",
"@mantine/notifications": "^8.3.10",
"@radix-ui/react-icons": "^1.3.2",
"chart.js": "^4.5.1",
"date-fns": "^4.1.0",
"formik": "^2.4.9",
"i18next": "^23.7.12",
"i18next-resources-to-backend": "^1.2.1",
"next": "^14.0.4",
"next-i18n-router": "^5.5.5",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.1",
"react-cookie": "^8.0.1",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-i18next": "^14.0.0",
"yup": "^1.7.1"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "vitest",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"prettier": "prettier --write ."
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/nextjs": "^8.6.9",
"@storybook/react": "^8.6.9",
"@svgr/webpack": "^8.1.0",
"@types/node": "^25.0.3",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react-router": "^5.1.20",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-storybook": "^0.6.15",
"prettier": "^3.7.4",
"prettier-eslint": "^16.4.2",
"storybook": "^8.6.9",
"typescript": "^5.9.3",
"vitest": "^3.0.9"
}
}