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.
24 lines
522 B
24 lines
522 B
3 years ago
|
{
|
||
|
"name": "vehicle-monitor-webapp",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"dev": "webpack --mode development --watch",
|
||
|
"build": "webpack --mode production"
|
||
|
},
|
||
|
"author": "Youen Toupin",
|
||
|
"license": "AGPL-3.0",
|
||
|
"dependencies": {
|
||
|
"mithril": "^2.0.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/mithril": "^2.0.9",
|
||
|
"html-webpack-plugin": "^5.5.0",
|
||
|
"ts-loader": "^9.2.8",
|
||
|
"typescript": "^4.6.2",
|
||
|
"webpack": "^5.70.0",
|
||
|
"webpack-cli": "^4.9.2"
|
||
|
}
|
||
|
}
|