-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
165 lines (165 loc) · 4.54 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
{
"name": "gutter-grid",
"version": "7.0.2",
"description": "A Sass flexbox based grid system that is able to replicate CSS grid-gap in IE11",
"keywords": [
"grid",
"grid system",
"flexbox",
"css",
"sass",
"scss",
"gutter",
"gutters",
"responsive",
"fallback"
],
"homepage": "https://dan503.github.io/gutter-grid/",
"repository": {
"type": "git",
"url": "git+https://github.com/Dan503/gutter-grid.git"
},
"license": "MIT",
"dependencies": {
"mq-scss": "*"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/register": "^7.12.10",
"autoprefixer": "^10.1.0",
"babel-eslint": "^10.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"babelify": "^10.0.0",
"browser-sync": "^2.26.13",
"browserify": "^17.0.0",
"browserify-shim": "^3.8.14",
"clone": "^2.1.2",
"count-keys": "^1.1.2",
"default-to": "^2.0.1",
"del": "^6.0.0",
"delete-empty": "^3.0.0",
"envify": "^4.1.0",
"filesize": "^6.1.0",
"foldero": "^0.1.1",
"glob": "^7.1.6",
"gulp": "^4.0.2",
"gulp-bump": "^3.2.0",
"gulp-changed": "^4.0.2",
"gulp-connect-php": "^1.0.3",
"gulp-cssnano": "^2.1.3",
"gulp-data": "^1.3.1",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^6.0.0",
"gulp-footer": "^2.0.2",
"gulp-git": "^2.10.1",
"gulp-header": "^2.0.9",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-json-format": "^2.0.0",
"gulp-load-plugins": "^2.0.6",
"gulp-modernizr": "^4.0.1",
"gulp-modulizr": "0.0.2",
"gulp-newer": "^1.4.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.0",
"gulp-pug": "^4.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-svg-symbols": "^3.2.3",
"gulp-tag-version": "^1.3.1",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"imagemin-pngquant": "^9.0.1",
"imagemin-svgo": "^8.0.0",
"js-yaml": "^3.14.1",
"jstransformer-marked": "^1.0.3",
"jstransformer-pug": "^0.3.0",
"kf-animate": "^1.0.3",
"lodash": "^4.17.20",
"minimist": "^1.2.5",
"natives": "^1.1.6",
"node-dir": "^0.1.17",
"node-notifier": "^9.0.0",
"node-sass": "^5.0.0",
"postcss": "^8.2.1",
"postcss-flexibility": "^2.0.0",
"postcss-pxtorem": "^5.1.1",
"postcss-unmq": "^1.0.2",
"pug": "^3.0.0",
"replace-values": "^1.0.2",
"request": "^2.88.2",
"rimraf": "^3.0.2",
"tiny-emitter": "^2.1.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"wait-for-element": "^1.0.2",
"watchify": "^3.11.1",
"wrench": "^1.5.9"
},
"scripts": {
"clean-deps": "rimraf node_modules"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"jquery": {
"exports": "global:$"
}
},
"engines": {
"node": ">=0.12.0"
},
"\\": "CUSTOM CONFIGURATION",
"config": {
"host": "127.0.0.1",
"port": "3000",
"\\basePath": "is used to hold the entire site inside a subdirectory rather than the root folder of a site, leave blank if you want the site in the root folder",
"basePath": "gutter-grid",
"\\serve": "can be either 'html' or 'php' depending on what type of files you want the pug to compile into. HTML is a bit faster and cleaner but PHP gives you access to server side scripting",
"serve": "html",
"\\exportLocations1": "defines where to export front end assets to when running the 'gulp export' task.",
"\\exportLocations2": "adding '\\' to the front of the file string is the equivelant of commenting it out",
"exportLocations": [
"../build/assets",
"\\../file/not/copied"
],
"redirect": true,
"directories": {
"source": "src",
"destination": "docs",
"temporary": "tmp",
"gulp": "gulp",
"downloads": "downloads",
"assets": "assets",
"modules": "_1_modules",
"base": "_2_base",
"layouts": "_3_layouts",
"templates": "_4_templates",
"pages": "pages",
"protoOnly": "_prototype-only",
"images": "_images",
"styles": "_0_styles",
"icons": "_icomoon",
"scripts": "_0_scripts",
"data": "_0_data",
"jsUtils": "JS-utilities"
},
"entries": {
"js": "main.js",
"css": "main.scss",
"protoOnly": {
"js": "prototype-only.js",
"css": "prototype-only.scss"
}
}
}
}