Affichage de données pouvant provenir de différentes sources (fichier, API...) avec différents formats (CSV, JSON, HTML...) et possibilité de trier, filtrer ou encore paginer les données.
https://freedatas2html.le-fab-lab.com
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.2 KiB
51 lines
1.2 KiB
{ |
|
"name": "freedatas2html", |
|
"version": "1.5.0", |
|
"description": "Conversion and display of data in different formats (CSV, JSON, HTML) with the possibility of filtering, classifying and paginating the results.", |
|
"main": "index.js", |
|
"scripts": { |
|
"test": "clear && karma start", |
|
"build": "webpack --mode production", |
|
"start": "webpack serve" |
|
}, |
|
"repository": { |
|
"type": "git", |
|
"url": "https://forge.chapril.org/Fab_Blab/freeDatas2HTML" |
|
}, |
|
"keywords": [ |
|
"CSV", |
|
"datas", |
|
"grid", |
|
"HTML", |
|
"JSON", |
|
"list", |
|
"parser", |
|
"TABLE", |
|
"view" |
|
], |
|
"author": { |
|
"name": "Fabrice PENHOËT", |
|
"email": "fabrice@le-fab-lab.com", |
|
"url": "https://www.le-fab-lab.com" |
|
}, |
|
"license": "GPL-3.0-or-later", |
|
"devDependencies": { |
|
"@types/jasmine": "^3.10.3", |
|
"jasmine": "^3.99.0", |
|
"karma": "^6.3.11", |
|
"karma-chrome-launcher": "^3.1.0", |
|
"karma-firefox-launcher": "^2.1.2", |
|
"karma-jasmine": "^4.0.1", |
|
"karma-typescript": "^5.5.3", |
|
"puppeteer": "^13.1.3", |
|
"ts-loader": "^9.2.6", |
|
"typescript": "^4.5.4", |
|
"webpack": "^5.66.0", |
|
"webpack-cli": "^4.8.0", |
|
"webpack-dev-server": "^4.7.3" |
|
}, |
|
"dependencies": { |
|
"natural-orderby": "^2.0.3", |
|
"papaparse": "^5.3.1" |
|
} |
|
} |