-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.55 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
{
"name": "loyaltofew",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "node ./scripts/products/index.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@easypost/api": "^5.10.0",
"@next-auth/mongodb-adapter": "^1.1.1",
"@plaiceholder/next": "^2.5.0",
"@sendgrid/mail": "^7.7.0",
"@vercel/og": "^0.5.3",
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"formik": "^2.2.9",
"framer-motion": "^7.8.0",
"jsonwebtoken": "^9.0.0",
"mongodb": "^4.13.0",
"mongoose": "^6.9.0",
"next": "^13.3.1",
"next-auth": "^4.19.2",
"next-connect": "^0.13.0",
"plaiceholder": "^2.5.0",
"rc-resize-observer": "^1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-to-print": "^2.14.12",
"scroll-lock": "^2.1.5",
"sharp": "^0.31.2",
"swiper": "^9.1.1",
"yup": "^1.0.0"
},
"devDependencies": {
"@svgr/webpack": "^6.5.1",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"autoprefixer": "^10.4.13",
"babel-jest": "^29.7.0",
"dotenv": "^16.0.3",
"eslint": "8.26.0",
"eslint-config-next": "^13.3.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.4",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.6.4",
"jest-svg-transformer": "^1.0.0",
"postcss": "^8.4.20",
"prettier-plugin-tailwindcss": "^0.2.1",
"react-test-renderer": "^18.2.0",
"tailwindcss": "^3.2.4"
}
}