-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 819 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "b2ntp",
"version": "1.0.0",
"description": "Bring your favorites in the homepage with a customizable Kanban style",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"author": "Eduard Ursu",
"license": "(CC BY-NC-SA 4.0)",
"bugs": {
"url": "https://github.com/d3ward/b2ntp/issues"
},
"devDependencies": {
"file-loader": "^6.2.0",
"purgecss-webpack-plugin": "^4.1.3",
"webpack": "5.105.2",
"webpack-cli": "4.9.1",
"webpack-dev-server": "5.2.1",
"write-file-webpack-plugin": "4.5.1"
},
"dependencies": {
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.6.0",
"glob": "^7.2.0",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.5"
}
}