UNPKG

2.29 kBJSONView Raw
1{
2 "name": "@massds/mayflower",
3 "description": "Open source UI components and visual style guide for Massachusetts government websites",
4 "engines": {
5 "node": ">6.9.0",
6 "npm": ">5.0.0"
7 },
8 "version": "10.2.0",
9 "author": "Massachusetts Digital Services (MDS)",
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/massgov/mayflower.git"
13 },
14 "contributors": [
15 "Jes Constantine <jesconstantine@gmail.com>",
16 "Isaac Chansky <ichansky@gmail.com>",
17 "Jonathan Dallas <jonathan.dallas@velir.com>",
18 "Sarena Douglass <sarena.douglass@velir.com>",
19 "Greg LeRoux <leroux@palantir.net>"
20 ],
21 "license": "SEE LICENSE IN LICENSE.md",
22 "bugs": {
23 "url": "https://github.com/massgov/mayflower/issues"
24 },
25 "homepage": "https://github.com/massgov/mayflower#readme",
26 "devDependencies": {
27 "@massds/mayflower-assets": "^0.2.2",
28 "babel-core": "^6.26.3",
29 "babel-preset-env": "^1.7.0",
30 "babelify": "^8.0.0",
31 "browser-sync": "^2.26.7",
32 "browserify": "^16.2.3",
33 "child-process-promise": "^2.2.1",
34 "core-js": "^2.6.5",
35 "disc": "^1.3.3",
36 "dotenv": "^8.2.0",
37 "eslint": "^5.15.1",
38 "eslint-plugin-react": "^7.2.0",
39 "fitvids": "^2.0.0",
40 "gulp": "^4.0.0",
41 "gulp-autoprefixer": "^5.0.0",
42 "gulp-concat": "^2.6.1",
43 "gulp-debug": "^4.0.0",
44 "gulp-environments": "^1.0.1",
45 "gulp-filter": "^5.1.0",
46 "gulp-header": "^2.0.5",
47 "gulp-if": "^2.0.2",
48 "gulp-pixrem": "^1.0.0",
49 "gulp-rename": "^2.0.0",
50 "gulp-sass": "^4.0.1",
51 "gulp-sourcemaps": "^2.6.4",
52 "gulp-terser": "^1.2.0",
53 "handlebars": "^4.7.6",
54 "jquery": "^3.5.1",
55 "lazypipe": "^1.0.1",
56 "mdn-polyfills": "^5.16.0",
57 "merge-stream": "^1.0.1",
58 "moment": "^2.24.0",
59 "picturefill": "^3.0.3",
60 "pikaday": "^1.8.0",
61 "smoothscroll-polyfill": "^0.4.4",
62 "sass": "^1.26.5",
63 "svg4everybody": "^2.1.9",
64 "terser": "^4.6.3",
65 "through2": "^3.0.1",
66 "twig": "^1.13.2",
67 "undertaker-registry": "^1.0.1",
68 "untildify": "^4.0.0",
69 "url-search-params-polyfill": "^5.0.0",
70 "whatwg-fetch": "^3.0.0"
71 },
72 "dependencies": {
73 "del": "^5.1.0",
74 "normalize-scss": "~7.0.1"
75 },
76 "scripts": {
77 "start": "gulp",
78 "build": "gulp prod",
79 "gulp": "gulp"
80 }
81}