-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.47 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
{
"name": "@netgen/layouts-ui",
"description": "Netgen Layouts user interface",
"version": "1.4.1",
"repository": {
"type": "git",
"url": "https://github.com/netgen-layouts/layouts-ui.git"
},
"main": "app/scripts/main.js",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"autoprefixer": "^9.7.3",
"grunt": "~1.5.0",
"grunt-browser-sync": "^2.2.0",
"grunt-browserify": "^5.3.0",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-notify": "^0.4.5",
"grunt-postcss": "^0.9.0",
"grunt-sass": "^3.1.0",
"grunt-shell": "^3.0.1",
"grunt-svgmin": "^6.0.0",
"handlebars": "~4.0.14",
"matchdep": "^2.0.0",
"node-sass": "^4.13.0"
},
"dependencies": {
"@netgen/content-browser-ui": "link:vendor/netgen/content-browser-ui",
"ace-builds": "1.4.7",
"backbone": "^1.4.0",
"backbone.localstorage": "^2.0.2",
"bootstrap": "^3.4.1",
"bootstrap-sass": "3.4.1",
"ckeditor4": "4.13.1",
"eonasdan-bootstrap-datetimepicker": "4.17.47",
"handlebars": "~4.0.14",
"jquery": "^2.2.4",
"jquery-ui": "~1.10.5",
"moment": "^2.24.0",
"nprogress": "^0.2.0",
"striptags": "^2.2.1",
"underscore": "^1.9.1"
}
}