This repository was archived by the owner on May 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.21 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.21 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "estatico",
"version": "5.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/unic/estatico.git"
},
"license": "Apache-2.0",
"description": "Static site generator for frontend developers",
"dependencies": {
"bows": "1.4.8",
"jquery": "3.2.1",
"normalize.css": "3.0.3",
"raf-throttle": "2.0.3",
"react": "0.14.7",
"react-dom": "0.14.7",
"skip-link-focus": "0.1.0"
},
"engines": {
"node": "6.7.0"
},
"devDependencies": {
"autoprefixer": "6.5.0",
"babel-core": "6.5.2",
"babel-loader": "6.2.3",
"babel-plugin-transform-class-properties": "6.9.0",
"babel-plugin-transform-es2015-classes": "6.9.0",
"babel-plugin-transform-proto-to-assign": "6.9.0",
"babel-polyfill": "6.9.1",
"babel-preset-es2015": "6.5.0",
"babel-preset-react": "6.5.0",
"callsite": "1.0.0",
"change-case": "3.0.0",
"cheerio": "0.22.0",
"connect": "3.5.0",
"connect-livereload": "0.6.0",
"css-loader": "0.23.0",
"del": "2.2.2",
"element-dataset": "1.3.0",
"exports-loader": "0.6.2",
"expose-loader": "0.7.1",
"glob": "7.1.1",
"gm": "1.23.0",
"gulp": "3.9.1",
"gulp-cached": "1.1.0",
"gulp-changed": "1.3.2",
"gulp-colorize-svgs": "git://github.com/unic/gulp-colorize-svgs.git#v0.1.0",
"gulp-concat": "2.6.0",
"gulp-eslint": "3.0.1",
"gulp-flatten": "0.3.1",
"gulp-hb": "6.0.0",
"gulp-iconfont": "8.0.1",
"gulp-ignore": "2.0.1",
"gulp-imagemin": "3.0.3",
"gulp-jsdoc-to-markdown": "1.2.2",
"gulp-livereload": "3.8.1",
"gulp-minify-css": "1.2.4",
"gulp-modernizr": "1.0.0-alpha",
"gulp-plumber": "1.1.0",
"gulp-postcss": "6.2.0",
"gulp-prettify": "0.5.0",
"gulp-qunit": "1.5.0",
"gulp-raster": "git://github.com/unic/gulp-raster.git#acd044d950d9ed65870b3c39cb6294a09174d166",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-simplefont64": "0.0.1",
"gulp-size": "2.1.0",
"gulp-sourcemaps": "1.6.0",
"gulp-svg-dimensions": "git://github.com/unic/gulp-svg-dimensions.git#v0.1.0",
"gulp-svgstore": "6.0.0",
"gulp-tap": "0.1.3",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.10",
"gulp.spritesmith": "6.2.1",
"handlebars": "4.0.5",
"handlebars-helpers": "0.7.5",
"handlebars-layouts": "3.1.3",
"handlebars-loader": "1.4.0",
"highlight.js": "9.7.0",
"imports-loader": "0.6.5",
"inquirer": "1.2.1",
"js-beautify": "1.6.4",
"jshint-stylish": "2.2.1",
"lazypipe": "1.0.1",
"lodash": "4.16.4",
"marked": "0.3.6",
"merge-stream": "1.0.0",
"mocha": "3.1.0",
"node-notifier": "4.6.1",
"open": "0.0.5",
"postcss-scss": "0.4.0",
"postcss-url": "5.1.2",
"pretty-hrtime": "1.0.2",
"promise": "7.1.1",
"qunitjs": "2.0.1",
"require-dir": "0.3.1",
"require-new": "1.1.0",
"run-sequence": "1.2.2",
"serve-static": "1.11.1",
"should": "11.1.0",
"style-loader": "0.13.0",
"through2": "2.0.1",
"validate-node-version": "1.1.1",
"vinyl-buffer": "1.0.0",
"vinyl-paths": "2.1.0",
"webpack": "1.13.1"
},
"scripts": {
"test": "mocha --ui exports",
"start": "gulp --dev",
"build": "gulp build",
"gulp": "gulp"
}
}