-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
61 lines (61 loc) · 1.66 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
{
"name": "bootstrap-ui",
"version": "3.1.1",
"description": "Bootstrap UI is a Bootstrap 3 extension for building beautiful web apps user interfaces.",
"repository": {
"type": "git",
"url": "[email protected]:visionappscz/bootstrap-ui.git"
},
"homepage": "http://www.bootstrap-ui.com",
"author": "VisionApps",
"license": "MIT",
"style": "dist/css/bootstrap-ui.css",
"less": "src/less/bootstrap-ui.less",
"scripts": {
"build": "grunt build",
"dist": "grunt dist",
"start": "grunt serve",
"test": "grunt test"
},
"devDependencies": {
"autoprefixer": "^9.8.6",
"chai": "^4.3.4",
"cssnano": "^4.1.11",
"grunt": "^1.4.1",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-less": "^2.1.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-jscs": "^3.0.1",
"grunt-karma": "^4.0.2",
"grunt-kss": "^5.0.1",
"grunt-postcss": "~0.9.0",
"grunt-text-replace": "~0.4.0",
"karma": "^6.3.4",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-mocha": "2.0.1",
"load-grunt-config": "^3.0.1",
"mocha": "^8.4.0",
"puppeteer": "^5.5.0",
"sinon": "^9.2.4",
"time-grunt": "^2.0.0"
},
"dependencies": {
"bootstrap": "^3.4.1",
"ckeditor": "^4.12.1",
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
"jquery": "^3.6.0",
"moment": "^2.29.1",
"select2": "^3.5.1",
"select2-bootstrap-css": "^1.4.6"
},
"engines": {
"node": ">=14.15.1",
"npm": ">=6.14.8"
}
}