-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 1.91 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
{
"name": "@oruga-ui/theme-bootstrap",
"version": "0.9.1",
"description": "Bootstrap theme for Oruga",
"license": "MIT",
"type": "module",
"main": "dist/bootstrap.cjs",
"module": "dist/bootstrap.js",
"unpkg": "dist/bootstrap.cjs",
"types": "dist/types/theme.d.ts",
"sideEffects": [
"*.css",
"*.scss"
],
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/oruga-ui/theme-bootstrap.git"
},
"bugs": {
"url": "https://github.com/oruga-ui/theme-bootstrap/issues"
},
"scripts": {
"dev": "vite --force",
"serve": "vite preview",
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint . --fix --quiet",
"lint:style": "stylelint **/*.{css,scss} --fix --ignore-path .gitignore",
"update": "ncu -u"
},
"peerDependencies": {
"@oruga-ui/oruga-next": "^0.11.0"
},
"dependencies": {
"bootstrap": "^5.3.7"
},
"devDependencies": {
"@eslint/compat": "^1.3.0",
"@oruga-ui/examples": "0.11.0",
"@oruga-ui/oruga-next": "0.11.0",
"@tsconfig/node22": "^22.0.2",
"@types/node": "^24.0.1",
"@vitejs/plugin-vue": "5.2.4",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/eslint-config-typescript": "^14.5.0",
"@vue/tsconfig": "^0.7.0",
"core-js": "3.43.0",
"eslint": "^9.29.0",
"eslint-plugin-prettier": "^5.4.1",
"eslint-plugin-vue": "^10.2.0",
"npm-check-updates": "^18.0.1",
"prettier": "^3.5.3",
"sass": "1.89.2",
"stylelint": "^16.20.0",
"stylelint-config-recommended": "^16.0.0",
"stylelint-config-recommended-scss": "^15.0.1",
"stylelint-prettier": "^5.0.3",
"stylelint-scss": "^6.12.1",
"terser": "^5.42.0",
"typescript": "5.8.3",
"vite": "6.3.5",
"vite-plugin-banner": "^0.8.1",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-static-copy": "^3.0.2",
"vue": "3.5.16",
"vue-router": "4.5.1",
"vue-tsc": "2.2.10"
}
}