jsf.js_next_gen
Version:
A next generation typescript reimplementation of jsf.js
54 lines (53 loc) • 1.86 kB
JSON
{
"name": "jsf.js_next_gen",
"version": "4.0.4-beta.7",
"description": "A next generation typescript reimplementation of jsf.js",
"main": "dist/window/faces.js",
"scripts": {
"doc": "npx typedoc --tsconfig src/main/typescript/tsconfig-typedoc.json",
"test": "cross-env TS_NODE_PROJECT=./src/main/typescript/tsconfig.json mocha",
"coverage": "cross-env TS_NODE_PROJECT=./src/main/typescript/tsconfig.json nyc --reporter=html --reporter=text mocha",
"build-production": "webpack --mode production --env FILE_NAME=jsf && ts-node ./remap.ts --production",
"build-development": "webpack --mode development --env FILE_NAME=jsf-development && ts-node ./remap.ts --development",
"build": "npm run doc && npm run build-development && npm run build-production",
"serve": "npx http-server -p 8900 -b -g -o ./dist/"
},
"keywords": [
"myfaces",
"jsf",
"typescript"
],
"author": "Werner Punz werpu@apache.org",
"license": "Apache-2.0",
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@types/chai": "^4.3.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.4.2",
"@types/sinon": "^10.0.15",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.5.3",
"http-server": "^14.1.1",
"jsdom": "^21.1.1",
"jsdom-global": "^3.0.2",
"mocha": "^10.2.0",
"npm-check-updates": "^16.10.15",
"nyc": "^15.1.0",
"replace-in-file": "^7.0.1",
"rxjs": "^7.8.1",
"sinon": "^15.2.0",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"ts-node": "^10.9.1",
"typedoc": "^0.24.8",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"mona-dish": "0.28.12"
}
}