forked from xibosignage/xibo-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
104 lines (104 loc) · 3.07 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
98
99
100
101
102
103
104
{
"name": "xibo-cms",
"version": "1.0.0",
"description": "Xibo - Digital Signage - http://www.xibo.org.uk Copyright (C) 2006-2018 Daniel Garner and Contributors.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cypress:open": "cypress open",
"build": "webpack"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xibosignage/xibo-cms.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/xibosignage/xibo/issues"
},
"homepage": "https://github.com/xibosignage/xibo-cms#readme",
"devDependencies": {
"cypress": "^3.7.0"
},
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/plugin-transform-parameters": "^7.4.4",
"@babel/preset-env": "^7.6.2",
"@fortawesome/fontawesome-free": "^5.11.2",
"ajax-bootstrap-select": "^1.4.5",
"ajv": "^6.10.2",
"autoprefixer": "^9.6.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"blueimp-file-upload": "^9.34.0",
"blueimp-load-image": "~2.17.1",
"bootbox": "~4.4.0",
"bootstrap": "~3.3.7",
"bootstrap-calendar": "~0.2.4",
"bootstrap-colorpicker": "~2.5.2",
"bootstrap-datetime-picker": "~2.4.4",
"bootstrap-select": "~1.12.4",
"bootstrap-slider": "^10.6.2",
"bootstrap-switch": "3.3.4",
"bootstrap-tagsinput": "~0.7.1",
"bootstrap-tour": "^0.12.0",
"chart.js": "^2.8.0",
"ckeditor": "^4.12.1",
"clean-webpack-plugin": "^0.1.17",
"colors.js": "~1.2.4",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.1",
"datatables.net": "^1.10.20",
"datatables.net-bs": "^1.10.20",
"datatables.net-buttons": "^1.6.0",
"datatables.net-buttons-dt": "^1.6.0",
"ekko-lightbox": "~5.3.0",
"fibers": "^4.0.1",
"file-loader": "^3.0.1",
"font-awesome": "~4.7.0",
"form-serializer": "~2.5.0",
"handlebars": "^4.5.3",
"handlebars-loader": "^1.7.1",
"imports-loader": "^0.7.1",
"jquery": "^3.4.1",
"jquery-ui": "~1.12.1",
"jquery-validation": "~1.17.0",
"leaflet": "^1.5.1",
"leaflet-draw": "^1.0.4",
"leaflet-search": "^2.9.8",
"less": "^3.10.3",
"less-loader": "^4.1.0",
"material-design-icons": "^3.0.1",
"moment": "~2.20.1",
"moment-jalaali": "~0.7.2",
"moment-timezone": "^0.5.26",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"sass": "^1.23.0",
"sass-loader": "^8.0.0",
"script-loader": "^0.7.2",
"select2": "4.0.5",
"select2-bootstrap-theme": "0.1.0-beta.10",
"serialize-javascript": "^2.1.2",
"style-loader": "^0.8.3",
"timepicker": "^1.11.15",
"toastr": "~2.1.4",
"uglifyjs-webpack-plugin": "^1.3.0",
"underscore": "^1.9.1",
"url-loader": "^1.1.2",
"webpack": "^4.41.0",
"webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "^3.3.9",
"webpack-merge": "^4.2.2"
}
}