-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
52 lines (52 loc) · 1.41 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
47
48
49
50
51
52
{
"name": "teo-docs",
"version": "0.0.3",
"private": true,
"description": "Documentation for Teo",
"main": "index.js",
"author": "Victor Teo",
"license": "Apache-2.0",
"scripts": {
"predev": "tsx ./src/tasks/persistentCaches.ts",
"dev": "next dev",
"prebuild": "tsx ./src/tasks/persistentCaches.ts",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react": "^0.27.0",
"@linaria/babel-preset": "^5.0.4",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.4",
"@teodevgroup/teo-docs-search-engine": "0.0.11",
"next": "^15.0.4",
"next-with-linaria": "^0.7.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-feather": "^2.0.10",
"react-use-cookie": "^1.6.1",
"recma-nextjs-static-props": "^2.0.1",
"rehype-mdx-title": "^3.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"server-only": "^0.0.1",
"shiki": "^1.24.0"
},
"devDependencies": {
"@mdx-js/loader": "^3.1.0",
"@types/js-yaml": "^4.0.9",
"@types/mdx": "^2.0.13",
"@types/node": "22.10.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"node-loader": "^2.1.0",
"tsx": "^4.19.2",
"typescript": "5.7.2"
}
}