-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
108 lines (108 loc) · 2.99 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
{
"name": "streetsupport",
"description": "Street Support Network is a Manchester collective of support groups, charities and kind-hearted folk. We’ve joined forces to make it easier to find help, and give help, to people facing homelessness in Manchester.",
"version": "1.0.0",
"author": "StreetSupport <[email protected]>",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/StreetSupport/streetsupport-web.git"
},
"bugs": {
"url": "https://github.com/StreetSupport/streetsupport-web/issues"
},
"engines": {
"node": ">= 14"
},
"devDependencies": {
"autoprefixer": "^10.4.18",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync": "^3.0.1",
"critical": "^3.1.0",
"css-mqpacker": "^7.0.0",
"cssnano": "^6.0.5",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-debug": "^4.0.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-jasmine": "2.4.2",
"gulp-json-editor": "^2.6.0",
"gulp-postcss": "^9.0.1",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-standard": "^14.0.0",
"gulp-streamify": "^1.0.2",
"gulp-svg-sprite": "^2.0.3",
"gulp-util": "3.0.8",
"handlebars": "^4.7.8",
"imagemin-pngquant": "^9.0.2",
"imports-loader": "0.7.0",
"jasmine": "^5.1.0",
"metalsmith": "^2.6.3",
"metalsmith-drafts": "^1.0.0",
"metalsmith-ignore": "^1.0.0",
"metalsmith-in-place": "^1.4.4",
"metalsmith-layouts": "^1.8.1",
"metalsmith-mapsite": "^1.0.6",
"metalsmith-metadata-directory": "1.0.0",
"metalsmith-register-helpers": "^0.4.1",
"postcss-pxtorem": "^6.1.0",
"postcss-reporter": "^7.1.0",
"postcss-scss": "^4.0.9",
"sass-mq": "^5.0.1",
"sinon": "^1.17.7",
"striptags": "^3.2.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0",
"susy": "^2.2.14",
"vinyl-source-stream": "^2.0.0",
"webpack": "1.14.0",
"yargs": "^17.7.2"
},
"dependencies": {
"awesomplete": "^1.1.5",
"classlist.js": "1.1.20150312",
"cookie-cutter": "^0.2.0",
"delegate": "^3.2.0",
"fastclick": "1.0.6",
"geolib": "^2.0.24",
"gulp-cli": "^2.3.0",
"gulp4-run-sequence": "^1.0.2",
"hogan.js": "3.0.2",
"holderjs": "^2.9.9",
"htmlencode": "0.0.4",
"json-loader": "^0.5.7",
"knockout": "^3.5.1",
"knockout.validation": "^2.0.4",
"list.js": "^2.3.1",
"marked": "^0.6.3",
"moment": "^2.30.1",
"postcss": "^8.4.35",
"q": "^1.5.1",
"request": "^2.88.2",
"sass": "^1.32.13",
"snyk": "^1.1285.0",
"spin.js": "^2.3.2",
"svg4everybody": "^2.1.9",
"wpapi": "^1.1.2"
},
"babel": {
"presets": [
"es2015"
]
},
"browserslist": [
"defaults"
],
"scripts": {},
"snyk": true
}