GHP-142 Validation initiale
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- README.md 154 additions, 0 deletionsREADME.md
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 45 additions, 0 deletionspackage.json
- src/core/__compiler_interfaces.ts 9 additions, 0 deletionssrc/core/__compiler_interfaces.ts
- src/core/core.ts 8 additions, 0 deletionssrc/core/core.ts
- src/core/framework.ts 353 additions, 0 deletionssrc/core/framework.ts
- src/core/utils.ts 0 additions, 0 deletionssrc/core/utils.ts
- src/css/customm.css 85 additions, 0 deletionssrc/css/customm.css
- src/js/jqm-multislider.min.js 3 additions, 0 deletionssrc/js/jqm-multislider.min.js
- src/olm.ts 16 additions, 0 deletionssrc/olm.ts
- src/tree_indented/tree_indented.ts 0 additions, 0 deletionssrc/tree_indented/tree_indented.ts
- src/tree_pack/tree_pack.ts 492 additions, 0 deletionssrc/tree_pack/tree_pack.ts
- src/tree_partition/tree_partition.ts 493 additions, 0 deletionssrc/tree_partition/tree_partition.ts
- src/tree_sunburst/tree_sunburst.ts 0 additions, 0 deletionssrc/tree_sunburst/tree_sunburst.ts
- test/core/tree.html 0 additions, 0 deletionstest/core/tree.html
- test/olm.ts 17 additions, 0 deletionstest/olm.ts
- test/public/index.html 0 additions, 0 deletionstest/public/index.html
- test/public/treeindented.html 0 additions, 0 deletionstest/public/treeindented.html
- test/public/treepack.html 177 additions, 0 deletionstest/public/treepack.html
.gitignore
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "olm-charts", | ||
"version": "0.1.1", | ||
"description": "Visualizations for the COMPER Open Learner Model module", | ||
"main": "", | ||
"directories": {}, | ||
"dependencies": { | ||
"@types/d3": "5.9.2", | ||
"@types/jquery": "3.5.1", | ||
"bootstrap": "^5.1.3", | ||
"d3": "^6.2.0", | ||
"jquery": "^3.6.0", | ||
"popper.js": "^1.16.1", | ||
"requirejs": "^2.3.6", | ||
"ts-loader": "^8.0.4", | ||
"typescript": "^4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@fortawesome/fontawesome-free": "^5.15.4", | ||
"@fortawesome/fontawesome-svg-core": "^1.2.36", | ||
"@fortawesome/free-brands-svg-icons": "^5.15.4", | ||
"@fortawesome/free-regular-svg-icons": "^5.15.4", | ||
"@fortawesome/free-solid-svg-icons": "^5.15.4", | ||
"css-loader": "^6.5.1", | ||
"style-loader": "^3.3.1", | ||
"webpack": "^5.64.1", | ||
"webpack-cli": "^4.9.1" | ||
}, | ||
"scripts": { | ||
"build": "webpack" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.liris.cnrs.fr/comper/olm-charts.git" | ||
}, | ||
"author": "Rémi Casado", | ||
"contributors": [ | ||
{ | ||
"name": "Valentin Lachand", | ||
"url": "https://valentin.lachand.net/" | ||
} | ||
], | ||
"license": "ISC", | ||
"homepage": "https://gitlab.liris.cnrs.fr/comper/olm-charts#olm-charts" | ||
} |
src/core/__compiler_interfaces.ts
0 → 100644
src/core/core.ts
0 → 100644
src/core/framework.ts
0 → 100644
src/core/utils.ts
0 → 100644
This diff is collapsed.
src/css/customm.css
0 → 100644
src/js/jqm-multislider.min.js
0 → 100644
src/olm.ts
0 → 100644
src/tree_indented/tree_indented.ts
0 → 100644
This diff is collapsed.
src/tree_pack/tree_pack.ts
0 → 100644
src/tree_partition/tree_partition.ts
0 → 100644
src/tree_sunburst/tree_sunburst.ts
0 → 100644
This diff is collapsed.
test/core/tree.html
0 → 100644
This diff is collapsed.
test/olm.ts
0 → 100644
test/public/index.html
0 → 100644
This diff is collapsed.
test/public/treeindented.html
0 → 100644
This diff is collapsed.
test/public/treepack.html
0 → 100644
Please register or sign in to comment