-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 3.16 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": "@vervida/vervida-core",
"description": "Anyone can save lives",
"main": "gulpfile.js",
"author": "The Vervida Team",
"scripts": {
"start": "python -c \"import os, sys; os.system('python -m SimpleHTTPServer 3000 --bind 127.0.0.1') if sys.version_info.major==2 else os.system('python -m http.server 3000 --bind 127.0.0.1');\"",
"winstart": "py -c \"import os, sys; os.system('py -m SimpleHTTPServer 3000') if sys.version_info.major==2 else os.system('py -m http.server 3000 --bind 127.0.0.1');\""
},
"devDependencies": {
"browser-sync": "^2.24.4",
"browserslist": "^4.11.0",
"decompress": "^4.2.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cache": "^1.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.0.8",
"gulp-cssnano": "^2.1.3",
"gulp-html-prettify": "0.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-npm-dist": "^1.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-run": "^1.7.1",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.1",
"gulp-useref-plus": "0.0.8",
"gulp-util": "^3.0.8",
"gulp-wait": "0.0.2",
"js-yaml": "^3.13.1",
"minimatch": "^3.0.4",
"mkdirp": "^1.0.3",
"node-uuid": "^1.4.8",
"popper.js": "^1.16.1",
"postcss-flexbugs-fixes": "^4.2.0",
"pump": "^3.0.0",
"request": "^2.88.2",
"run-sequence": "^2.2.1",
"uglify-es": "^3.3.9",
"uuid": "^7.0.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.3.1",
"anchor-js": "^4.1.1",
"animate.css": "^3.7.0",
"bootstrap": "^4.1.3",
"bootstrap-datepicker": "^1.8.0",
"bootstrap-notify": "^3.1.3",
"bootstrap-tagsinput": "^0.7.1",
"chart.js": "^2.7.2",
"clipboard": "^2.0.1",
"datatables.net": "^1.10.19",
"datatables.net-bs4": "^1.10.19",
"datatables.net-buttons": "^1.5.4",
"datatables.net-buttons-bs4": "^1.5.4",
"datatables.net-responsive-bs4": "^2.2.3",
"datatables.net-select": "^1.2.7",
"datatables.net-select-bs4": "^1.2.7",
"dropzone": "^5.5.1",
"fullcalendar": "^3.9.0",
"headroom.js": "^0.11.0",
"holderjs": "^2.9.4",
"jquery": "^3.3.1",
"jquery-scroll-lock": "^3.1.3",
"jquery.scrollbar": "^0.2.11",
"js-cookie": "^2.2.0",
"jvectormap-next": "^3.0.0",
"lavalamp": "^1.1.0",
"list.js": "^1.5.0",
"moment": "^2.22.2",
"nouislider": "^14.2.0",
"onscreen": "^1.3.2",
"popper.js": "^1.16.1",
"prismjs": "^1.15.0",
"quill": "^1.3.6",
"select2": "^4.0.6-rc.1",
"sweetalert2": "^9.10.7"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/vervida/vervida-core/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vervida/vervida-core.git"
},
"homepage": "https://github.com/vervida/vervida-core/blob/master/LICENSE"
}