-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.89 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
{
"name": "My-foundation-1",
"version": "0.0.5",
"description": "my foundation stack",
"main": "./",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/erredeco/my-foundation-1"
},
"keywords": [
"handlebars-helper-rel",
"handlebars-helper-slugify"
],
"author": "Riccardo De Contardi",
"license": "ISC",
"bugs": {
"url": "https://github.com/erredeco/my-foundation-1/issues"
},
"homepage": "https://github.com/erredeco/my-foundation-1",
"devDependencies": {
"assemble": "^0.24.3",
"autoprefixer": "^10.3.4",
"browser-sync": "^2.27.5",
"del": "^6.0.0",
"file-system": "^2.2.2",
"foundation-sites": "^6.7.2",
"gifsicle": "^5.2.0",
"git-rev-sync": "^3.0.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-extname": "^0.2.2",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-lintspaces": "^1.0.1",
"gulp-newer": "^1.4.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-string-replace": "^1.1.2",
"gulp-strip-debug": "^4.0.0",
"gulp-terser": "^2.0.1",
"handlebars": "^4.7.7",
"handlebars-helpers": "^0.10.0",
"imagemin": "^8.0.1",
"jpegtran-bin": "^5.0.2",
"jquery": "^3.6.0",
"minimist": "^1.2.5",
"motion-ui": "^2.0.3",
"node-sass": "^6.0.1",
"optipng-bin": "^7.0.0",
"pngquant-bin": "^6.0.0",
"postcss": "^8.3.6",
"postcss-assets": "^6.0.0",
"postcss-clean": "^1.2.2",
"postcss-sort-media-queries": "^4.1.0",
"postcss-sprites": "^4.2.1",
"require-dir": "^1.2.0",
"rimraf": "^3.0.2",
"streamqueue": "^1.1.2",
"terser": "^5.8.0",
"vinyl-buffer": "^1.0.1",
"what-input": "^5.2.10"
},
"dependencies": {}
}