-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 964 Bytes
/
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
{
"name": "lightning-site",
"version": "1.0.0",
"description": "lightning nexus of information",
"type": "module",
"license": "Apache-2.0",
"scripts": {
"docs:dev": "vitepress dev site",
"docs:build": "node vpDocs.cjs && vitepress build site",
"docs:preview": "vitepress preview site"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"flexsearch": "^0.7.43",
"fs-extra": "^11.2.0",
"postcss": "^8.4.31",
"shelljs": "^0.8.5",
"simple-git": "^3.21.0",
"tailwindcss": "^3.3.3",
"vitepress": "^1.0.0-rc.20",
"vitepress-plugin-search": "^1.0.4-alpha.22",
"vue": "^3.3.4"
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@orama/plugin-vitepress": "^2.0.16",
"delaunay-fast": "^1.0.1",
"pagefind": "^1.1.0",
"shiki-es": "^0.14.0",
"vitepress-plugin-pagefind": "^0.2.14"
}
}