This repository has been archived on 2021-01-18. You can view files and clone it, but cannot push or open issues or pull requests.
news_channel/package.json

39 lines
914 B
JSON

{
"name": "news_channel",
"version": "1.0.0",
"description": "Wii News Channel recreated using JS",
"main": "index.js",
"scripts": {
"start:dev": "webpack-dev-server",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://gitea.arnweb.nl/arne/news_channel.git"
},
"keywords": [
"news"
],
"author": "Arne van Iterson",
"license": "GPL-3.0-or-later",
"dependencies": {
"axios": "^0.21.1",
"css-loader": "^5.0.1",
"jquery": "^3.5.1",
"sass": "^1.32.4",
"sass-loader": "^10.1.1",
"style-loader": "^2.0.0",
"typed.js": "^2.0.11",
"webpack": "^5.15.0",
"webpack-cli": "^4.3.1",
"webpack-dev-server": "^3.11.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"eslint": "^7.18.0",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3"
}
}