forked from mattheworres/hootdraft
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
97 lines (97 loc) · 2.98 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "hootdraft",
"author": "Matthew G Orres",
"version": "2.3.0",
"repository": {
"type": "git",
"url": "https://github.com/mattheworres/phpdraft",
"license": "GPL-3.0"
},
"dependencies": {
"@bower_components/angular-loading": "darthwade/angular-loading#e30ad76",
"@bower_components/angular-slip": "codecapers/angular-slip#~1.0.5",
"@bower_components/animate.less": "machito/animate.less#*",
"angular": "~1.8.0",
"angular-animate": "~1.8.0",
"angular-drag-and-drop-lists": "~1.4.0",
"angular-flipclock": "1.0.0",
"angular-moment": "1.3.0",
"angular-ordinal": "2.1.3",
"angular-recaptcha": "~4.2.0",
"angular-resource": "~1.8.0",
"angular-route": "~1.8.0",
"angular-sanitize": "~1.8.0",
"angular-smart-table": "^2.1.11",
"angular-strap": "~2.3.12",
"angular-toastr": "1.7.0",
"angular-toggle-switch": "~1.3.0",
"angular-ui-bootstrap": "~2.5.6",
"angular-validation-match": "~1.7.1",
"bootstrap": "3.4.1",
"flipclock": "0.7.7",
"font-awesome": "~4.7.0",
"jquery": "~3.5.1",
"lodash": "^4.17.21",
"moment": "2.19.3",
"ng-file-upload": "12.0.4",
"ng-mask": "~3.0.12",
"ngstorage": "~0.3.11",
"slipjs": "~1.2.0",
"spin.js": "~2.0.0"
},
"devDependencies": {
"angular-async-await": "^1.1.2",
"async-retry": "^1.1.4",
"babel-core": "^6.26.0",
"babel-eslint": "~8.2.1",
"babel-loader": "~7.1.2",
"babel-plugin-angularjs-annotate": "^0.8.2",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-modules-umd": "^6.24.1",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "*",
"browser-sync": "*",
"del": "*",
"eslint": "^4.16.0",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-angular": "^3.2.0",
"gulp": "^4.0.2",
"gulp-angular-templatecache": "*",
"gulp-babel": "7.0.0",
"gulp-concat": "*",
"gulp-debug": "~3.2.0",
"gulp-eslint": "^4.0.2",
"gulp-filter": "*",
"gulp-html-minifier": "*",
"gulp-if": "*",
"gulp-inject": "*",
"gulp-less": "*",
"gulp-load-plugins": "*",
"gulp-minify-css": "*",
"gulp-natural-sort": "*",
"gulp-ng-annotate": "*",
"gulp-ng-constant": "*",
"gulp-order": "*",
"gulp-plumber": "^1.2.0",
"gulp-rename": "*",
"gulp-rev": "*",
"gulp-rev-replace": "*",
"gulp-sourcemaps": "*",
"gulp-uglify": "*",
"ng-async": "^1.1.0",
"open": "*",
"pump": "^2.0.0",
"run-sequence": "*",
"streamqueue": "*",
"webpack": "~4.28.1",
"webpack-stream": "^4.0.0",
"yargs": "*"
},
"scripts": {
"postinstall": "node -e \"try { require('fs').symlinkSync(require('path').resolve('node_modules/@bower_components'), 'bower_components', 'junction') } catch (e) { }\""
}
}