-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
78 lines (78 loc) · 2.36 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
{
"name": "popshop",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"watch-css": "npx tailwindcss -i ./src/index.css -o ./src/tailwind/output.css --watch",
"preview": "vite preview",
"docker-build": "docker build -t popshop-container .",
"docker-run": "docker run --name popshop -p 3000:3000 popshop-container"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hookform/resolvers": "^3.3.4",
"@reduxjs/toolkit": "^2.2.4",
"@supabase/supabase-js": "^2.44.4",
"@types/react-bootstrap": "^0.32.36",
"appwrite": "^13.0.2",
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"chart.js": "^4.4.3",
"cookies-next": "^4.2.1",
"font-awesome": "^4.7.0",
"framer-motion": "^11.2.6",
"jwt-decode": "^4.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.4",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.51.4",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.2",
"react-loading-skeleton": "^3.4.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.22.1",
"react-tilt": "^1.0.2",
"react-toastify": "^10.0.5",
"redux-persist": "^6.0.0",
"redux-persist-transform-encrypt": "^5.1.1",
"tailwindcss": "^3.4.1",
"uuid": "^10.0.0",
"validator": "^13.12.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"@types/uuid": "^9.0.8",
"@types/validator": "^13.12.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.2",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.38",
"typescript": "^5.2.2",
"vite": "^5.1.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.17.2"
},
"description": "for contribution",
"main": "tailwind.config.js",
"keywords": [
"react-icons"
],
"author": "popshop",
"license": "ISC"
}