-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
161 lines (161 loc) · 5.87 KB
/
package.json
File metadata and controls
161 lines (161 loc) · 5.87 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "@avion-block/usebootstrap",
"publishConfig": {
"access": "public"
},
"version": "4.0.3",
"description": "Bootstrap Nuxt module",
"license": "MIT",
"author": "Avion",
"homepage": "https://usebootstrap.org",
"repository": {
"url": "https://github.com/AvionBlock/use-bootstrap.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/AvionBlock/use-bootstrap/issues"
},
"keywords": [
"vue",
"bootstrap",
"avion",
"nuxt"
],
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.mts",
"import": "./dist/module.mjs"
},
"./scss/usebootstrap": "./src/scss/usebootstrap.scss",
"./scss/usebootstrap.scss": "./src/scss/usebootstrap.scss"
},
"types": "./dist/types.d.mts",
"files": [
"dist",
"src/scss/**/*.scss"
],
"scripts": {
"setup": "git config --local core.ignorecase false",
"prepack": "pnpm run setup && nuxt-module-build build",
"dev": "pnpm run docs:prepare && nuxi dev docs",
"docs:debug": "pnpm run docs:prepare && nuxi dev docs --inspect",
"docs:build": "pnpm run setup && cross-env NODE_OPTIONS=--max-old-space-size=18000 nuxi build docs",
"docs:prepare": "pnpm run setup && nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare docs",
"docs:generate": "pnpm run setup && nuxt-module-build build --stub && cross-env NODE_OPTIONS=--max-old-space-size=18000 nuxi generate docs",
"api": "pnpm run api:prepare && nuxi dev api --open --inspect",
"api:build": "cross-env NITRO_PRESET=cloudflare nuxi build api",
"api:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare api",
"static:debug": "pnpm run static:prepare && nuxi dev static --open --inspect",
"static:build": "cross-env NITRO_PRESET=cloudflare nuxi build static",
"static:generate": "cross-env NITRO_PRESET=cloudflare nuxi generate static",
"static:prepare": "pnpm run setup && nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare static",
"sites:prepare": "pnpm run setup && nuxt-module-build build --stub",
"carica": "pnpm run sites:prepare && nuxi dev sites/carica --inspect",
"evergel": "pnpm run sites:prepare && nuxi dev sites/evergel --inspect",
"ledleith": "pnpm run sites:prepare && nuxi dev sites/ledleith --inspect",
"lippli": "pnpm run sites:prepare && nuxi dev sites/lippli --inspect",
"simplise": "pnpm run sites:prepare && nuxi dev sites/simplise --inspect",
"dsr": "pnpm run sites:prepare && nuxi dev sites/dsr --inspect",
"playground": "pnpm run sites:prepare && nuxi dev sites/playground --inspect",
"fixture:basic": "nuxi dev test/fixtures/basic --inspect",
"release": "pnpm run prepack && changelogen --release && pnpm publish && git push --follow-tags",
"lint": "eslint .",
"lint:fix": "eslint --fix ./docs",
"test": "vitest run",
"test:libs": "vitest run --testNamePattern=libs",
"test:dev": "vitest run --testNamePattern=dev",
"test:logic": "vitest run --testNamePattern=logic",
"test:watch": "vitest watch",
"test:watch:libs": "vitest watch --testNamePattern=libs",
"deploy:cf": "pnpm run docs:generate && npx wrangler pages deploy docs/.output/public --project-name usebootstrap",
"deploy:api:cf": "pnpm run api:build && npx wrangler deploy --config api/wrangler.toml",
"update": "npx nuxi upgrade -f && ncu --interactive --reject sass && npx nuxi dev --open && npm audit fix"
},
"dependencies": {
"@cfworker/json-schema": "^4.1.1",
"@floating-ui/vue": "^1.1.10",
"@iconify-json/bi": "^1.2.7",
"@nuxt/fonts": "^0.14.0",
"@nuxt/icon": "^2.2.1",
"@nuxt/image": "^2.0.0",
"@nuxtjs/leaflet": "^1.3.2",
"@nuxtjs/mdc": "^0.20.1",
"@nuxtjs/robots": "^5.7.0",
"@nuxtjs/sitemap": "^7.6.0",
"@tiptap/extension-bubble-menu": "^3.20.0",
"@tiptap/pm": "^3.20.0",
"@tiptap/starter-kit": "^3.20.0",
"@tiptap/vue-3": "^3.20.0",
"@unocss/nuxt": "^66.6.0",
"@unocss/preset-mini": "^66.6.0",
"@unocss/preset-wind3": "^66.6.0",
"@vite-pwa/nuxt": "^1.1.1",
"@vueuse/components": "^14.2.1",
"@vueuse/core": "^14.2.1",
"@vueuse/nuxt": "^14.2.1",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-en": "^3.0.2",
"@zxcvbn-ts/matcher-pwned": "^3.0.4",
"animate.css": "^4.1.1",
"bootstrap": "~5.3.8",
"cheerio": "^1.2.0",
"d3": "^7.9.0",
"defu": "^6.1.4",
"echarts": "^6.0.0",
"es-toolkit": "^1.44.0",
"flexsearch": "^0.8.212",
"fslightbox-vue": "^3.0.3",
"fuse.js": "^7.1.0",
"gsap": "^3.14.2",
"jsonpatch": "^3.1.0",
"nuxt-aos": "^1.2.6",
"nuxt-og-image": "^5.1.13",
"nuxt-schema-org": "^5.0.10",
"nuxt-site-config": "^3.2.20",
"nuxt-site-config-kit": "^3.2.20",
"sass": "1.77.6",
"satori": "^0.19.2",
"shiki": "^3.22.0",
"sortablejs": "^1.15.7",
"swiper": "^12.1.2",
"terser": "^5.39.0",
"typed.js": "^3.0.0",
"unocss": "^66.6.0",
"v-calendar": "^3.1.2",
"vidstack": "^1.12.13",
"vue-echarts": "^8.0.1",
"vue-virtual-scroller": "^2.0.0-beta.8"
},
"devDependencies": {
"@faker-js/faker": "^10.3.0",
"@nuxt/eslint-config": "^1.15.1",
"@nuxt/kit": "^4.3.1",
"@nuxt/module-builder": "^1.0.2",
"@nuxt/schema": "^4.3.1",
"@nuxt/scripts": "^0.13.2",
"@nuxt/test-utils": "^4.0.0",
"@rollup/plugin-typescript": "^12.3.0",
"@types/d3": "^7.4.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^25.3.0",
"@types/sortablejs": "^1.15.9",
"changelogen": "^0.6.2",
"cross-env": "^10.1.0",
"eslint": "^10.0.2",
"npm-check-updates": "^19.4.1",
"nuxi": "^3.33.1",
"nuxt": "^4.3.1",
"typescript": "^5.9.3",
"vitest": "^4.0.18",
"vue-tsc": "^3.2.5",
"wrangler": "^4.68.0"
},
"volta": {
"node": "22.14.0"
},
"resolutions": {
"sass": "1.77.6"
}
}