-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 KB
/
package.json
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
37
38
{
"name": "energieverbruik",
"version": "1.0.0",
"description": "A tool to monitor energy usage",
"repository": "svn+ssh://mail.hekkelman.net//home/maarten/svnroot/energyd/trunk",
"author": "M.L. Hekkelman",
"license": "Boost",
"private": true,
"scripts": {
"build": "webpack --config webpack.config.js",
"build-production": "webpack --config webpack.config.js --env PRODUCTION"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss-loader": "^7.0.2",
"webpack": "^5.75.0"
},
"dependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@popperjs/core": "^2.11.6",
"babel-loader": "^9.1.2",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.10.3",
"clean-webpack-plugin": "^4.0.0",
"core-js": "^3.27.2",
"css-loader": "^6.7.3",
"d3": "^7.8.2",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.7.2",
"sass": "^1.58.0",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack-cli": "^5.0.1"
}
}