-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
53 lines (53 loc) · 1.37 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
{
"name": "@ocrv/vue-tailwind-pagination",
"version": "0.0.2",
"description": "Vue Tailwind Pagination",
"files": [
"dist"
],
"main": "./dist/vue-tailwind-pagination.umd.js",
"module": "./dist/vue-tailwind-pagination.es.js",
"exports": {
".": {
"import": "./dist/vue-tailwind-pagination.es.js",
"require": "./dist/vue-tailwind-pagination.umd.js"
},
"./styles": "./dist/style.css"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"style": "tailwindcss build src/assets/styles/index.css -o src/assets/styles/tailwind.css"
},
"dependencies": {
"vue": "^3.0.5"
},
"devDependencies": {
"@types/node": "^14.14.21",
"@vitejs/plugin-vue": "^1.0.4",
"@vue/compiler-sfc": "^3.0.5",
"@vuedx/typescript-plugin-vue": "^0.4.1",
"autoprefixer": "^10.2.1",
"postcss": "^8.2.4",
"tailwindcss": "^2.0.3",
"typescript": "^4.1.3",
"vite": "^2.0.0-beta.12"
},
"keywords": [
"Pagination",
"Paging",
"Vue",
"Tailwind",
"CSS"
],
"repository": {
"type": "git",
"url": "https://github.com/OCRVblockchain/vue-tailwind-pagination"
},
"author": "Denis Kozlov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/OCRVblockchain/vue-tailwind-pagination/issues"
},
"homepage": "https://github.com/OCRVblockchain/vue-tailwind-pagination#readme"
}