forked from opensalt/opensalt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.37 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
{
"name": "opensalt",
"version": "2.1.0-dev",
"description": "A competency framework managment system that works with the CASE format",
"repository": "[email protected]:opensalt/opensalt",
"license": "MIT",
"dependencies": {
"ajaxq": "^0.0.7",
"bootstrap-material-icons": "^2.2.0",
"bootstrap-multiselect": "=0.9.13",
"bootstrap-notify": "^3.1.3",
"bootstrap-sass": "^3.4.1",
"datatables.net": "^1.10.15",
"datatables.net-bs": "^1.10.15",
"datatables.net-fixedheader": "^3.1.2",
"datatables.net-fixedheader-bs": "^3.1.2",
"datatables.net-scroller": "^1.4.2",
"datatables.net-scroller-bs": "^1.4.2",
"datatables.net-select": "^1.2.2",
"datatables.net-select-bs": "^1.2.2",
"font-awesome": "^4.7.0",
"github-markdown-css": "^2.10.0",
"html5-boilerplate": "6.0.1",
"inline-attachment": "^2.0.3",
"jquery": "^3.4.1",
"jquery-comments": "https://github.com/Viima/jquery-comments/archive/1.2.0.tar.gz",
"jquery-contextmenu": "^2.2.4",
"jquery-migrate": "^3.0.1",
"jquery-ui-bundle": "^1.12.0",
"jquery.fancytree": "=2.24.0",
"markdown-it": "^8.4.1",
"markdown-it-katex": "^2.0.3",
"markdown-it-underline": "^1.0.1",
"modernizr": "^3.3.1",
"normalize.css": "^3.0.3",
"papaparse": "^4.3.7",
"sanitize-html": "^1.15.0",
"select2": "^4.0.3",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"select2entity-bundle": "https://github.com/tetranz/select2entity-bundle/archive/v2.9.5.tar.gz",
"simplemde": "^1.11.2",
"swagger-ui-dist": "^3.15.0",
"twbs-pagination": "^1.4.1",
"ui-contextmenu": "^1.12.0",
"yarn-deduplicate": "^1.1.1"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.19.0",
"autoprefixer": "^8.1.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.6.1",
"concat-files": "^0.1.1",
"css-loader": "^0.28.10",
"imports-loader": "^0.8.0",
"node-sass": "4.7.2",
"postcss-loader": "^2.1.1",
"sass-loader": "^6.0.7",
"script-loader": "^0.7.2",
"vue": "^2.5.13",
"vue-loader": "^14.2.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.0.0"
},
"resolutions": {
"cryptiles": ">= 4.1.2",
"js-yaml": ">= 3.13.1",
"lodash": ">= 4.17.13",
"mem": ">= 4.0.0",
"set-value": ">= 2.0.1",
"tunnel-agent": ">= 0.6.0",
"underscore.string": ">= 3.3.5"
}
}