-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.4 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
53
54
55
56
57
{
"name": "blog",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "iles dev --open",
"build": "iles build",
"preview": "iles preview --open --port 5050",
"now": "npm run build && npm run preview",
"test": "iles test",
"typecheck": "vue-tsc --noEmit"
},
"engines": {
"node": "^14.18 || >= 16.0.0"
},
"devDependencies": {
"@iconify-json/bx": "^1.1.10",
"@iconify-json/carbon": "^1.1.31",
"@islands/excerpt": "^0.9.0",
"@islands/headings": "^0.8.2",
"@islands/icons": "^0.8.0",
"@islands/images": "^0.8.2",
"@islands/prism": "^0.8.0",
"@islands/pwa": "^0.9.1",
"@types/cross-spawn": "^6.0.6",
"@vueuse/core": "^10.9.0",
"autoprefixer": "^10.4.19",
"iles": "^0.8.7",
"postcss": "^8.4.38",
"postcss-nesting": "^12.1.2",
"rehype-external-links": "^3.0.0",
"typescript": "^5.4",
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-windicss": "^1.9.3",
"vitest": "*",
"vue-tsc": "^2.0",
"windicss": "^3.5.6"
},
"dependencies": {
"@docsearch/css": "^3.6.0",
"@iconify-json/heroicons-outline": "^1.1.10",
"@mussi/docsearch": "^3.1.2-beta.0",
"cross-spawn": "^7.0.3",
"lodash": "^4.17.21"
},
"globals": {
"$ref": "readonly",
"$computed": "readonly",
"$$": "readonly",
"$": "readonly"
},
"overrides": {
"vue": "3.3",
"vite": "4.4"
}
}