-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.18 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
43
44
45
46
{
"name": "teo-docs",
"version": "0.0.2",
"private": true,
"description": "Documentation for Teo",
"main": "index.js",
"author": "Victor Teo",
"license": "Apache-2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@linaria/babel-preset": "^5.0.4",
"@linaria/core": "^6.0.0",
"@linaria/react": "^6.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.1.0",
"@teocloud/teo-docs-search-engine": "0.0.5",
"next": "^14.1.0",
"next-with-linaria": "^0.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"recma-nextjs-static-props": "^2.0.0",
"rehype-mdx-title": "^3.0.0",
"rehype-pretty-code": "^0.12.6",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"shiki": "^0.11.1"
},
"devDependencies": {
"@mdx-js/loader": "^3.0.0",
"@types/mdx": "^2.0.11",
"@types/node": "20.11.16",
"@types/react": "^18.2.52",
"@types/react-dom": "^18.2.18",
"glob": "^10.3.10",
"native-ext-loader": "^2.3.0",
"typescript": "5.3.3"
}
}