-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 838 Bytes
/
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
{
"name": "hiconyan-page",
"version": "1.0.0",
"description": "https://hiconyan.page",
"main": "index.js",
"scripts": {
"build": "gulp",
"deploy": "firebase deploy",
"preview": "gulp preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hico-horiuchi/hiconyan-page.git"
},
"author": "HORIUCHI Akihiko",
"license": "MIT",
"bugs": {
"url": "https://github.com/hico-horiuchi/hiconyan-page/issues"
},
"homepage": "https://github.com/hico-horiuchi/hiconyan-page#readme",
"dependencies": {
"@primer/css": "~21.2",
"gulp": "~5.0",
"gulp-concat": "~2.6",
"gulp-connect": "~5.7",
"gulp-csso": "~4.0",
"gulp-sass": "~6.0",
"gulp-slm": "~1.2",
"js-yaml": "~4.1",
"sass": "~1.82"
},
"devDependencies": {
"firebase-tools": "~13"
}
}