-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.48 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
{
"name": "dt-money",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^1.6.5",
"@hookform/resolvers": "^2.9.5",
"@types/classnames": "^2.3.1",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"firebase": "^9.8.4",
"framer-motion": "^6.4.3",
"phosphor-react": "^1.4.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.33.1",
"react-hot-toast": "^2.2.0",
"react-router-dom": "^6.3.0",
"tailwind-scrollbar": "^1.3.1",
"uuid": "^8.3.2",
"vitawind": "^2.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/date-fns": "^2.6.0",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/uuid": "^8.3.4",
"@types/yup": "^0.29.14",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@vitejs/plugin-react": "^1.0.7",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-helpers": "^1.2.1",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.5",
"typescript": "^4.4.4",
"vite": "^2.7.2"
}
}