This repository has been archived by the owner on Feb 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.72 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"babel": {
"presets": [
"es2015-node6",
"stage-2"
]
},
"cacheDirectories": [
"node_modules",
"bower_components"
],
"devDependencies": {
"@financial-times/g-deploy": "^3.0.12",
"ansi-to-html": "^0.4.1",
"axios": "^0.14.0",
"babel-core": "^6.13.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-node6": "^0.3.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.13.0",
"babel-register": "^6.26.0",
"babelify": "^7.3.0",
"bower": "^1.8.8",
"browser-sync": "^2.14.0",
"browserify": "^13.1.0",
"d3-time-format": "^2.0.2",
"debowerify": "^1.5.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-data": "^1.2.1",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-inline-source": "^3.0.0",
"gulp-minify-html": "^1.0.6",
"gulp-nunjucks": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^4.1.0",
"gulp-util": "^3.0.7",
"inline-source": "github:aendrew/inline-source",
"markdown-it": "^7.0.1",
"merge-stream": "^1.0.0",
"node-sass": "^4.14.1",
"nodemon": "^1.10.2",
"nunjucks": "^2.4.2",
"nunjucks-markdown": "^2.0.0",
"remove-markdown": "^0.1.0",
"run-sequence": "^1.2.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"engines": {
"node": ">=6"
},
"optionalDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "^6.1.2",
"chalk": "^1.1.3",
"eslint": "^3.3.1",
"eslint-config-airbnb": "^10.0.1",
"eslint-config-ft-graphics": "ft-interactive/eslint-config-ft-graphics",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^1.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-react": "^6.1.2",
"figures": "^1.7.0",
"input": "^1.0.1",
"minimist": "^1.2.0",
"nightwatch": "^0.9.7",
"ora": "^0.3.0",
"parse-github-url": "^0.3.1",
"phantomjs-prebuilt": "^2.1.12",
"s3": "^4.4.0",
"selenium-standalone": "5.6.1"
},
"private": true,
"scripts": {
"build": "gulp",
"clean": "rm -rf dist",
"deploy": "g-deploy --assets-prefix=https://ig.ft.com/v2/__assets/",
"lint": "eslint --no-eslintrc --config=.eslintrc-ci.yml .",
"postinstall": "bower install",
"prebuild": "npm run clean",
"preflight": "gulp test:preflight",
"prestart": "npm run clean",
"start": "nodemon --watch gulpfile.babel.js --exec 'gulp watch'",
"test": "npm run lint && npm run build"
},
"dependencies": {
"d3": "^3.5.17",
"lodash": "^4.17.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-faux-dom": "^3.0.0"
}
}