57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
||
"name": "examples-for-kids",
|
||
"version": "1.0.0",
|
||
"description": "",
|
||
"main": "index.js",
|
||
"scripts": {
|
||
"start": "webpack serve --mode=development",
|
||
"dev": "webpack serve --mode=development --open=false",
|
||
"build": "webpack --mode=production",
|
||
"lint": "eslint -c .eslintrc.json src --fix",
|
||
"test": "jest --coverage --verbose",
|
||
"test:ci": "jest --coverage --verbose --ci --reporters=default --reporters=jest-junit"
|
||
},
|
||
"jest-junit": {
|
||
"outputDirectory": "reports",
|
||
"outputName": "junit.xml",
|
||
"ancestorSeparator": " › ",
|
||
"uniqueOutputName": "false",
|
||
"suiteNameTemplate": "{filepath}",
|
||
"classNameTemplate": "{classname}",
|
||
"titleTemplate": "{title}"
|
||
},
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "git+https://github.com/vigdorov/examples-for-kids.git"
|
||
},
|
||
"keywords": [],
|
||
"author": "",
|
||
"license": "ISC",
|
||
"bugs": {
|
||
"url": "https://github.com/vigdorov/examples-for-kids/issues"
|
||
},
|
||
"homepage": "https://github.com/vigdorov/examples-for-kids#readme",
|
||
"devDependencies": {
|
||
"@babel/preset-env": "^7.26.9",
|
||
"babel-jest": "^29.7.0",
|
||
"clean-webpack-plugin": "^3.0.0",
|
||
"css-loader": "^5.0.1",
|
||
"eslint": "^7.19.0",
|
||
"eslint-plugin-import": "^2.22.1",
|
||
"favicons": "^6.2.0",
|
||
"favicons-webpack-plugin": "^5.0.1",
|
||
"file-loader": "^6.2.0",
|
||
"html-webpack-plugin": "^5.0.0",
|
||
"jest": "^29.7.0",
|
||
"jest-junit": "^16.0.0",
|
||
"mini-css-extract-plugin": "^1.3.5",
|
||
"webpack": "^5.21.1",
|
||
"webpack-cli": "^4.5.0",
|
||
"webpack-dev-server": "^3.11.2"
|
||
},
|
||
"dependencies": {
|
||
"@popperjs/core": "^2.6.0",
|
||
"bootstrap": "^5.0.0-beta1"
|
||
}
|
||
}
|