-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "tomatoro",
"version": "3.0.222",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "echo 'ok'",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@sentry/nextjs": "7.113.0",
"@theme-ui/color": "0.16.2",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"axios": "1.6.8",
"date-fns": "3.6.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"framer-motion": "11.1.7",
"next": "14.2.2",
"next-translate": "^2.6.2",
"next-translate-plugin": "^2.6.2",
"posthog-js": "1.130.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.4",
"react-markdown": "9.0.1",
"theme-ui": "0.16.2",
"typescript": "5.4.5",
"usehooks-ts": "3.1.0",
"zustand": "4.5.2"
},
"devDependencies": {
"eslint-plugin-adonis": "^2.1.1",
"eslint-plugin-sort-destructure-keys": "^2.0.0",
"husky": "^9.0.11"
}
}