forked from the-pudding/eu-regions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.06 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
{
"name": "starter",
"version": "2.0.0",
"description": "Starter template for Pudding stories",
"author": "Russell Goldenberg",
"license": "MIT",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"d3-svg-legend": "^2.25.6",
"flubber": "^0.4.2",
"fontfaceobserver": "^2.1.0",
"intersection-observer": "^0.5.1",
"lodash.debounce": "^4.0.8",
"nouislider": "^12.1.0",
"proj4": "^2.5.0",
"promise-polyfill": "^8.1.0",
"scrollama": "^1.4.4",
"superagent": "^4.1.0",
"topojson": "^3.0.2"
},
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/preset-env": "7.2.3",
"@babel/register": "7.0.0",
"archieml": "^0.4.2",
"babel-loader": "8.0.5",
"browser-sync": "^2.26.3",
"d3-dsv": "1.0.10",
"del": "^3.0.0",
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.4.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-combine-mq": "^0.4.0",
"gulp-file-include": "^2.0.1",
"gulp-hb": "^7.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-smoosher": "^0.0.9",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylus": "^2.7.0",
"gulp-util": "^3.0.7",
"prettier": "^1.15.3",
"request": "^2.88.0",
"require-dir": "^1.2.0",
"run-sequence": "^2.2.0",
"source-map": "^0.7.3",
"webpack": "^4.28.4",
"webpack-stream": "^5.2.1"
},
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/polygraph-cool/starter.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/polygraph-cool/starter/issues"
},
"homepage": "https://github.com/polygraph-cool/starter#readme"
}