-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
140 lines (140 loc) · 4.72 KB
/
package.json
File metadata and controls
140 lines (140 loc) · 4.72 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
{
"name": "usebootstrap",
"version": "3.5.69",
"description": "Bootstrap Nuxt module",
"license": "MIT",
"author": "Simplise",
"homepage": "https://usebootstrap.org",
"repository": {
"url": "https://github.com/simplise/use-bootstrap.git",
"type": "git"
},
"keywords": [
"vue",
"bootstrap",
"simplise",
"nuxt"
],
"type": "module",
"exports": {
".": {
"types": "./dist/types.d.ts",
"import": "./dist/module.mjs",
"require": "./dist/module.cjs"
},
"./scss/usebootstrap": "./src/scss/usebootstrap.scss"
},
"main": "./dist/module.cjs",
"types": "./dist/types.d.ts",
"files": [
"dist",
"src/scss/**/*.scss"
],
"scripts": {
"prepack": "npm run setup && nuxt-module-build build",
"dev": "npm run dev:prepare && nuxi dev docs",
"dev:debug": "npm run dev:prepare && nuxi dev docs --inspect",
"dev:build": "npm run setup && cross-env NODE_OPTIONS=--max-old-space-size=7000 nuxi build docs",
"dev:prepare": "npm run setup && nuxt-module-build --stub && nuxi prepare docs",
"dev:generate": "npm run setup && nuxt-module-build build --stub && cross-env NODE_OPTIONS=--max-old-space-size=7000 nuxi generate docs",
"dev:api": "npm run dev:api:prepare && nuxi dev api --open --inspect",
"dev:api:build": "cross-env NITRO_PRESET=cloudflare nuxi build api",
"dev:api:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare api",
"dev:static": "npm run dev:static:prepare && nuxi dev static --open --inspect",
"dev:static:build": "cross-env NITRO_PRESET=cloudflare nuxi build static",
"dev:static:generate": "cross-env NITRO_PRESET=cloudflare nuxi build generate",
"dev:static:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare static",
"dev:simplise": "npm run dev:prepare && nuxi dev sites/playground --inspect",
"release": "npm run prepack && changelogen --release && npm 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:watch": "vitest watch",
"test:watch:libs": "vitest watch --testNamePattern=libs",
"setup": "npm install",
"deploy:cf": "npm run dev:generate && npx wrangler pages deploy docs/.output/public --project-name usebootstrap",
"deploy:api:cf": "npm run dev:api:build && npx wrangler deploy",
"update": "npx nuxi upgrade -f && ncu --interactive && npx nuxi dev --open"
},
"dependencies": {
"@cfworker/json-schema": "^2.0.1",
"@floating-ui/vue": "^1.1.5",
"@iconify-json/bi": "^1.2.0",
"@nuxt/fonts": "^0.8.0",
"@nuxt/icon": "^1.5.1",
"@nuxt/image": "^1.8.0",
"@nuxt/kit": "^3.13.1",
"@nuxtjs/leaflet": "^1.2.2",
"@nuxtjs/mdc": "^0.9.0",
"@nuxtjs/robots": "^4.1.7",
"@nuxtjs/sitemap": "^6.0.1",
"@tiptap/extension-bubble-menu": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"@tiptap/vue-3": "^2.6.6",
"@unocss/nuxt": "^0.62.3",
"@vite-pwa/nuxt": "^0.10.5",
"@vueuse/components": "^11.0.3",
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"@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.3",
"cheerio": "^1.0.0",
"d3": "^7.9.0",
"defu": "^6.1.4",
"echarts": "^5.5.1",
"flexsearch": "^0.7.43",
"fslightbox-vue": "^2.1.3",
"fuse.js": "^7.0.0",
"gsap": "^3.12.5",
"jsonpatch": "^3.1.0",
"lodash-es": "^4.17.21",
"nuxt-aos": "^1.2.5",
"sass": "1.77.6",
"sortablejs": "^1.15.3",
"swiper": "^11.1.14",
"terser": "^5.32.0",
"typed.js": "^2.1.0",
"unocss": "^0.62.4",
"unocss-preset-extra": "^0.5.3",
"v-calendar": "^3.1.2",
"vidstack": "^1.12.9",
"vue-echarts": "^7.0.3"
},
"devDependencies": {
"@faker-js/faker": "^9.0.1",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.1",
"@nuxt/scripts": "^0.9.0",
"@nuxt/test-utils": "^3.14.2",
"@rollup/plugin-typescript": "^11.1.6",
"@types/d3": "^7.4.3",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.5.5",
"@types/sortablejs": "^1.15.8",
"changelogen": "^0.5.5",
"cross-env": "^7.0.3",
"eslint": "^9.10.0",
"npm-check-updates": "^17.1.1",
"nuxi": "^3.13.1",
"nuxt": "3.13.1",
"shiki": "^1.22.0",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vue-tsc": "^2.1.6",
"wrangler": "^3.78.2"
},
"volta": {
"node": "20.13.1"
},
"resolutions": {
"sass": "1.77.6"
}
}