-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "hatena-card-generator",
"version": "1.0.0",
"description": "hatena-card-generator",
"main": "src/js/index.js",
"scripts": {
"commit": "node ./node_modules/cz-customizable/standalone.js",
"start": "gulp",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoshi1125hisa/hatena-card-generator.git"
},
"author": "yoshi1125hisa",
"license": "MIT",
"bugs": {
"url": "https://github.com/yoshi1125hisa/hatena-card-generator/issues"
},
"homepage": "https://github.com/yoshi1125hisa/hatena-card-generator#readme",
"devDependencies": {
"@babel/cli": "7.7.7",
"@babel/core": "7.7.7",
"@babel/preset-env": "7.7.7",
"@babel/register": "7.7.7",
"babel-loader": "8.0.6",
"browser-sync": "2.26.14",
"cz-customizable": "6.2.1",
"gulp": "4.0.2",
"gulp-autoprefixer": "7.0.1",
"gulp-babel": "8.0.0",
"gulp-postcss": "8.0.0",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-uglify": "3.0.2",
"postcss-cssnext": "3.1.0"
},
"eslintConfig": {
"extends": "airbnb",
"env": {
"browser": true,
"node": true
}
}
}