-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.89 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@alfonmga/react-lottie-light-ts": "^0.0.1",
"@pdftron/webviewer": "^8.4.1",
"@radix-ui/react-checkbox": "^0.1.5",
"@radix-ui/react-dialog": "^0.1.7",
"@radix-ui/react-dropdown-menu": "^0.1.6",
"@radix-ui/react-hover-card": "^0.1.5",
"@radix-ui/react-label": "^0.1.5",
"@radix-ui/react-toast": "^0.1.1",
"@stitches/react": "^1.2.7",
"@trendyol-js/react-carousel": "^2.0.1",
"axios": "^0.26.1",
"bcryptjs": "^2.4.3",
"classnames": "^2.3.1",
"dotenv": "^16.0.0",
"formidable": "^2.0.1",
"framer-motion": "^6.2.8",
"mongoose": "^6.2.10",
"multer": "^1.4.4",
"next": "12.1.0",
"next-connect": "^0.12.2",
"next-images": "^1.8.4",
"polished": "^4.1.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^14.2.0",
"react-feather": "^2.0.9",
"react-multi-carousel": "^2.8.0",
"react-parallax-tilt": "^1.6.6",
"sharp": "^0.30.4",
"swiper": "^8.0.7"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"@types/bcryptjs": "^2.4.2",
"@types/formidable": "^2.0.5",
"@types/multer": "^1.4.7",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"babel-plugin-inline-react-svg": "^2.0.1",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.3",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "^4.6.2"
}
}