-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "tupu-app",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
},
"dependencies": {
"@chakra-ui/icons": "2.0.3",
"@chakra-ui/react": "2.4.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@sendgrid/mail": "^7.7.0",
"@xata.io/client": "^0.21.2",
"babel-jest": "^29.5.0",
"chakra-ui-markdown-renderer": "^4.1.0",
"client": "file:../../xataio/client",
"framer-motion": "^4.1.17",
"imagekit": "^3.2.4",
"imagekitio-react": "^1.1.0",
"mjml": "^4.13.0",
"next": "^13.4.10",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.22.4",
"react-icons": "^4.3.1",
"react-markdown": "^7.1.1",
"spacetime": "^7.1.4",
"swr": "^1.1.1",
"timezone-soft": "^1.3.1"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.30.2",
"@testing-library/dom": "^9.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"eslint": "8.5.0",
"eslint-config-next": "13.4.10",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0"
}
}