This repository was archived by the owner on Jan 7, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2 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
{
"name": "fictadvisor-web",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "next lint",
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 80",
"typecheck": "tsc",
"sb": "storybook dev -p 6006",
"build-sb": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.0.18",
"@mui/lab": "^5.0.0-alpha.142",
"@mui/material": "^5.14.7",
"@mui/x-date-pickers": "^6.8.0",
"@reduxjs/toolkit": "^1.9.5",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"axios": "^1.5.0",
"babel-plugin-direct-import": "^1.0.0",
"babel-plugin-import": "^1.13.8",
"chart.js": "^4.4.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.9",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"formik": "^2.4.3",
"lodash-es": "^4.17.21",
"next": "13.1.5",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-query": "^3.39.3",
"react-redux": "^8.1.2",
"react-select": "^5.7.4",
"react-textarea-autosize": "^8.5.3",
"sass": "^1.66.1",
"yup": "^1.2.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.19",
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-interactions": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.4.0",
"@storybook/nextjs": "^7.4.0",
"@storybook/react": "^7.4.0",
"@storybook/testing-library": "^0.2.0",
"@types/node": "20.8.9",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"storybook": "^7.4.0",
"typescript": "^5.2.2"
}
}