-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "mitrabajo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "cypress open --component",
"test:headless": "cypress run --component",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@logtail/next": "^0.1.5",
"@types/node": "20.16.1",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"braces": "^3.0.3",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0",
"gray-matter": "4.0.3",
"next": "14.2.5",
"posthog-js": "1.174.2",
"react": "18.3.1",
"react-datepicker": "7.3.0",
"react-dom": "18.3.1",
"react-markdown": "9.0.1",
"remark-directive": "^3.0.0",
"remark-directive-rehype": "^0.4.2",
"theme-ui": "0.16.2",
"typescript": "5.5.4"
},
"devDependencies": {
"@types/react-datepicker": "7.0.0",
"cypress": "13.13.3",
"eslint-plugin-adonis": "2.1.1",
"eslint-plugin-sort-destructure-keys": "2.0.0",
"husky": "9.1.6"
}
}