-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.43 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.43 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
{
"name": "@howbizarre/starter-template-vue-bootstrap-sass-typescript",
"version": "1.2.32",
"description": "This boilerplate is based on Vue 3 with Bootstrap 5. TypeScript support. New Bootstrap 5 feature for Dark and Light theme. Bootstrap Icons and Vue Router have also been added.",
"homepage": "https://bizarre.how/vue-bootstrap/",
"license": "CC-BY-4.0",
"repository": "github:@howbizarre/starter-template-vue-bootstrap-sass-typescript",
"author": "How Bizarre <how.bizarre@gmail.com>",
"keywords": [
"vue",
"bootstrap",
"typescript",
"boilerplate",
"template",
"javascript",
"vuejs",
"node",
"component",
"starter",
"vue3",
"bootstrap5",
"sass",
"theme",
"dark",
"dark theme",
"vue 3",
"bootstrap 5"
],
"scripts": {
"dev": "vite",
"build": "run-p build-only",
"preview": "vite preview",
"build-only": "vite build --base=/vue-bootstrap",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.3.1",
"bootstrap-icons": "^1.10.3",
"vue": "^3.4.25",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/node": "^25.0.3",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"npm-run-all": "^4.1.5",
"sass": "^1.75.0",
"typescript": "^5.4.5",
"vite": "^7.1.1",
"vue-tsc": "^3.0.5"
},
"type": "module"
}