-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.54 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
79
80
81
82
83
84
{
"name": "emotion-outfit",
"version": "24.H2.1",
"private": true,
"scripts": {
"dev": "next dev",
"dev-https": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@firebase/app-types": "^0.9.0",
"@firebase/auth-types": "^0.12.0",
"@firebase/util": "^1.6.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.0.18",
"@mui/material": "^6.3.0",
"atob": "^2.1.2",
"browserslist": "^4.22.1",
"crypto-js": "^4.2.0",
"date-fns": "^2.28.0",
"firebase": "^10.6.0",
"firebase-admin": "^11.11.0",
"framer-motion": "^10.16.4",
"gsap": "^3.10.4",
"jsdom": "^22.1.0",
"moment": "^2.29.3",
"mongoose": "^8.0.0",
"next": "^15.1.3",
"next-useragent": "^2.8.0",
"nookies": "^2.5.2",
"notistack": "^3.0.1",
"pkgfiles": "^2.3.2",
"prop-types": "^15.8.1",
"react": "^19.0.0",
"react-advanced-cropper": "^0.19.4",
"react-dom": "^19.0.0",
"react-firebase-hooks": "^5.1.1",
"react-indiana-drag-scroll": "^2.1.0",
"react-is": "^18.2.0",
"react-swipeable-views": "^0.14.0",
"react-timer-hook": "^3.0.7",
"react-use-navigate-list": "^0.1.6",
"sharp": "^0.32.6",
"swiper": "^11.0.4",
"warning": "^4.0.3",
"zustand": "^5.0.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.0.2",
"@types/crypto-js": "^4.2.1",
"@types/grecaptcha": "^3.0.7",
"@types/node": "^20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react-swipeable-views": "^0.13.5",
"@types/react-swipeable-views-core": "^0.13.3",
"@types/react-swipeable-views-utils": "^0.13.7",
"@types/user-agents": "^1.0.4",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"autoprefixer": "^10.4.16",
"cross-env": "^7.0.3",
"encoding": "^0.1.13",
"eslint": "8.53.0",
"eslint-config-next": "^14.0.2",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5",
"typesafe-actions": "^5.1.0",
"typescript": "5.2.2"
}
}