forked from CCI-MIT/POGS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.48 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
{
"name": "pogs",
"version": "0.0.1-SNAPSHOT",
"description": "Platform for Online Group Studies",
"repository": "https://github.com/CCI-MIT/POGS",
"author": "[email protected]",
"license": "GPL-2.0",
"private": true,
"browserslist": [
"last 1 major version",
">= 1%",
"Chrome >= 45",
"Firefox >= 38",
"Edge >= 12",
"Explorer >= 10",
"iOS >= 9",
"Safari >= 9",
"Android >= 4.4",
"Opera >= 30"
],
"dependencies": {
"autosize": "^4.0.2",
"blueimp-file-upload": "^9.19.3",
"bootstrap": "^4.0.0",
"bootstrap-colorpicker": "^3.0.3",
"bootstrap-duallistbox": "^3.0.6",
"clipboard": "^1.7.1",
"codemirror": "^5.45.0",
"countdownjs": "^2.0.0",
"fast-diff": "^1.1.2",
"font-awesome": "^4.7.0",
"html5sortable": "^0.9.2",
"jquery": "1.12.4",
"jquery-datetimepicker": "^2.5.20",
"jsonlint": "^1.6.3",
"loglevel": "^1.6.1",
"moment": "^2.22.1",
"noty": "^2.4.1",
"popper.js": "^1.14.4",
"qtip2": "^3.0.3",
"spin.js": "2.3.2",
"summernote": "^0.8.10",
"tooltipster": "^4.2.5"
},
"devDependencies": {
"autoprefixer": "^9.7.3",
"cssnano": "^4.1.10",
"eyeglass": "^2.4.1",
"gulp": "^4.0.2",
"gulp-noop": "^1.0.0",
"gulp-npm-dist": "^1.0.3",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"jasmine-core": "^3.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.2"
}
}