-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "eoisaac.me",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint src --ext .ts,.tsx && prettier --check './src/**/*.{ts,tsx,css}'",
"lint:fix": "eslint src --ext .ts,.tsx --fix && prettier --write './src/**/*.{ts,tsx,css}'"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.6",
"@hookform/resolvers": "^2.9.10",
"axios": "^1.2.2",
"i18next": "^22.4.9",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.0",
"react-i18next": "^12.1.4",
"react-query": "^3.39.2",
"react-router-dom": "^6.4.3",
"uuid": "^9.0.0",
"zod": "^3.20.2"
},
"devDependencies": {
"@rocketseat/eslint-config": "^1.1.3",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.22",
"@types/react-dom": "^18.0.7",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-react": "^2.2.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.26.0",
"postcss": "^8.4.19",
"prettier": "^2.8.0",
"prettier-plugin-tailwindcss": "^0.2.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.6.4",
"vite": "^3.2.0"
}
}