-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.64 KB
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
{
"name": "oneline-pbx-cloud",
"version": "v0.0.1",
"scripts": {
"test": "gulp test",
"start": "gulp compress-css && gulp scripts && gulp compress-js && gulp serve"
},
"dependencies": {
"@mdi/font": "^4.4.95",
"@types/node": "^13.1.4",
"angular": "^1.7.8",
"angular-animate": "^1.7.8",
"angular-aria": "^1.7.8",
"angular-drag-and-drop-lists": "^2.1.0",
"angular-material": "^v0.11.0",
"angular-route": "^1.7.8",
"angular-sanitize": "^1.7.8",
"angularjs-slider": "^7.0.0",
"backbone": "^1.4.0",
"connect-livereload": "^0.5.3",
"connect-modrewrite": "^0.10.2",
"connect-route": "^0.1.5",
"del": "^5.1.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.1",
"gulp-concat": "^2.6.1",
"gulp-livereload": "^3.8.0",
"gulp-load-plugins": "^0.8.0",
"gulp-minify": "^3.1.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^2.0.0",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^6.0.0",
"imagemin-pngquant": "^8.0.0",
"jointjs": "^3.0.2",
"jquery": "^3.4.1",
"karma": "^4.4.1",
"lodash": "^4.17.11",
"monaco-editor": "^0.19.2",
"redirects": "^1.1.1",
"serve-index": "^1.6.2",
"serve-static": "^1.9.1",
"spa-server": "^1.0.0",
"uri-js": "^4.2.2",
"urijs": "^1.19.1",
"yargs": "^14.2.0"
},
"devDependencies": {
"gulp-clean-css": "^4.2.0"
}
}