2020-08-07 12:23:59 +02:00
|
|
|
{
|
|
|
|
"name": "wikilerni",
|
2020-11-04 11:25:55 +01:00
|
|
|
"version": "0.2.0",
|
2022-03-14 18:17:54 +01:00
|
|
|
"description": "Public site of WikiLerni web application",
|
2020-08-07 12:23:59 +02:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2022-02-14 15:51:10 +01:00
|
|
|
"build": "webpack --mode production",
|
2022-01-28 17:34:00 +01:00
|
|
|
"start": "webpack serve --no-live-reload"
|
2020-08-07 12:23:59 +02:00
|
|
|
},
|
2020-08-10 16:56:19 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-02-04 16:01:34 +01:00
|
|
|
"url": "https://forge.chapril.org/Fab_Blab/WikiLerni"
|
2020-08-10 16:56:19 +02:00
|
|
|
},
|
2020-08-07 12:23:59 +02:00
|
|
|
"keywords": [
|
|
|
|
"quiz",
|
|
|
|
"wikipédia",
|
|
|
|
"questionnaire",
|
|
|
|
"e-learning"
|
|
|
|
],
|
|
|
|
"author": "Fabrice PENHOËT",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"devDependencies": {
|
2021-11-01 12:04:35 +01:00
|
|
|
"@babel/core": "^7.15.5",
|
|
|
|
"@babel/preset-env": "^7.15.6",
|
2021-09-03 13:10:41 +02:00
|
|
|
"@webpack-cli/serve": "^1.5.2",
|
2020-12-08 11:14:47 +01:00
|
|
|
"babel-loader": "^8.2.2",
|
2020-08-07 12:23:59 +02:00
|
|
|
"babel-polyfill": "^6.26.0",
|
2021-11-01 12:04:35 +01:00
|
|
|
"webpack": "^5.56.1",
|
2021-09-03 13:10:41 +02:00
|
|
|
"webpack-cli": "^4.8.0",
|
2021-11-01 12:04:35 +01:00
|
|
|
"webpack-dev-server": "^4.3.0"
|
2020-08-07 12:23:59 +02:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"> 1%"
|
2021-03-01 13:02:07 +01:00
|
|
|
]
|
2020-08-07 12:23:59 +02:00
|
|
|
}
|