nightTab/package.json

30 lines
745 B
JSON
Raw Normal View History

2019-08-08 13:32:34 +02:00
{
2020-01-21 08:37:20 +01:00
"name": "nightTab",
"version": "7.0.0",
"description": "",
2019-08-08 13:32:34 +02:00
"main": "index.js",
"scripts": {
"start": "webpack serve --mode=development",
"build": "webpack --mode=production"
2019-08-08 13:32:34 +02:00
},
"keywords": [],
"author": "",
2020-09-09 16:41:14 +02:00
"license": "GPL-3",
2019-08-08 13:32:34 +02:00
"devDependencies": {
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^5.2.5",
"css-minimizer-webpack-plugin": "^3.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"moment": "^2.29.1",
"sortablejs": "^1.13.0",
"style-loader": "^2.0.0",
"webfontloader": "^1.6.28",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"zip-webpack-plugin": "^4.0.1"
}
2019-08-08 13:32:34 +02:00
}