-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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
{
"name": "passgen",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"format": "prettier --write src/"
},
"dependencies": {
"@floating-ui/react": "^0.15.1",
"@fontsource-variable/inconsolata": "^5.1.0",
"@fontsource-variable/rubik": "^5.1.0",
"@heroicons/react": "^2.1.5",
"@tailwindcss/forms": "^0.5.9",
"@zxcvbn-ts/core": "^2.2.1",
"autoprefixer": "^10.4.20",
"copy-to-clipboard": "^3.3.3",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-range": "^1.10.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"prettier": "^2.8.1",
"prettier-plugin-tailwindcss": "^0.2.8",
"typescript": "^5.7.2",
"typescript-eslint": "^8.14.0",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2"
}
}