39 lines
1.1 KiB
JSON
39 lines
1.1 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"
|
|
},
|
|
"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": {
|
|
"clean-webpack-plugin": "^3.0.0",
|
|
"css-loader": "^5.0.1",
|
|
"favicons": "^6.2.0",
|
|
"favicons-webpack-plugin": "^5.0.1",
|
|
"file-loader": "^6.2.0",
|
|
"html-webpack-plugin": "^5.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"
|
|
}
|
|
}
|