forked from windyakin/Honoka
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
73 lines (73 loc) · 1.73 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
{
"name": "bootstrap-umi",
"version": "4.0.0",
"description": "Umi is one of the Bootstrap original theme.",
"author": "SAKATA Sinji",
"website": "https://ysakasin.github.io/Umi/",
"config": {
"packageName": "Umi",
"projectStartYear": "2015",
"licenseUrl": "https://github.com/ysakasin/Umi/blob/master/LICENSE"
},
"keywords": [
"css",
"bootstrap",
"sass",
"scss",
"lovelive",
"web",
"front-end",
"framework",
"theme"
],
"license": "MIT",
"main": "dist/js/bootstrap.js",
"scripts": {
"start": "gulp default",
"test": "gulp test"
},
"style": "dist/css/bootstrap.css",
"repository": {
"type": "git",
"url": "https://github.com/ysakasin/umi.git"
},
"dependencies": {
"bootstrap": "4.0.0",
"jquery": ">=1.9.1",
"popper.js": "^1.14.3"
},
"devDependencies": {
"autoprefixer": "^7.2.6",
"browser-sync": "^2.24.2",
"clean-css": "^4.1.11",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.11.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.3",
"gulp-eslint": "^4.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.2.1",
"gulp-stylelint": "^6.0.0",
"gulp-zip": "^4.1.0",
"postcss-flexbugs-fixes": "^3.3.1",
"run-sequence": "^2.2.1",
"stylelint": "^8.4.0",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^0.8.1",
"stylelint-scss": "^2.5.0"
},
"files": [
"build",
"dist",
"scss/**/*.scss",
"gulpfile.js",
"LICENSE"
]
}