This repository has been archived by the owner on May 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.75 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
{
"name": "designthingy-bootstrap-boilerplate",
"version": "1.4.0",
"description": "A painless front-end bootstrap boilerplate by DesignThingy for building fast, robust, and adaptable static websites.",
"keywords": [
"css",
"scss",
"grunt",
"html5",
"responsive",
"boilerplate",
"bootstrap"
],
"homepage": "https://github.com/designthingy/designthingy-bootstrap-boilerplate#readme",
"bugs": {
"url": "https://github.com/designthingy/designthingy-bootstrap-boilerplate/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": "DesignThingy <[email protected]> (https://designthingy.co)",
"contributors": [
"Shashikant Yadav (https://twitter.com/kantbtrue)",
"Saurabh Yadav (https://twitter.com/savydv)"
],
"repository": {
"type": "git",
"url": "https://github.com/designthingy/designthingy-bootstrap-boilerplate"
},
"scripts": {
"start": "cross-env NODE_ENV=development grunt dev",
"test": "cross-env NODE_ENV=development grunt test",
"build": "cross-env NODE_ENV=production grunt build"
},
"engines": {
"node": ">=10",
"npm": ">=6"
},
"browserslist": [
"last 4 versions"
],
"peerDependencies": {
"popper.js": "^1.16.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"bootstrap": "^5.0.0-alpha1",
"bs-custom-file-input": "^1.3.4",
"jquery": "^3.5.1",
"jquery-timepicker": "^1.3.3",
"jquery-ui": "^1.12.1",
"jquery.easing": "^1.4.1",
"path": "^0.12.7",
"svg4everybody": "^2.1.9"
},
"devDependencies": {
"@babel/preset-env": "^7.10.3",
"autoprefixer": "^9.8.2",
"cross-env": "^7.0.2",
"cssnano": "^4.1.10",
"grunt": "^1.1.0",
"grunt-babel": "^8.0.0",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^23.0.0",
"grunt-postcss": "^0.9.0",
"grunt-processhtml": "^0.4.2",
"grunt-sass": "^3.1.0",
"grunt-stylelint": "^0.15.0",
"grunt-svgmin": "^6.0.0",
"grunt-svgstore": "^2.0.0",
"imagemin": "^7.0.1",
"imagemin-gifsicle": "^7.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"load-grunt-config": "^3.0.1",
"node-sass": "^4.14.1",
"path": "^0.12.7",
"stylelint": "^13.6.1",
"stylelint-order": "^4.1.0",
"time-grunt": "^2.0.0"
}
}