-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.34 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
{
"name": "vue3-bootstrap-paginate",
"files": [
"dist"
],
"main": "./dist/vue3-bootstrap-paginate.umd.js",
"module": "./dist/vue3-bootstrap-paginate.es.js",
"exports": {
".": {
"import": "./dist/vue3-bootstrap-paginate.es.js",
"require": "./dist/vue3-bootstrap-paginate.umd.js"
}
},
"types": "./dist/types/index.d.ts",
"version": "1.0.0",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/ndt-pro/vue3-bootstrap-paginate"
},
"license": "MIT",
"keywords": [
"vue3-bootstrap-paginate",
"vue",
"paginate",
"nuxt",
"pagination",
"vue-pagination",
"vue bootstrap paginate",
"nuxt.js 3",
"vue.js 3",
"vue pagination",
"vue pagination component",
"vue pagination module",
"vue paginate",
"vue pagination",
"vue.js paginate",
"vue.js pagination"
],
"homepage": "https://github.com/ndt-pro/vue3-bootstrap-paginate",
"scripts": {
"dev": "vite",
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.41"
},
"devDependencies": {
"@types/node": "^18.11.10",
"@vitejs/plugin-vue": "^3.2.0",
"rollup-plugin-typescript2": "^0.34.1",
"typescript": "^4.6.4",
"vite": "^3.2.3",
"vue-tsc": "^1.0.9"
}
}