-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.75 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": "e-commerce-app",
"private": true,
"scripts": {
"start": "npm run dev",
"dev": "next dev",
"build": "next build",
"prod": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.6.12",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@hookform/resolvers": "^2.8.8",
"axios": "^0.24.0",
"dayjs": "^1.10.7",
"filepond": "^4.30.3",
"filepond-plugin-file-validate-size": "^2.2.5",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-crop": "^2.0.6",
"filepond-plugin-image-edit": "^1.6.3",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.10",
"filepond-plugin-image-transform": "^3.8.7",
"filepond-plugin-image-validate-size": "^1.2.7",
"framer-motion": "^4.1.17",
"jotai": "^1.5.3",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"next": "^12.1.0",
"next-cookies": "^2.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-filepond": "^7.1.1",
"react-hook-form": "^7.19.3",
"react-icons": "^4.3.1",
"usehooks-ts": "^2.5.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/js-cookie": "^3.0.1",
"@types/node": "16.11.6",
"@types/prettier": "^2.4.1",
"@types/react": "17.0.34",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "7",
"eslint-config-next": "12.0.3",
"prettier": "^2.4.1",
"prettier-plugin-organize-imports": "^2.3.4",
"typescript": "4.4.4"
}
}