-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.72 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
{
"name": "agewear-lifestyle",
"version": "22.H2.1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.7.1",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.9.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@firebase/auth-types": "^0.11.0",
"@firebase/util": "^1.6.0",
"@fontsource/poppins": "^4.5.8",
"@headlessui/react": "^1.6.1",
"@heroicons/react": "^1.0.6",
"@mui/lab": "^5.0.0-alpha.81",
"@mui/material": "^5.6.4",
"@reduxjs/toolkit": "^1.8.1",
"atob": "^2.1.2",
"crypto-js": "^4.1.1",
"date-fns": "^2.28.0",
"firebase": "^9.8.2",
"framer-motion": "^6.3.3",
"gsap": "^3.10.4",
"jsdom": "^19.0.0",
"moment": "^2.29.3",
"next": "12.1.6",
"nookies": "^2.5.2",
"notistack": "^2.0.5",
"react": "18.1.0",
"react-advanced-cropper": "^0.6.2",
"react-dom": "18.1.0",
"react-indiana-drag-scroll": "^2.1.0",
"react-redux": "^8.0.1",
"react-swipeable-views": "^0.14.0",
"sass": "^1.52.2",
"sharp": "^0.30.4",
"styled-components": "^5.3.5",
"swiper": "^8.2.4"
},
"devDependencies": {
"@types/node": "^17.0.39",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"@types/react-redux": "^7.1.24",
"@types/react-swipeable-views": "^0.13.1",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.13",
"postcss-cssnext": "^3.1.1",
"postcss-import": "^14.1.0",
"postcss-nesting": "^10.1.7",
"tailwindcss": "^3.0.24",
"typesafe-actions": "^5.1.0",
"typescript": "4.6.4"
}
}