-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 956 Bytes
/
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
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@capsizecss/core": "3.0.0",
"@christiankaindl/lyts": "1.1.0",
"@radix-ui/colors": "0.1.8",
"@radix-ui/react-dialog": "1.0.2",
"@stitches/react": "1.2.8",
"@vercel/analytics": "^0.1.1",
"next": "13.0.0",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@builder.io/partytown": "^0.7.1",
"@types/gtag.js": "0.0.12",
"@types/node": "^16",
"@types/react": "18.0.23",
"@typescript-eslint/eslint-plugin": "5.41.0",
"eslint": "8.26.0",
"eslint-config-next": "13.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-lodash": "7.4.0",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-unicorn": "44.0.2",
"typescript": "4.8.4"
}
}