jgiven-html-app
Version:
The HTML App of JGiven and JsGiven
85 lines (84 loc) • 2.41 kB
JSON
{
"name": "jgiven-html-app",
"version": "1.1.3",
"description": "The HTML App of JGiven and JsGiven",
"homepage": "http://github.com/jgiven/jgiven-html-app",
"main": "src/entry.js",
"files": [
"src",
"dist",
"package.json",
"webpack.config.js"
],
"scripts": {
"start": "webpack-dev-server --progress --port 8085",
"debug": "webpack-dev-server -d --progress",
"test": "vitest run --watch=false",
"test-watch": "vitest run",
"build": "mkdir dist && webpack --progress --mode=development",
"integration-test": "yarn build && rm -rf integration && cp -r dist integration && cp -r data integration",
"analyze-bundle": "webpack --json | webpack-bundle-size-analyzer"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.25.4",
"@types/webpack": "^5.28.5",
"angular-mocks": "1.5.8",
"autoprefixer": "^10.4.20",
"babel-loader": "^8.0.0",
"babel-preset-es2015": "^6.16.0",
"css-loader": "^6.0.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^5.6.2",
"jsdom": "^24.0.0",
"mini-css-extract-plugin": "^2.9.1",
"raw-loader": "^0.5.1",
"sass": "^1.79.3",
"sass-loader": "^12.0.0",
"style-loader": "3.0.0",
"url-loader": "^0.5.7",
"webpack": "^5.0.0",
"webpack-bundle-size-analyzer": "^2.2.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.0.0"
},
"keywords": [
"jgiven",
"BDD",
"Java",
"jsgiven",
"tdd",
"testing",
"test",
"cucumber",
"behavior-driven development",
"ATDD",
"acceptance testing"
],
"author": "Jan Schäfer <janschaefer@gmx.de>",
"license": "Apache-2.0",
"readmeFilename": "README.md",
"repository": {
"url": "https://github.com/jgiven/jgiven-html-app",
"type": "git"
},
"bugs": {
"url": "https://github.com/jgiven/jgiven-html-app/issues"
},
"dependencies": {
"angular": "1.8.0",
"angular-bindonce": "0.3.1",
"angular-chart.js": "1.0.3",
"angular-foundation": "0.8.0",
"angular-local-storage": "0.5.0",
"angular-sanitize": "1.7.9",
"chart.js": "2.9.4",
"font-awesome": "4.6.3",
"foundation-sites": "5.5.3",
"jquery": "3.5.0",
"lodash": "4.17.21",
"modernizr": "^3.8.0",
"pako": "^2.1.0",
"vitest": "^2.1.3"
}
}