-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
85 lines (85 loc) · 3.13 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"type": "module",
"private": true,
"version": "0.7.65",
"packageManager": "[email protected]",
"scripts": {
"build": "pnpm -r build && tsx ./build/generate-presets.ts",
"release": "bumpp package.json packages/*/package.json --all --execute 'pnpm -r build' --commit \"release: v\" && pnpm -r publish --no-git-checks",
"clean": "rimraf node_modules packages/vanilla-components/node_modules packages/vanilla-components/dist documentation/node_modules documentation/.vitepress/dist documentation/node_modules documentation/.vitepress/cache",
"docs:dev": "vitepress dev documentation",
"docs:build": "vitepress build documentation",
"docs:index:fresh": "rm -f documentation/.vitepress/lunr/lunr.cjs && cp documentation/.vitepress/lunr/lunr.stub.cjs documentation/.vitepress/lunr/lunr.cjs",
"docs:index:build": "rm -f documentation/.vitepress/lunr/lunr.cjs && cp documentation/.vitepress/lunr/lunr.stub.cjs documentation/.vitepress/lunr/lunr.cjs && vitepress build documentation && node ./build/lunr.cjs && vitepress build documentation"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@antfu/eslint-config-vue": "^0.27.0",
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@docsearch/react": "^3.3.3",
"@flavorly/vanilla-components": "^0.7.44",
"@headlessui/vue": "^1.7.13",
"@iconify-json/arcticons": "^1.1.48",
"@iconify-json/heroicons": "^1.1.10",
"@iconify-json/ph": "^1.1.5",
"@iconify-json/svg-spinners": "^1.1.1",
"@iconify-json/tabler": "^1.1.72",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/nesting": "0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.9",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@whyframe/core": "^0.1.10",
"@whyframe/vue": "^0.1.6",
"autoprefixer": "^10.4.14",
"bumpp": "^8.2.1",
"change-case": "^4.1.2",
"cheerio": "1.0.0-rc.12",
"collect.js": "^4.36.1",
"eslint": "^8.38.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-unicorn": "^44.0.2",
"eslint-plugin-vue": "^9.10.0",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"lunr": "^2.3.9",
"miragejs": "^0.1.47",
"paginatedjs": "^1.1.1",
"postcss-import": "^15.1.0",
"postcss-prefix-selector": "^1.16.0",
"rimraf": "^3.0.2",
"rollup-plugin-copy": "^3.4.0",
"tailwindcss": "^3.3.1",
"tsx": "^3.12.6",
"type-fest": "^3.8.0",
"typescript": "^4.9.5",
"unbuild": "1.1.1",
"unplugin-icons": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"v-calendar": "^3.0.3",
"vite": "^4.2.1",
"vite-plugin-dts": "^2.2.0",
"vitepress": "1.0.0-alpha.46",
"vitest": "^0.28.5",
"vue": "^3.2.47",
"vue-docgen-cli": "^4.66.0",
"vue-docgen-web-types": "^0.1.8",
"vue-json-pretty": "^2.2.4"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"react",
"react-dom",
"@types/react"
]
}
}
}