Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

attic-datepicker

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

attic-datepicker - npm Package Compare versions

Comparing version 0.0.3 to 0.0.5

.vscode/extensions.json

79

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc