-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.85 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
{
"name": "ecom",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"lint": "next lint"
},
"dependencies": {
"@types/multiparty": "^0.0.33",
"@types/react-dom": "18.0.8",
"@types/react-lazy-load-image-component": "^1.5.2",
"axios": "^1.1.3",
"cloudinary": "^1.32.0",
"cloudinary-build-url": "^0.2.4",
"cors": "^2.8.5",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"express": "^4.18.2",
"firebase": "^9.14.0",
"form-data": "^4.0.0",
"formidable": "^2.0.1",
"framer-motion": "^7.6.9",
"mongodb": "^4.12.0",
"mongoose": "^6.7.3",
"multer": "^1.4.5-lts.1",
"multiparty": "^4.2.3",
"next": "13.0.2",
"next-absolute-url": "^1.2.2",
"next-connect": "^0.13.0",
"nextjs-cors": "^2.1.2",
"plaiceholder": "^2.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-lazy-blur-image": "^0.1.2",
"react-lazy-load-image-component": "^1.5.6",
"react-progressive-loader": "^0.4.3",
"react-toastify": "^9.1.1",
"redux": "^4.2.0",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@testing-library/dom": "^8.19.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"autoprefixer": "^10.4.13",
"babel-jest": "^29.3.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"jest-node-exports-resolver": "^1.1.6",
"nodemon": "^2.0.20",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
}
}