avances en plantillas
This commit is contained in:
parent
0f84beacf1
commit
da0530d79b
2062 changed files with 598814 additions and 22 deletions
37
storage/public/dist/libs/autosize/package.json
vendored
Normal file
37
storage/public/dist/libs/autosize/package.json
vendored
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"name": "autosize",
|
||||
"description": "Autosize is a small, stand-alone script to automatically adjust textarea height to fit text.",
|
||||
"version": "6.0.1",
|
||||
"keywords": [
|
||||
"textarea",
|
||||
"form",
|
||||
"ui"
|
||||
],
|
||||
"files": [
|
||||
"dist",
|
||||
"src"
|
||||
],
|
||||
"author": {
|
||||
"name": "Jack Moore",
|
||||
"url": "http://www.jacklmoore.com",
|
||||
"email": "hello@jacklmoore.com"
|
||||
},
|
||||
"source": "src/autosize.js",
|
||||
"module": "dist/autosize.esm.js",
|
||||
"unpkg": "dist/autosize.min.js",
|
||||
"main": "dist/autosize.js",
|
||||
"license": "MIT",
|
||||
"homepage": "http://www.jacklmoore.com/autosize",
|
||||
"demo": "http://www.jacklmoore.com/autosize",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/jackmoore/autosize.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"microbundle": "^0.13.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npx microbundle --no-sourcemap --no-pkg-main --no-compress -f umd -o dist/autosize.js && npx microbundle --no-sourcemap -f esm,umd",
|
||||
"dev": "npx microbundle --no-sourcemap --no-pkg-main --no-compress -f umd -o dist/autosize.js watch"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue