-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
52 lines (52 loc) · 1.52 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
{
"private": true,
"name": "chernivtsijs",
"version": "1.0.0",
"description": "Chernivtsi JavaScript Community",
"scripts": {
"start": "gulp",
"build": "gulp build",
"lint": "eslint scripts gulpfile.js && stylint styles",
"deploy": "npm run build && gh-pages -d dist -b master -m \"Updated at $(date +'%a, %d %b %Y, %T, %Z')\" --add"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chernivtsijs/chernivtsijs.github.oi"
},
"author": "ChernivtsiJS Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/chernivtsijs/chernivtsijs.github.io/issues"
},
"homepage": "https://github.com/chernivtsijs/chernivtsijs.github.io#readme",
"devDependencies": {
"autoprefixer": "^8.2.0",
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.7",
"cssnano": "^3.10.0",
"del": "^3.0.0",
"eslint": "^4.19.1",
"gh-pages": "^2.0.1",
"gulp": "^4.0.0",
"gulp-front-matter": "^1.3.0",
"gulp-imagemin": "^5.0.3",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-pug": "^3.3.0",
"gulp-remark": "^4.0.2",
"gulp-rollup": "^2.16.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-stylus": "^2.7.0",
"js-yaml": "^3.13.1",
"postcss": "^6.0.21",
"pug": "^2.0.3",
"remark-breaks": "^1.0.0",
"remark-html": "^7.0.0",
"remark-slug": "^5.0.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-yaml": "^1.1.0",
"through2": "^2.0.3"
}
}