24 lines
685 B
JSON
24 lines
685 B
JSON
{
|
|
"name": "presentationmake.js",
|
|
"version": "0.0.1",
|
|
"description": "A tool to create browser based presentations",
|
|
"author": "Sascha Nitsch (grumpydeveloper https://contentnation.net/@grumpydevelop)",
|
|
"license": "GPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^7.15.0",
|
|
"@typescript-eslint/parser": "^7.15.0",
|
|
"eslint": "^8.56.0",
|
|
"eslint-plugin-tsdoc": "^0.3.0",
|
|
"globals": "^15.6.0",
|
|
"ts-loader": "^9.5.1",
|
|
"typedoc": "^0.26.3",
|
|
"typescript": "^5.5.2",
|
|
"typescript-eslint": "^7.14.1",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^5.0.4"
|
|
},
|
|
"dependencies": {
|
|
"fparser": "^3.0.1"
|
|
}
|
|
}
|