@bootcamp-project/rollupjs-config
Version:
Ready-to-use Rollup Configuration with TypeScript, Svelte, Tailwind CSS support by default, for AMD, UMD, CJS, ESM
60 lines (59 loc) • 1.97 kB
JSON
{
"name": "@bootcamp-project/rollupjs-config",
"version": "0.12.2",
"license": "MIT",
"private": false,
"description": "Ready-to-use Rollup Configuration with TypeScript, Svelte, Tailwind CSS support by default, for AMD, UMD, CJS, ESM",
"keywords": [
"Rollup",
"JavaScript",
"TypeScript",
"Svelte",
"Tailwind CSS",
"Ready-to-use",
"Configuration",
"TBCP"
],
"homepage": "https://configurations.bootcamp-project.com/#/bundling/rollup",
"repository": "https://gitlab.com/the-bootcamp-project/configurations/rollup.git",
"bugs": {
"url": "https://gitlab.com/the-bootcamp-project/configurations/rollup/-/issues",
"email": "contributors@bootcamp-project.com"
},
"author": "Bootcamp contributors <contributors@bootcamp-project.com>",
"maintainers": [
"Bootcamp contributors <contributors@bootcamp-project.com>",
"John Ollhorn <john@ollhorn.de> (https://ollhorn.de)"
],
"contributors": [
"John Ollhorn <john@ollhorn.de> (https://ollhorn.de)"
],
"files": [
"*.config.js",
"*.d.ts"
],
"scripts": {
"clean": "rm -rf node_modules yarn.lock yarn-error.log",
"preinstall": "yarn run clean"
},
"dependencies": {
"rollup": "latest",
"@babel/core": "latest",
"@rollup/plugin-commonjs": "latest",
"@rollup/plugin-node-resolve": "latest",
"rollup-plugin-css-only": "latest",
"rollup-plugin-delete": "latest",
"rollup-plugin-livereload": "latest",
"rollup-plugin-terser": "latest",
"eslint": "latest",
"@rollup/plugin-typescript": "latest",
"typescript": "latest",
"tslib": "latest",
"svelte": "latest",
"rollup-plugin-svelte": "latest",
"autoprefixer": "latest",
"postcss": "latest",
"jest": "latest"
},
"devDependencies": {}
}