-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.23 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.23 KB
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
47
48
49
50
51
52
53
{
"name": "@owlprotocol/docs",
"version": "3.1.1",
"keywords": [],
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/owlprotocol/workspace-public.git"
},
"license": "MIT",
"author": {
"name": "Leo Vigna",
"email": "leo@owlprotocol.xyz",
"url": "https://github.com/leovigna"
},
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"@intercom/messenger-js-sdk": "^0.0.11",
"@vercel/og": "^0.5.0",
"clsx": "^2.1.0",
"framer-motion": "^10.0.0",
"katex": "^0.16.9",
"next": "^13.5.6",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"@svgr/webpack": "^8.0.1",
"@types/node": "^20.11.10",
"@types/react": "^18.2.43",
"autoprefixer": "^10.4.15",
"eslint": "^8.55.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.1",
"typescript": "5.4.5",
"depcheck": "^1.4.7"
},
"bugs": {
"url": "https://github.com/owlprotocol/workspace-public/issues",
"email": "leo@owlprotocol.xyz"
},
"funding": "https://owlprotocol.xyz",
"engines": {
"node": "^18.0.0"
}
}