-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.82 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
{
"name": "dig-the-data",
"version": "4.0.0",
"description": "HTML, JS, CSS, etc. for Dig the Data",
"repository": {
"type": "git",
"url": "git+https://github.com/getconversio/dig-the-data.git"
},
"keywords": [
"data",
"visualization"
],
"author": "David Volquartz Lebech <david@conversio.com> (https://davidlebech.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/getconversio/dig-the-data/issues"
},
"homepage": "https://github.com/getconversio/dig-the-data#readme",
"scripts": {
"postinstall": "node_modules/.bin/gulp build",
"lint": "node_modules/.bin/eslint src/js",
"dev": "NODE_ENV=development node_modules/.bin/gulp",
"test": "yarn run lint"
},
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.0",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"bootstrap-select": "^1.12.3",
"clean-webpack-plugin": "^0.1.16",
"cookie-parser": "^1.4.3",
"d3": "^4.10.0",
"debug": "^2.2.0",
"del": "^2.2.2",
"express": "^4.15.3",
"glob": "^7.1.2",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^6.1.2",
"gulp-nodemon": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"jquery": "^3.2.1",
"json-loader": "^0.5.4",
"letteringjs": "^0.7.0",
"morgan": "^1.7.0",
"nunjucks": "^3.0.0",
"sass-module-importer": "^1.4.0",
"scss-to-json": "^1.1.0",
"serve-favicon": "^2.3.0",
"through2": "^2.0.1",
"topojson": "^3.0.0",
"vinyl-named": "^1.1.0",
"webpack": "^3.3.0"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-conversio": "^1.0.4",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0"
},
"engines": {
"node": ">=8.4.0"
}
}