-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 979 Bytes
/
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
{
"name": "iuhb-co2-footprint",
"version": "1.0.0",
"description": "Fallstudie für den Kurs IPWA01",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PatrickSchababerle/iuhb-co2-footprint.git"
},
"author": "Patrick Schababerle",
"license": "MIT",
"bugs": {
"url": "https://github.com/PatrickSchababerle/iuhb-co2-footprint/issues"
},
"homepage": "https://github.com/PatrickSchababerle/iuhb-co2-footprint#readme",
"devDependencies": {
"copy-webpack-plugin": "^11.0.0",
"sass": "^1.63.6",
"sass-loader": "^13.3.2",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"bootstrap": "^5.3.0",
"css-loader": "^6.8.1",
"datatables.net-bs5": "^1.13.5",
"i18n-js": "^4.3.0",
"path": "^0.12.7",
"style-loader": "^3.3.3"
}
}