blob: 710de7b3dfe504f06e9c539983ec844365a3a2c9 [file] [log] [blame]
{
"name": "tobago-theme-charlotteville",
"version": "5.0.0-SNAPSHOT",
"xxx_version": "${project.version}",
"description": "The 'charlotteville' theme of the Tobago framework",
"repository": {
"type": "git",
"url": "git+https://github.com/apache/myfaces-tobago.git"
},
"keywords": [
"jsf",
"apache",
"java",
"myfaces",
"css",
"sass",
"typescript",
"responsive",
"front-end",
"framework",
"html",
"web",
"bootstrap",
"theme"
],
"author": "The MyFaces Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://issues.apache.org/jira/projects/TOBAGO/"
},
"homepage": "https://myfaces.apache.org/tobago/",
"scripts": {
"build": "npm-run-all --parallel css test ts",
"css": "npm-run-all css-compile css-prefix css-minify",
"css-lint": "echo 'Not implemented yet!'",
"css-compile": "node-sass --output-style expanded --source-map true --source-map-contents true --precision 6 scss/tobago-theme.scss dist/css/tobago.css",
"css-prefix": "postcss --config postcss.config.js --replace dist/css/tobago.css",
"css-minify": "cleancss -O1 specialComments:0 --format breakWith=lf --source-map --source-map-inline-sources --output dist/css/tobago.min.css dist/css/tobago.css",
"ts": "npm-run-all --parallel ts-lint ts-compile",
"ts-lint": "echo 'Skipping'",
"ts-compile": "echo 'Skipping'",
"js-transpile": "echo 'Skipping'",
"js-minify": "echo 'Skipping'",
"test": "echo 'Skipping'"
},
"dependencies": {
"@trevoreyre/autocomplete": "^2.2.0",
"@trevoreyre/autocomplete-js": "^2.2.0",
"vanillajs-datepicker": "^1.0.3"
},
"devDependencies": {
"tobago-core": "file:../../../tobago-core/npm",
"ajv": "^6.12.6",
"ajv-keywords": "^3.5.2",
"autoprefixer": "^9.8.6",
"bootstrap": "5.0.0-alpha3",
"clean-css-cli": "^4.3.0",
"eslint": "^7.13.0",
"eslint-plugin-compat": "^3.8.0",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.5",
"popper.js": "^1.16.1",
"postcss-cli": "^7.1.2",
"rollup": "^2.33.1",
"tslint": "^6.1.3",
"typescript": "^4.0.5"
}
}