-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 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
{
"name": "expresslang-github-io",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"build:content": "tsx scripts/build-content.ts",
"dev": "npm run build:content && vite",
"dev:watch": "concurrently \"tsx watch scripts/build-content.ts\" \"vite\"",
"build": "npm run build:content && vite-ssg build && tsx scripts/generate-sitemap.ts",
"preview": "vite preview"
},
"dependencies": {
"@unhead/vue": "^1.11.14",
"vue": "^3.4.38",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@asciidoctor/core": "^3.0.4",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/postcss": "^4.2.4",
"@tailwindcss/typography": "^0.5.16",
"@vitejs/plugin-vue": "^5.2.1",
"concurrently": "^9.1.2",
"globby": "^14.1.0",
"gray-matter": "^4.0.3",
"katex": "^0.16.21",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.14",
"tsx": "^4.19.4",
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vite-ssg": "^0.23.7",
"vue-tsc": "^2.2.7"
}
}