-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "@sidebase/docs",
"version": "2.0.0",
"type": "module",
"description": " Homepage and documentation for all of the sidebase open source project.",
"homepage": "https://sidebase.io",
"repository": {
"type": "git",
"url": "https://github.com/sidebase/docs"
},
"engines": {
"pnpm": ">=9.4.0",
"node": ">=20"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"lint": "oxlint --deny-warnings -D correctness -D suspicious -D perf && eslint . --max-warnings=0",
"lint:fix": "eslint . --max-warnings=0 --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"oxlint": "^0.7.2",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"vitepress": "^1.3.0"
},
"dependencies": {
"@lehoczky/vue-termynal": "^1.3.0"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}