-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.57 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": "smoothsick",
"private": true,
"version": "0.0.5-SNAPSHOT.0",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"build:prod": "npm run build && npm run zip-prod",
"lint": "eslint . --ext js,jsx",
"zip-prod": "cd dist; zip -r ../smoothsick-front_$npm_package_version.zip * .htaccess"
},
"dependencies": {
"@cloudinary/react": "^1.11.2",
"@cloudinary/url-gen": "^1.10.0",
"@headlessui/react": "^1.7.13",
"@react-oauth/google": "^0.8.0",
"@tailwindcss/forms": "^0.5.3",
"axios": "^1.3.4",
"flowbite": "^1.6.4",
"flowbite-react": "^0.4.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-h5-audio-player": "^3.8.6",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.8.0",
"react-loader-spinner": "^5.3.4",
"react-loading-skeleton": "^3.3.1",
"react-router-dom": "^6.9.0",
"sweetalert2": "^11.7.5",
"tailwindcss": "^3.2.7",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-mock-extended": "^3.0.5",
"lint-staged": "^14.0.1",
"postcss": "^8.4.21",
"vite": "^4.1.0"
}
}