-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
82 lines (82 loc) · 2.27 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
{
"name": "@massds/mayflower",
"description": "Open source UI components and visual style guide for Massachusetts government websites",
"engines": {
"node": ">6.9.0",
"npm": ">5.0.0"
},
"version": "13.0.0",
"author": "Massachusetts Digital Services (MDS)",
"repository": {
"type": "git",
"url": "git+https://github.com/massgov/mayflower.git"
},
"contributors": [
"Jes Constantine <[email protected]>",
"Isaac Chansky <[email protected]>",
"Jonathan Dallas <[email protected]>",
"Sarena Douglass <[email protected]>",
"Greg LeRoux <[email protected]>"
],
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/massgov/mayflower/issues"
},
"homepage": "https://github.com/massgov/mayflower#readme",
"devDependencies": {
"@massds/mayflower-assets": "^13.0.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browser-sync": "^2.26.7",
"browserify": "^16.2.3",
"child-process-promise": "^2.2.1",
"core-js": "^2.6.5",
"disc": "^1.3.3",
"dotenv": "^8.2.0",
"eslint": "^7.2.0",
"eslint-plugin-react": "^7.20.0",
"fitvids": "^2.0.0",
"gulp": "~4.0.2",
"gulp-autoprefixer": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-environments": "^1.0.1",
"gulp-filter": "^5.1.0",
"gulp-header": "^2.0.5",
"gulp-if": "^2.0.2",
"gulp-pixrem": "^1.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-terser": "^1.2.0",
"handlebars": "^4.7.6",
"jquery": "~3.5.1",
"lazypipe": "^1.0.1",
"mdn-polyfills": "^5.16.0",
"merge-stream": "^1.0.1",
"moment": "^2.24.0",
"picturefill": "^3.0.3",
"pikaday": "^1.8.0",
"smoothscroll-polyfill": "^0.4.4",
"sass": "~1.30.0",
"svg4everybody": "^2.1.9",
"terser": "^4.6.3",
"through2": "^3.0.1",
"twig": "^1.13.2",
"undertaker-registry": "^1.0.1",
"untildify": "^4.0.0",
"url-search-params-polyfill": "^5.0.0",
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"del": "~6.0.0",
"normalize-scss": "~7.0.1",
"leaflet": "~1.7.1"
},
"scripts": {
"start": "gulp",
"build": "gulp prod",
"gulp": "gulp"
}
}