avances en plantillas
This commit is contained in:
parent
0f84beacf1
commit
da0530d79b
2062 changed files with 598814 additions and 22 deletions
74
storage/public/dist/libs/litepicker/package.json
vendored
Normal file
74
storage/public/dist/libs/litepicker/package.json
vendored
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
{
|
||||
"name": "litepicker",
|
||||
"version": "2.0.12",
|
||||
"description": "Date range picker - lightweight, no dependencies",
|
||||
"main": "./dist/litepicker.umd.js",
|
||||
"types": "./dist/types/index.d.ts",
|
||||
"scripts": {
|
||||
"prod": "webpack --config config/webpack.prod.js",
|
||||
"dev": "webpack --config config/webpack.dev.js",
|
||||
"nocss": "webpack --config config/webpack.nocss.js",
|
||||
"plugins": "webpack --config config/webpack.plugins.js && webpack --config config/webpack.plugins.nocss.js",
|
||||
"watch": "webpack -w --config config/webpack.dev.js",
|
||||
"test": "jest"
|
||||
},
|
||||
"keywords": [
|
||||
"datepicker",
|
||||
"date",
|
||||
"daterange",
|
||||
"date",
|
||||
"picker",
|
||||
"range",
|
||||
"lightweight",
|
||||
"no-dependencies"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wakirin/litepicker.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "Rinat G.",
|
||||
"email": "litepicker@lvl.ninja",
|
||||
"url": "https://lvl.ninja"
|
||||
},
|
||||
"homepage": "https://litepicker.com",
|
||||
"bugs": {
|
||||
"url": "https://github.com/wakirin/litepicker/issues"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.12.10",
|
||||
"@babel/preset-env": "^7.12.11",
|
||||
"@types/jest": "^24.0.23",
|
||||
"@types/node": "^12.12.7",
|
||||
"autoprefixer": "^9.7.2",
|
||||
"babel-loader": "^8.2.2",
|
||||
"css-loader": "^3.6.0",
|
||||
"dts-css-modules-loader": "^1.0.1",
|
||||
"eslint": "^7.3.1",
|
||||
"eslint-plugin-compat": "^3.7.0",
|
||||
"identity-obj-proxy": "^3.0.0",
|
||||
"jest": "^24.9.0",
|
||||
"mini-css-extract-plugin": "^0.8.2",
|
||||
"parallel-webpack": "^2.6.0",
|
||||
"postcss-loader": "^3.0.0",
|
||||
"proxy-polyfill": "^0.3.0",
|
||||
"sass": "^1.42.1",
|
||||
"sass-loader": "^8.0.0",
|
||||
"style-loader": "^1.0.0",
|
||||
"ts-jest": "^24.2.0",
|
||||
"ts-loader": "^6.2.1",
|
||||
"tslint": "^5.20.1",
|
||||
"tslint-config-airbnb": "^5.11.2",
|
||||
"typescript": "^3.7.2",
|
||||
"webpack": "^4.41.2",
|
||||
"webpack-cli": "^3.3.10",
|
||||
"webpack-merge": "^4.2.2"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults",
|
||||
"last 2 versions",
|
||||
"not ie < 11",
|
||||
"> 1%"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue