-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
126 lines (126 loc) · 4.51 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "kiribi_ususama",
"version": "9.1.3-5.2.3",
"description": "Gulp を使用した小・中規模Webサイト制作用のフレームワークです。",
"main": "gulpfile.js",
"scripts": {
"om": "mkdirp dist dist/webfonts dist/assets dist/images bin/styleguide/dist src/contents bin/config/subterranean",
"krodhana": "node ./bin/saicho",
"hum": "run-s kakaishu eshaku riken gueshingon",
"jah": "node ./bin/sculpture",
"svaha": "gulp",
"gueshingon": "copyfiles -af \"./node_modules/@fortawesome/fontawesome-free/webfonts/**/*\" \"./dist/webfonts/\"",
"kakaishu": "node ./bin/kakaishu",
"katen": "node ./bin/daishi/dist/bin/www",
"agni": "node ./bin/agni",
"eshaku": "run-p katen agni",
"riken": "node ./bin/riken",
"fujoketsu": "rimraf ./src/scss/assets/ ./src/js/concat/ ./src/scss/util/_var.scss ./dist/ ./bin/styleguide/dist/ ./bin/config/subterranean/",
"gulp": "gulp",
"opener": "opener",
"lint:html": "htmllint ./dist/**/*.html",
"lint:js": "eslint ./src/js/**/*.js",
"lint:scss": "stylelint ./src/scss/**/*.scss",
"lint:http": "node ./bin/johari",
"lint": "run-p lint:*",
"fix:js": "eslint --fix ./src/js/**/*.js && prettier --config .prettierrc.json --write ./src/js/**/*.js",
"fix:scss": "stylelint --fix ./src/scss/**/*.scss",
"fix": "run-s fix:*",
"start": "run-s om krodhana hum jah svaha",
"restart": "run-s plugin gulp",
"test": "npm run lint",
"deploy": "gulp ftp",
"guide": "gulp styleguide",
"init": "run-s om kakaishu gueshingon",
"setting": "npm run eshaku",
"plugin": "npm run riken",
"new": "node ./bin/sculpture",
"sitemap": "gulp sitemap",
"sitexml": "gulp sitemapxml",
"search": "gulp sitesearch",
"delete": "npm run fujoketsu",
"om_": "rimraf ./dist/",
"kurodano": "npm run om",
"un": "npm run init",
"jaku": "npm run riken",
"sowaka": "gulp build",
"tankai": "node ./bin/tankai",
"build": "run-s om_ kurodano un jaku sowaka"
},
"author": "Arm Band",
"license": "ISC",
"dependencies": {
"@arm-band/alpha1-bootstrap-jp-sutra": "^0.0.7",
"@fortawesome/fontawesome-free": "^6.2.1",
"bootstrap": "^5.2.3",
"bowser": "^2.11.0",
"brand-colors": "^2.1.1",
"list.js": "^2.3.1",
"luminous-lightbox": "^2.4.0",
"swiper": "^8.4.5"
},
"devDependencies": {
"axios": "^0.27.2",
"browser-sync": "^2.27.10",
"clean-webpack-plugin": "^4.0.0",
"cookie-parser": "^1.4.6",
"copyfiles": "^2.4.1",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"eslint": "^8.29.0",
"eslint-config-prettier": "^8.5.0",
"express": "^4.18.2",
"front-matter": "^4.0.2",
"ftp-deploy": "^2.4.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-connect-php": "^1.0.3",
"gulp-data": "^1.3.1",
"gulp-ejs": "^5.1.0",
"gulp-frontnote": "^2.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "7.1.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"htmllint-cli": "^0.0.7",
"http-errors": "^2.0.0",
"imagemin-gifsicle": "^7.0.0",
"imagemin-mozjpeg": "9.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-svgo": "9.0.0",
"lodash.sortby": "^4.7.0",
"marked": "^4.2.3",
"mkdirp": "^1.0.4",
"morgan": "^1.10.0",
"npm-run-all": "^4.1.5",
"opener": "^1.5.2",
"prettier": "^2.8.0",
"rimraf": "^3.0.2",
"rss": "^1.2.2",
"sass": "^1.54.5",
"stylelint": "^14.11.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recommended-scss": "^8.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.3.0",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-stream": "^7.0.0",
"yaml": "^2.1.3"
},
"resolutions": {
"gifsicle": "5.2.1"
},
"engines": {
"node": ">=18.12.0",
"npm": ">=8.19.0"
},
"engineStrict": true,
"prettier": {}
}