-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.04 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
{
"name": "2018-summer-camp-guide",
"version": "0.0.1",
"description": "Find summer camps in the metro area",
"author": {
"name": "Star Tribune visuals team, Jeff Hargarten, MaryJo Webster, CJ Sinner, Alan Palazzolo",
"email": "alan.palazzolo@startribune.com"
},
"repository": {
"type": "git",
"url": "https://github.com/striblab/2018-summer-camp-guide.git"
},
"main": "app/index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"engines": {
"node": ">=6.9"
},
"dependencies": {
"luxon": "^0.4.0",
"nouislider": "^11.0.3",
"query-string": "^4.3.2",
"vanilla-lazyload": "^10.4.2"
},
"devDependencies": {
"aws-sdk": "^2.77.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-lodash": "^3.3.2",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.18.12",
"cached-request": "^1.1.2",
"chrome-remote-interface": "^0.23.2",
"del": "^2.2.2",
"dotenv": "^4.0.0",
"google-auth-library": "^0.10.0",
"googleapis": "^19.0.0",
"gulp": "^3.9.1",
"gulp-a11y": "^0.1.2",
"gulp-autoprefixer": "^4.0.0",
"gulp-awspublish": "^3.3.0",
"gulp-ejs": "^3.0.1",
"gulp-eslint": "^4.0.0",
"gulp-file-include": "^1.1.0",
"gulp-htmlhint": "^0.3.1",
"gulp-json-editor": "^2.2.1",
"gulp-noopener": "^1.0.5",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylelint": "^3.9.0",
"gulp-transform": "^3.0.5",
"gulp-util": "^3.0.8",
"htmlhint-stylish": "^1.0.3",
"jest-cli": "^20.0.4",
"lighthouse": "^2.2.1",
"lodash": "^4.17.4",
"moment": "^2.19.1",
"openurl": "^1.1.1",
"request": "^2.83.0",
"run-sequence": "^1.2.2",
"strib-styles": "^0.0.7",
"stylelint-config-standard": "^17.0.0",
"svelte": "^1.55.0",
"svelte-extras": "^1.6.0",
"svelte-loader": "^2.3.3",
"uglifyjs-webpack-plugin": "^0.4.6",
"underscore": "^1.8.3",
"webpack": "^3.1.0",
"webpack-stream": "^3.2.0",
"yargs": "^8.0.2"
},
"license": "MIT"
}