-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.71 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
{
"name": "simpla.io",
"description": "Website and documentation for the Simpla project",
"version": "0.0.0",
"authors": [
"Sean King <https://github.com/seaneking>",
"Bede Overend <https://github.com/bedeoverend>"
],
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/simplaio/simpla.io.git"
},
"bugs": {
"url": "https://github.com/simplaio/simpla.io/issues"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Safari versions",
"last 2 ios versions",
"last 2 Edge versions",
"last 2 Firefox versions"
],
"devDependencies": {
"autoprefixer": "^7.1.5",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"eslint-plugin-html": "^3.2.2",
"gulp": "gulpjs/gulp.git#4.0",
"gulp-cached": "^1.1.1",
"gulp-eslint": "^4.0.0",
"gulp-filter": "^5.0.1",
"gulp-gray-matter": "^3.0.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-inline-source": "^3.1.0",
"gulp-notify": "^3.0.0",
"gulp-nunjucks-render": "^2.2.1",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-process-inline": "^0.1.4",
"gulp-rollup-file": "^0.1.5",
"gulp-size": "^2.1.0",
"gulp-uglify": "^3.0.0",
"lazypipe": "^1.0.1",
"postcss-custom-media": "^6.0.0",
"postcss-normalize": "^4.0.0",
"postcss-plugin-context": "^2.0.0",
"postcss-responsive-type": "^1.0.0",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.4",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-node-resolve": "^3.0.0"
},
"dependencies": {
"prismjs": "^1.5.1",
"simpla": "^3.0.1"
}
}