-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "cinema_browser",
"version": "1.0.0",
"description": "Repository for Cinema browser",
"main": "index.js",
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"postinstall": "typings install && webpack",
"release:bot": "node ./release.js"
},
"repository": {
"type": "git",
"url": "https://github.com/karelhala/cinema_browser"
},
"author": "Kare Hala",
"license": "MIT",
"bugs": {
"url": "https://github.com/karelhala/cinema_browser/issues"
},
"homepage": "http://karelhala.github.io/cinema_browser",
"devDependencies": {
"@octokit/rest": "^16.34.0",
"@types/lodash": "^4.14.45",
"angular": "1.7.9",
"angular-animate": "^1.6.1",
"angular-aria": "^1.6.1",
"angular-material": "^1.1.1",
"angular-messages": "^1.6.1",
"angular-mocks": "^1.6.1",
"angular-route": "^1.6.1",
"angular-sanitize": "^1.6.1",
"angular-timeline": "^1.7.0",
"angular-ui-select": "^0.12.100",
"bootstrap-combobox": "^1.0.2",
"browser-sync": "2.18.5",
"browser-sync-spa": "1.0.3",
"browser-sync-webpack-plugin": "1.1.3",
"copy-webpack-plugin": "4.0.1",
"css-loader": "^0.26.1",
"dotenv": "^8.2.0",
"event-stream": "3.3.4",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.25.0",
"imports-loader": "^0.7.0",
"less": "2.7.1",
"less-loader": "^2.2.3",
"lodash": "^4.17.4",
"minimist": "1.2.0",
"ng-annotate-webpack-plugin": "0.1.3",
"node-sass": "^4.1.1",
"raw-loader": "0.5.1",
"rx": "^4.1.0",
"rx-angular": "^1.1.3",
"sass": "^0.5.0",
"sass-loader": "^4.1.1",
"smooth-scrolling": "^2.3.6",
"style-loader": "^0.13.1",
"ts-loader": "1.3.3",
"tslint": "4.2.0",
"tslint-loader": "3.3.0",
"typescript": "2.1.4",
"typings": "^2.1.0",
"ui-router": "^1.0.0-alpha0",
"url-loader": "^0.5.7",
"webpack": "1.14.0"
},
"dependencies": {
"moment": "^2.17.1",
"ng-webworker": "^0.2.3"
}
}