-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.14 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
{
"name": "scout9-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.5.3",
"@nextui-org/accordion": "^2.0.23",
"@nextui-org/button": "^2.0.21",
"@nextui-org/card": "^2.0.21",
"@nextui-org/divider": "^2.0.20",
"@nextui-org/image": "^2.0.21",
"@nextui-org/input": "^2.1.9",
"@nextui-org/kbd": "^2.0.20",
"@nextui-org/link": "^2.0.22",
"@nextui-org/modal": "^2.0.23",
"@nextui-org/react": "^2.1.13",
"@nextui-org/select": "^2.1.11",
"@nextui-org/tooltip": "^2.0.24",
"@theme-ui/mdx": "^0.16.1",
"@theme-ui/prism": "^0.16.1",
"framer-motion": "^10.16.4",
"next": "latest",
"next-themes": "^0.2.1",
"prismjs": "^1.29.0",
"react": "latest",
"react-dom": "latest"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}