-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 1.01 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
{
"name": "University-Schedule-Generator",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/MikeDombo/university-schedule-generator.git"
},
"scripts": {
"build-dev": "webpack --mode development",
"build": "webpack --mode production",
"webpackStats": "webpack --json --mode production | webpack-bundle-size-analyzer",
"sonarqube": "c:\\sonar\\sonar-scanner-4.0.0.1744\\bin\\sonar-scanner.bat"
},
"keywords": [],
"author": "Michael Dombrowski",
"bugs": {
"url": "https://github.com/MikeDombo/university-schedule-generator/issues"
},
"homepage": "https://github.com/MikeDombo/university-schedule-generator#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
}
}