-
-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathpackage.json
39 lines (39 loc) · 998 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
37
38
39
{
"name": "@lagon/www",
"version": "1.1.5",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"postbuild": "next-sitemap",
"lint": "eslint --cache .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@mdx-js/loader": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"@next/mdx": "13.4.12",
"@radix-ui/react-tooltip": "^1.0.3",
"class-variance-authority": "^0.7.0",
"next": "13.4.12",
"next-sitemap": "^4.0.5",
"posthog-js": "^1.55.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-use-system-theme": "^1.1.1"
},
"devDependencies": {
"@types/node": "^18.0.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-next": "13.4.12",
"framer-motion": "^10.0.0",
"postcss": "^8.4.22",
"tailwindcss": "^3.3.1",
"typescript": "^5.1.3"
}
}