36 lines
870 B
JSON
36 lines
870 B
JSON
{
|
|
"name": "wikilerni",
|
|
"version": "0.2.0",
|
|
"description": "Admin pages of WikiLerni web application",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --mode production",
|
|
"start": "webpack serve --no-live-reload"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://forge.chapril.org/Fab_Blab/WikiLerni"
|
|
},
|
|
"keywords": [
|
|
"quiz",
|
|
"wikipédia",
|
|
"questionnaire",
|
|
"e-learning"
|
|
],
|
|
"author": "Fabrice PENHOËT",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.5",
|
|
"@babel/preset-env": "^7.15.6",
|
|
"@webpack-cli/serve": "^1.5.2",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-polyfill": "^6.26.0",
|
|
"webpack": "^5.56.1",
|
|
"webpack-cli": "^4.8.0",
|
|
"webpack-dev-server": "^4.3.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%"
|
|
]
|
|
} |