-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·75 lines (75 loc) · 2.22 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
{
"name": "sircus-docs",
"version": "0.0.0",
"description": "Sircus documents source.",
"homepage": "http://sircus.blivesta.com/",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sircus/sircus-docs.git"
},
"scripts": {
"setup": "npm i && gulp build",
"develop": "gulp",
"build": "gulp build",
"deploy": "gulp deploy"
},
"devDependencies": {
"browser-sync": "^2.13.0",
"css-mqpacker": "^6.0.2",
"csswring": "^6.0.3",
"del": "^3.0.0",
"gulp-front-matter": "^1.3.0",
"gulp-gh-pages":"^0.5.2",
"gulp-hb": "^2.6.5",
"gulp-header": "^2.0.5",
"gulp-htmlhint":"^2.1.0",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-jshint": "^2.0.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-sitemap":"^5.0.0",
"gulp-stylestats": "^3.0.1",
"gulp": "^3.9.1",
"htmlhint-stylish": "^1.0.3",
"js-yaml": "^3.6.1",
"normalize.css": "^8.0.0",
"postcss-browser-reporter": "^0.5.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.1.0",
"postcss-reporter": "^5.0.0",
"run-sequence": "^2.2.1",
"sircus-components-button": "^4.0.0",
"sircus-components-container": "2.0.0",
"sircus-components-flex": "^2.0.1",
"sircus-components-form": "^3.0.0",
"sircus-components-fullembed": "^1.0.0",
"sircus-components-grid": "2.0.0",
"sircus-components-list": "2.0.0",
"sircus-components-table": "^2.0.0",
"sircus-elements": "^2.0.0",
"sircus-tools-align": "^3.0.0",
"sircus-tools-background": "^1.0.0",
"sircus-tools-border": "^2.0.0",
"sircus-tools-boxsizing": "^2.0.0",
"sircus-tools-clear": "^2.0.0",
"sircus-tools-display": "^3.0.0",
"sircus-tools-gutter": "^3.1.1",
"sircus-tools-height": "^1.0.0",
"sircus-tools-layout": "^3.0.0",
"sircus-tools-overflow": "^3.0.0",
"sircus-tools-shadow": "^1.0.0",
"sircus-tools-space": "^3.0.0",
"sircus-tools-typography": "^3.0.0",
"sircus-tools-width": "^3.0.0",
"sircus-variables": "^2.0.1",
"sircus": "^4.1.0",
"site-boilerplate-helpers": "^1.0.1"
},
"author": {
"name": "blivesta",
"email": "[email protected]",
"url": "http://www.blivesta.com"
}
}