-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.32 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
39
40
41
42
43
44
45
46
{
"name": "kinoapi-frontend",
"version": "1.0.0",
"author": "Mike Klimek",
"license": "UNLICENSED",
"repository": "SchunterKino/kinoapi-frontend",
"private": true,
"dependencies": {
"@types/bootstrap": "^3.3.38",
"@types/bootstrap-slider": "^9.9.0",
"@types/jquery": "^3.3.5",
"bootstrap": "^3.3.7",
"bootstrap-slider": "^10.0.0",
"bootstrap-toggle": "^2.2.2",
"jquery": "^3.3.1",
"toastr": "^2.1.4"
},
"devDependencies": {
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.1",
"ngrok": "^3.0.1",
"node-sass": "^4.9.2",
"optimize-css-assets-webpack-plugin": "^4.0.3",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.3",
"serviceworker-webpack-plugin": "^1.0.0-alpha02",
"style-loader": "^0.21.0",
"ts-loader": "^4.4.2",
"tslint": "^5.10.0",
"tslint-loader": "^3.6.0",
"typescript": "^2.8.3",
"url-loader": "^1.0.1",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.5",
"webpack-pwa-manifest": "^3.6.2"
},
"scripts": {
"ngrok": "ngrok http 8080 --bind-tls=true --region=eu --host-header='localhost:8080'",
"build": "webpack --progress -p",
"start": "webpack-dev-server",
"lint": "tslint \"app/**/*.ts\""
}
}