-
Notifications
You must be signed in to change notification settings - Fork 362
/
package.json
58 lines (58 loc) · 1.42 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
{
"name": "@talkslab/metro-bootstrap",
"version": "3.3.1",
"main": "./dist/css/metro-bootstrap.css",
"keywords": [
"Bootstrap",
"UI",
"Metro"
],
"scripts": {
"prettier:check": "prettier . --check",
"prettier:write": "prettier . --write"
},
"author": "TalksLab",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/TalksLab/metro-bootstrap"
},
"homepage": "http://talkslab.github.io/metro-bootstrap",
"devDependencies": {
"browser-sync": "^2.27.11",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-copy": "^5.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-cssnano": "^2.1.3",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.1.0",
"gulp-less": "^5.0.0",
"gulp-livereload": "^4.0.2",
"gulp-load-plugins": "^2.0.7",
"gulp-mocha": "^8.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-rev": "^9.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sourcemaps": "^3.0.0",
"gulp-svgmin": "^3.0.0",
"gulp-svgo": "^2.2.1",
"gulp-uglify": "^3.0.2",
"gulp-usemin": "^0.3.30",
"gulp-watch": "^5.0.1",
"jshint-stylish": "^2.2.1",
"prettier": "3.3.3"
},
"dependencies": {
"bootstrap": "^5.3.3",
"font-awesome": "^4.7.0"
}
}