-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
executable file
·92 lines (92 loc) · 2.59 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
{
"name": "support-admin-app",
"version": "2.3.0",
"dependencies": {
"@uirouter/angularjs": "~0.2.13",
"angular": "~1.4.4",
"angular-animate": "~1.4.4",
"angular-bootstrap-multiselect": "git+https://github.com/bentorfs/angular-bootstrap-multiselect.git#master",
"angular-clipboard": "~1.2.1",
"angular-cookies": "~1.4.4",
"angular-footable": "~0.0.3",
"angular-jwt": "~0.0.9",
"angular-moment": "~1.0.0-beta.3",
"angular-resource": "~1.4.4",
"angular-sanitize": "~1.4.4",
"angular-storage": "~0.0.11",
"angular-touch": "~1.4.4",
"angular-ui-bootstrap": "~2.5.0",
"angular-ui-tinymce": "0.0.19",
"auth0-angular": "~4.0.4",
"auth0-js": "^9.19.0",
"auth0-lock": "~11.21.0",
"bootstrap": "~3.3.5",
"bootstrap-ui-datetime-picker": "^2.4.0",
"font-awesome": "~4.7.0",
"footable": "~2.0.3",
"icheck": "1.0.2",
"jquery": "~2.1.1",
"lodash": "~4.2.0",
"metismenu": "~2.0.2",
"moment": "~2.11.2",
"moment-timezone": "~0.5.0",
"ng-file-model": "~0.0.4",
"pace-js": "~1.0.2",
"promise-polyfill": "^8.1.3",
"shortid": "^2.2.8",
"tinymce": "^4.9.11"
},
"devDependencies": {
"angular-mocks": "~1.4.4",
"brfs": "1.4.3",
"browser-sync": "~2.18.8",
"browserify": "^9.0.3",
"browserify-css": "0.10.1",
"browserify-shim": "^3.8.10",
"chalk": "~0.5.1",
"cross-env": "^5.2.1",
"del": "~2.2.2",
"ejsify": "1.0.0",
"gulp": "^3.8.11",
"gulp-angular-filesort": "~1.0.4",
"gulp-angular-templatecache": "~1.4.2",
"gulp-autoprefixer": "~2.0.0",
"gulp-awspublish": "^3.0.1",
"gulp-consolidate": "~0.1.2",
"gulp-csso": "~0.2.9",
"gulp-filter": "~2.0.2",
"gulp-flatten": "~0.0.4",
"gulp-inject": "~1.0.2",
"gulp-jshint": "~2.0.4",
"gulp-less": "~1.3.6",
"gulp-load-plugins": "~1.5.0",
"gulp-minify-html": "~1.0.6",
"gulp-ng-annotate": "~1.0.0",
"gulp-ng-config": "~1.2.1",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.5.0",
"gulp-rev": "~2.0.1",
"gulp-rev-replace": "~0.3.1",
"gulp-size": "~1.1.0",
"gulp-uglify": "~1.0.1",
"gulp-useref": "~1.0.2",
"http-proxy": "~1.7.0",
"jasmine-core": "^2.5.2",
"jshint": "~2.9.4",
"jshint-stylish": "~1.0.0",
"require-dir": "~0.3.2",
"uglify-save-license": "~0.4.1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"wiredep": "~4.0.0"
},
"engines": {
"node": "6"
},
"scripts": {
"clean": "gulp clean",
"build": "gulp build",
"start": "gulp publish",
"dev": "cross-env BUILD_ENV=local gulp serve"
}
}