-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.72 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
{
"name": "bootstrap-vue-wrapper",
"version": "2.1.14",
"description": "Bootstrap 5 components in Vue3 wrapper.",
"module": "./dist/bootstrap-vue-wrapper.js",
"types": "./dist/index.d.ts",
"type": "module",
"sideEffects": [
"*.css"
],
"exports": {
".": {
"import": "./dist/bootstrap-vue-wrapper.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"dev": "vite",
"serve": "vite preview",
"eslint": "eslint '{**/*,*}.{js,ts,jsx,tsx,vue}' --cache",
"eslint:fix": "eslint '{**/*,*}.{js,ts,jsx,tsx,vue}' --fix"
},
"keywords": [
"bootstrap",
"vue",
"bootstrap5",
"vue3",
"bootstrap-vue",
"bootstrap wrapper",
"vuejs"
],
"author": "Gabor Zemko <[email protected]>",
"peerDependencies": {
"@popperjs/core": "^2.0.0",
"bootstrap": "^5.1.0",
"bootstrap-icons": "^1.0.0",
"sass": "^1.70.0",
"vue": "^3.0.0",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@types/bootstrap": "^5.2.10",
"@types/node": "^20.11.27",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"eslint": "^8.57.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.23.0",
"sass": "^1.71.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-dts": "^3.7.2",
"vue": "^3.4.21",
"vue-i18n": "^9.10.1",
"vue-router": "^4.3.0",
"vue-tsc": "^2.0.6"
}
}