forked from 10aeat/10aeat_frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.68 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.68 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
{
"name": "10aeat_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"vercel-deploy": "next build && next export",
"format": "prettier --check --ignore-path .gitignore .",
"format:fix": "prettier --write --ignore-path .gitignore ."
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.18",
"@mui/x-date-pickers": "^7.5.1",
"@nivo/pie": "^0.87.0",
"@svgr/webpack": "^8.1.0",
"autoprefixer": "^10.4.19",
"axios": "^1.7.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"next": "14.2.3",
"quill": "^2.0.2",
"react": "^18.3.1",
"react-date-range": "^2.0.1",
"react-datepicker": "^6.9.0",
"react-dom": "^18.3.1",
"react-quill": "^2.0.0",
"styled-components": "^6.1.11",
"tailwind-scrollbar-hide": "^1.1.7",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20.12.10",
"@types/react": "^18.3.1",
"@types/react-date-range": "^1.4.9",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"msw": "^2.2.14",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"sass": "^1.77.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.5"
}
}