attic-datepicker
Advanced tools
Comparing version 0.0.3 to 0.0.5
{ | ||
"name": "attic-datepicker", | ||
"version": "0.0.3", | ||
"description": "Beautiful single and range date picker that is built with Tailwind CSS and Vue 3 using day.js", | ||
"keywords": [ | ||
"attic-datepicker", | ||
"range-datepicker", | ||
"vue-datepicker", | ||
"vue-daterangepicker", | ||
"vue-daterange-picker", | ||
"tailwind-datepicker", | ||
"tailwind-daterange-picker" | ||
], | ||
"author": { | ||
"name": "shuch3n", | ||
"email": "shuch3n", | ||
"url": "https://github.com/shuch3n" | ||
}, | ||
"license": "MIT", | ||
"private": false, | ||
"homepage": "https://atticdatepicker.com", | ||
"devDependencies": { | ||
"dayjs": "^1.11.5", | ||
"tailwindcss": "^3.1.8", | ||
"vue": "^3.2.37" | ||
}, | ||
"peerDependencies": { | ||
"dayjs": "^1.11.5", | ||
"tailwindcss": "^3.1.8", | ||
"vue": "^3.2.37" | ||
} | ||
"name": "attic-datepicker", | ||
"private": false, | ||
"version": "0.0.5", | ||
"description": "Beautiful single and range date picker that is built with Tailwind CSS and Vue 3 using day.js", | ||
"keywords": [ | ||
"attic-datepicker", | ||
"range-datepicker", | ||
"vue-datepicker", | ||
"vue-daterangepicker", | ||
"vue-daterange-picker", | ||
"tailwind-datepicker", | ||
"tailwind-daterange-picker" | ||
], | ||
"author": { | ||
"name": "shuch3n", | ||
"email": "shuch3n", | ||
"url": "https://github.com/shuch3n" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://atticdatepicker.com", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ShuCh3n/attic-datepicker" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ShuCh3n/attic-datepicker/issues", | ||
"email": "info@ediasoft.com" | ||
}, | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "vue-tsc --noEmit && vite build", | ||
"preview": "vite preview" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^3.0.3", | ||
"autoprefixer": "^10.4.8", | ||
"dayjs": "^1.11.5", | ||
"postcss": "^8.4.16", | ||
"tailwindcss": "^3.1.8", | ||
"typescript": "^4.6.4", | ||
"vite": "^3.0.7", | ||
"vue": "^3.2.37", | ||
"vue-tsc": "^0.39.5" | ||
}, | ||
"peerDependencies": { | ||
"dayjs": "^1.11.5", | ||
"tailwindcss": "^3.1.8", | ||
"vue": "^3.2.37" | ||
} | ||
} |
@@ -1,37 +0,20 @@ | ||
const path = require('path'); | ||
/** @type {import('tailwindcss').Config} */ | ||
const colors = require('tailwindcss/colors'); | ||
const { fontFamily } = require('tailwindcss/defaultTheme'); | ||
module.exports = { | ||
mode: 'jit', | ||
purge: [ | ||
// './docs/public/index.html', | ||
// './docs/src/*.{vue,js,ts,jsx,tsx}', | ||
path.resolve(__dirname, './node_modules/attic-datepicker/**/*.js') | ||
], | ||
darkMode: 'class', // or 'media' or 'class' | ||
theme: { | ||
extend: { | ||
colors: { | ||
}, | ||
fontFamily: { | ||
sans: ['Inter', ...fontFamily.sans] | ||
}, | ||
transitionProperty: { | ||
width: 'width', | ||
height: 'height', | ||
}, | ||
opacity: { | ||
85: '0.85' | ||
} | ||
} | ||
content: [ | ||
"./index.html", | ||
"./src/**/*.{vue,js,ts,jsx,tsx}", | ||
], | ||
theme: { | ||
extend: { | ||
colors: { | ||
'attic-primary': '#FFB3B3', | ||
'attic-secondary': '#FFDBA4', | ||
'attic-thirdly': '#FFE9AE', | ||
'attic-fourth': '#C1EFFF' | ||
}, | ||
}, | ||
variants: { | ||
extend: { | ||
cursor: ['disabled'], | ||
textOpacity: ['disabled'], | ||
textColor: ['disabled'] | ||
} | ||
}, | ||
plugins: [] | ||
}; | ||
}, | ||
plugins: [], | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
22193
23
165
0
0
9