Files
examples-for-kids/package.json
Николай Вигдоров ebcef037fa jest
2025-03-08 15:08:56 +03:00

46 lines
1.4 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"
},
"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",
"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"
}
}