-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
95 lines (95 loc) · 2.75 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"name": "restart",
"private": true,
"description": "Batteries included React + Tailwind + Vite starter template.",
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=18"
},
"scripts": {
"start:dev": "vite",
"translate": "transmart",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint \"src/**/*.{ts,tsx}\" --fix"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@faker-js/faker": "^8.0.2",
"@mantine/core": "^6.0.13",
"@mantine/dates": "^6.0.13",
"@mantine/form": "^6.0.13",
"@mantine/hooks": "^6.0.13",
"@reduxjs/toolkit": "^1.9.3",
"@tabler/icons-react": "^2.23.0",
"@tanstack/react-query": "^4.29.14",
"@tanstack/react-query-devtools": "^4.29.15",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.8",
"framer-motion": "^10.12.16",
"i18next": "^22.4.13",
"i18next-browser-languagedetector": "^7.0.1",
"mantine-react-table": "^1.0.0-beta.18",
"react": "^18.2.0",
"react-daisyui": "^3.0.3",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.2",
"react-i18next": "^12.2.0",
"react-icons": "^4.8.0",
"react-loader-spinner": "^5.3.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-use": "^17.4.0",
"tailwind-merge": "^1.10.0",
"theme-change": "^2.5.0"
},
"devDependencies": {
"@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@transmart/cli": "^0.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/redux-logger": "^3.0.9",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.14",
"daisyui": "^2.51.5",
"dotenv": "^16.0.3",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"husky": "^8.0.3",
"postcss": "^8.4.21",
"prettier": "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.5",
"redux-logger": "^3.0.6",
"tailwindcss": "^3.2.7",
"tailwindcss-children": "^2.1.0",
"typescript": "^4.9.5",
"vite": "^3.2.5",
"vite-plugin-ejs": "^1.6.4"
}
}