This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.86 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
{
"name": "DEKOMORI",
"version": "1.0.0",
"description": "Handcrafted static web-page kit with like Chaos",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV=dev gulp",
"dev:lint": "cross-env NODE_ENV=dev gulp --SETMODE=lint",
"dev:clean": "gulp dev_clean",
"production": "cross-env NODE_ENV=prod gulp Production",
"production:preview": "gulp prod_localPreviewServer",
"production:clean": "gulp prod_clean",
"deploy:ghpages:initialDomain": "cross-env NODE_ENV=prod gulp deployGitHubPages --URLisSubDirectoryType",
"deploy:ghpages:customDomain": "cross-env NODE_ENV=prod gulp deployGitHubPages",
"deploy:netlify": "cross-env NODE_ENV=prod gulp deployNetlify",
"singleTask": "gulp",
"lint": "eslint build/src/**/*.js",
"codeFormat": "eslint build/src/**/*.js --fix",
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": ["eslint --fix", "git add"]
},
"author": "1natsu",
"license": "MIT",
"private": true,
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"browser-sync": "^2.11.1",
"bs-compile-middleware": "^0.1.3",
"bs-html-injector": "^3.0.3",
"cross-env": "^5.0.1",
"del": "^2.2.2",
"eslint": "^4.3.0",
"eslint-config-prettier": "^2.3.0",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gh-pages": "^1.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-changed": "^3.1.0",
"gulp-imagemin": "^3.3.0",
"gulp-pleeease": "^2.0.2",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^3.3.0",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-sass-glob": "^1.0.8",
"gulp-sourcemaps": "^2.6.0",
"gulp-svg-sprite": "^1.3.6",
"husky": "^0.14.3",
"imagemin-pngquant": "^5.0.1",
"lint-staged": "^6.0.0",
"minimist": "^1.2.0",
"modernizr-loader": "^1.0.1",
"node-bourbon": "^4.2.8",
"node-neat": "^2.0.0-beta.0",
"open": "^0.0.5",
"path": "^0.12.7",
"prettier": "^1.5.3",
"pug": "^2.0.0-rc.3",
"webpack": "^3.3.0",
"webpack-merge": "^4.1.0",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"blankshield": "^0.6.1",
"gsap": "^1.20.2",
"imagesloaded": "^4.1.3",
"jquery": "^3.2.1",
"jquery-match-height": "^0.7.2",
"minireset.css": "^0.0.3",
"modernizr": "^3.5.0",
"svgxuse": "^1.2.4",
"webfontloader": "^1.6.28"
},
"engines": {
"node": ">=7.4.0"
},
"browserslist": [
"last 3 version",
"last 4 ios_saf versions",
"not ie < 11"
]
}