-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
82 lines (82 loc) · 2.28 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
74
75
76
77
78
79
80
81
82
{
"name": "MagicStick",
"version": "0.3.0",
"description": "Create leagues and matches for yourself and friends.",
"private": true,
"scripts": {
"build": "grunt dist",
"test": "grunt test",
"start": "grunt",
"heroku-postbuild": "grunt dist"
},
"repository": {
"type": "git",
"url": "https://github.com/blaskovicz/MagicStick.git"
},
"author": "",
"bugs": {
"url": "https://github.com/blaskovicz/MagicStick/issues"
},
"engines": {
"yarn": "^1.6.0",
"node": "^8.11.1"
},
"homepage": "https://github.com/blaskovicz/MagicStick",
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/preset-es2017": "^7.0.0-beta.51",
"angular-mocks": "~1.3.15",
"babel-loader": "8.0.0-beta.3",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"es6-promise": "^4.1.0",
"file-loader": "^1.1.11",
"grunt": "^0.4.5",
"grunt-bg-shell": "^2.3.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-eslint": "^20.2.0",
"grunt-html2js": "^0.3.0",
"grunt-htmlhint": "^0.4.1",
"grunt-karma": "^2.0.0",
"grunt-sass": "^2.0.0",
"grunt-webpack": "^3.1.2",
"html-loader": "^0.5.5",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^2.3.0",
"karma": "^2.0.2",
"karma-coverage": "^1.1.2",
"karma-jasmine": "^1.1.2",
"karma-mocha-reporter": "^2.2.5",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^3.0.0",
"lodash": "~3.6.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.0",
"phantomjs-prebuilt": "^2.1.16",
"sass-loader": "^7.0.3",
"source-map-loader": "^0.2.3",
"style-loader": "^0.21.0",
"time-grunt": "^1.1.0",
"url-loader": "^1.0.1",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8"
},
"dependencies": {
"angular": "1.3",
"angular-bootstrap": "~0.12.1",
"angular-local-storage": "~0.1.5",
"angular-marked": "~0.0.12",
"angular-route": "1.3",
"angular-toastr": "~1.1.0",
"auth0-js": "~8.4.0",
"bootstrap": "~3.3.4",
"jquery": "^3.2.1",
"moment": "~2.9.0",
"ng-file-upload": "~4.0.3",
"raygun4js": "~2.5.3"
}
}