-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
61 lines (61 loc) · 1.74 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
{
"name": "testaustime-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@mantine/core": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@mantine/modals": "^7.3.2",
"@mantine/next": "^6.0.21",
"@mantine/notifications": "^7.3.2",
"@radix-ui/react-icons": "^1.3.0",
"chart.js": "^4.4.1",
"date-fns": "^3.0.6",
"formik": "^2.4.5",
"i18next": "^23.7.12",
"i18next-resources-to-backend": "^1.2.0",
"next": "^14.0.4",
"next-i18n-router": "^5.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-cookie": "^6.1.1",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-i18next": "^14.0.0",
"yup": "^1.3.3"
},
"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": "^7.6.8",
"@storybook/nextjs": "^7.6.8",
"@storybook/react": "^7.6.8",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20.12.5",
"@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.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^0.6.15",
"prettier": "^3.1.1",
"prettier-eslint": "^16.2.0",
"storybook": "^7.6.8",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
}
}