-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"private": true,
"name": "hugo-kizu",
"version": "14.0.0",
"author": "Roman Komarov <kizmarh@gmail.com> (https://kizu.dev)",
"description": "Gulp- and Hugo-based version of kizu.dev",
"homepage": "https://kizu.dev",
"bugs": {
"url": "https://github.com/kizu/kizu.ru/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/kizu/kizu.ru.git"
},
"scripts": {
"start": "gulp",
"build": "gulp build",
"algolia": "atomic-algolia",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"atomic-algolia": "^0.3.15",
"css-tree": "1.0.0-alpha.29",
"csso": "^3.5.1",
"del": "^3.0.0",
"fancy-log": "^1.3.2",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-tap": "^1.0.1",
"idlize": "^0.1.1",
"rollup": "^1.4.0",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-terser": "^4.0.4",
"shelljs": "^0.8.1",
"yaml-front-matter": "^3.4.0"
},
"dependencies": {
"@kizu/custom-elements": "github:kizu/custom-elements#e3e6f448cdc9a3485e159bca44caa6b168cee41a",
"@kizu/mixins": "^0.1.3"
}
}