-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.76 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
{
"name": "gearshift",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "rimraf dist && tsc && vite build",
"lint": "eslint --fix --ext ts,tsx .",
"preview": "vite preview",
"prepare": "husky",
"clean": "rimraf dist",
"start": "docker run --rm -it -p 8787:8787 -v ./dist:/public joseluisq/static-web-server -p 8787"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.25.1"
},
"devDependencies": {
"@ctrl/magnet-link": "^4.0.2",
"@ctrl/transmission": "^6.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.0",
"@types/luxon": "^3.4.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"buffer": "^6.0.3",
"cva": "beta",
"eslint": "^8.55.0",
"eslint-plugin-perfectionist": "^2.10.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-tailwindcss": "^3.17.4",
"filesize": "^10.1.4",
"husky": "^9.1.2",
"lucide-react": "^0.416.0",
"luxon": "^3.4.4",
"postcss": "^8.4.40",
"react-dropzone": "^14.2.3",
"rimraf": "^6.0.1",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.7",
"tailwindcss-no-scrollbar": "^1.0.1",
"typescript": "^5.5.4",
"unplugin-fonts": "^1.1.1",
"vite": "^5.3.5",
"vite-plugin-node-polyfills": "^0.22.0"
}
}