-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 885 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 885 Bytes
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
{
"name": "org.nativescript.canvas-docs",
"version": "1.0.0",
"description": "Docs for NativeScript Canvas",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"deploy": "npm run build && wrangler pages deploy .vitepress/dist --project-name=canvas-nativescript-org --branch=main",
"deploy:preview": "npm run build && wrangler pages deploy .vitepress/dist --project-name=canvas-nativescript-org --branch=preview"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"vitepress": "^1.5.0",
"vue": "^3.5.13",
"wrangler": "^3.99.0"
},
"author": {
"name": "nStudio",
"email": "oss@nstudio.io"
},
"license": "MIT",
"dependencies": {
"shiki": "^3.21.0"
}
}