-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
91 lines (91 loc) · 2.96 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
{
"name": "socialignite",
"version": "1.0.0",
"description": "A social media management panel for SocialIgnite built with AngularJS. Allows users to schedule, moderate and monitor their social media pages on Facebook, Twitter, LinkedIn and Instagram.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp default",
"start": "NODE_ENV=production gulp default",
"convert": "node ./enums/converter.js"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"@uirouter/angularjs": "^1.0.15",
"angular": "^1.6.9",
"angular-animate": "^1.6.9",
"angular-aria": "^1.7.0",
"angular-chart.js": "^1.1.1",
"angular-cookies": "^1.6.9",
"angular-drag-drop": "^3.2.0",
"angular-dragdrop": "^1.0.13",
"angular-emoji-picker": "github:terranisu/angular-emoji-picker",
"angular-google-analytics": "^1.1.8",
"angular-intro.js": "^3.4.0",
"angular-material": "^1.1.9",
"angular-material-data-table": "^0.10.10",
"angular-messages": "^1.7.0",
"angular-moment": "^1.2.0",
"angular-moment-picker": "^0.10.2",
"angular-sanitize": "^1.7.3",
"chart.js": "^2.7.2",
"closure-webpack-plugin": "github:webpack-contrib/closure-webpack-plugin",
"compile-ejs-loader": "0.0.2",
"compression": "^1.7.2",
"connect-gzip-static": "^2.1.1",
"draggabilly": "^2.2.0",
"ejs": "^2.6.1",
"ejs-compiled-loader": "git://github.com/bazilio91/ejs-compiled-loader.git",
"es6-promise-promise": "^1.0.0",
"exports-loader": "^0.7.0",
"expose-loader": "^0.7.4",
"extra-watch-webpack-plugin": "^1.0.3",
"fs": "0.0.1-security",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.9.3",
"gulp-concat": "^2.6.1",
"gulp-ejs": "^3.1.3",
"gulp-less": "^4.0.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.3",
"gulp-replace": "^1.0.0",
"gulp-webserver": "^0.9.1",
"html-loader": "^0.5.5",
"imglykit-sdk": "github:imgly/imgly-sdk-html5",
"intro.js": "^2.9.3",
"lodash": "^4.17.10",
"material-design-icons": "^3.0.1",
"md-data-table": "^2.2.0",
"moment": "^2.22.1",
"ng-file-upload": "^12.2.13",
"ng-password-meter": "^0.1.7",
"ng-sortable": "^1.3.8",
"plotly.js-dist": "^1.42.2",
"script-loader": "^0.7.2",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0",
"terser": "^3.11.0",
"uglify-js": "^3.4.9",
"ui-router": "^1.0.0-alpha0",
"underscore": "^1.9.1",
"wdt-loading": "^0.1.0",
"webpack": "^4.16.2",
"webpack-dev-server": "^3.1.14",
"webpack-stream": "^5.0.0",
"winston": "^3.0.0-rc1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.5",
"gulp-gzip": "^1.4.2",
"gulp-image-resize": "^0.13.0",
"ng-hot-reload-loader": "^2.0.3",
"preload-webpack-plugin": "^3.0.0-beta.3",
"terser-webpack-plugin": "^1.1.0",
"webpack-cli": "^3.1.2"
}
}