blob: 8d9d10ce6bb3ab5cb65d6fdd05ceed0cdf9fe932 [file] [log] [blame]
{
"name": "tobago-theme-standard",
"version": "5.0.0-SNAPSHOT",
"xxx_version": "${project.version}",
"description": "The 'standard' 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 --sequential rollup",
"ts-lint": "tslint --project tsconfig.json --config tslint.json",
"ts-compile": "tsc",
"rollup": "rollup --config",
"test": "jest",
"dev-css": "npm-run-all dev-build-tobago-core css dev-mkdir dev-cp",
"dev-ts": "npm-run-all ts dev-mkdir dev-cp",
"dev-build-tobago-core": "npm run build --prefix ../../../tobago-core/npm",
"dev-mkdir": "mkdir -p ../../../tobago-example/tobago-example-demo/target/tobago-theme-standard/META-INF/resources/tobago/standard/$npm_package_version",
"dev-cp": "cp -R dist/. ../../../tobago-example/tobago-example-demo/target/tobago-theme-standard/META-INF/resources/tobago/standard/$npm_package_version"
},
"dependencies": {
"@trevoreyre/autocomplete": "^2.2.0",
"@trevoreyre/autocomplete-js": "^2.2.0",
"vanillajs-datepicker": "^1.0.3"
},
"devDependencies": {
"tobago-core": "file:../../../tobago-core/npm",
"@types/jest": "^26.0.15",
"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",
"jest": "^26.6.3",
"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",
"rollup-plugin-node-resolve": "^5.2.0",
"ts-jest": "^26.4.4",
"tslint": "^6.1.3",
"typescript": "^4.0.5",
"uglify-js": "^3.11.5"
}
}