-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "withfront",
"version": "1.6.43",
"description": "Tools for frontend development especially with Bootstrap 3.x and jQuery 3.x also FontAwesome, jsCookie and more",
"author": "Artur Mamedov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arturmamedov/withFront/issues"
},
"homepage": "https://arturmamedov.github.io/withFront/",
"repository": {
"type": "git",
"url": "https://github.com/arturmamedov/withFront.git"
},
"keywords": [
"bootstrap",
"frontend",
"tools",
"tips",
"trick",
"css",
"js"
],
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.1",
"animate.css": "^3.7.2",
"blueimp-gallery": "^2.44.0",
"bootstrap": "^4.5.0",
"bootstrap-datepicker": "^1.9.0",
"flag-icon-css": "^3.5.0",
"html5shiv": "^3.7.3",
"jquery": "^3.5.0",
"jquery.nicescroll": "^3.7.6",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"popper.js": "^1.16.1",
"respond.js": "^1.4.2",
"slick-carousel": "^1.8.1",
"wowjs": "^1.1.3"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
},
"scripts": {
"development": "grunt -vvv",
"onlycss": "grunt cssmin",
"dev": "grunt -v",
"production": "grunt",
"prod": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
}
}