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.
28 lines
746 B
28 lines
746 B
{ |
|
"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", |
|
"devDependencies": { |
|
"@types/mithril": "^2.0.9", |
|
"bulma": "^0.9.3", |
|
"copy-webpack-plugin": "^10.2.4", |
|
"css-loader": "^6.7.1", |
|
"html-webpack-plugin": "^5.5.0", |
|
"mini-css-extract-plugin": "^2.6.0", |
|
"mithril": "^2.0.4", |
|
"purgecss-webpack-plugin": "^4.1.3", |
|
"style-loader": "^3.3.1", |
|
"ts-loader": "^9.2.8", |
|
"tsconfig-paths-webpack-plugin": "^3.5.2", |
|
"typescript": "^4.6.2", |
|
"webpack": "^5.70.0", |
|
"webpack-cli": "^4.9.2" |
|
} |
|
}
|
|
|