-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 983 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 983 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
31
32
33
34
35
36
{
"name": "pump19.eu",
"version": "1.0.1",
"description": "Web frontend for pump19",
"main": "application.wsgi",
"repository": "github:pump19/pump19.eu",
"author": "Kevin Perry <pyrige@users.noreply.github.com>",
"license": "MIT",
"homepage": "https://pump19.eu/",
"bugs": "https://github.com/pump19/pump19.eu/issues",
"private": true,
"scripts": {
"build": "webpack"
},
"dependencies": {
"@mdi/font": "^7.3.67",
"bulma": "^0.9.4",
"jquery": "^3.7.1",
"roboto-fontface": "^0.10.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}