-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.44 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
{
"name": "@reuters-graphics/chart-module-weeklyaverage",
"version": "0.0.1",
"main": "dist/index.js",
"author": "Jon McClure <[email protected]>",
"license": "MIT",
"private": false,
"repository": "github:reuters-graphics/<your-repo-here>",
"scripts": {
"start": "next",
"build": "next build && next export -o docs && rollup -c rollup.config.js"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@reuters-graphics/eslint-config": "^0.0.2",
"@reuters-graphics/style-color": "^1.0.0",
"@reuters-graphics/style-theme-eisbaer": "^0.2.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.0.1",
"eslint": "^6.8.0",
"next": "^9.4.4",
"next-transpile-modules": "^3.3.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rollup": "^2.17.1",
"rollup-plugin-alias": "^2.2.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-externals": "^2.2.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sass": "^1.26.8"
},
"dependencies": {
"@reuters-graphics/d3-locale": "^0.1.0",
"@reuters-graphics/graphics-atlas-client": "^0.4.6",
"d3": "^5.16.0",
"d3-format": "^1.4.4",
"d3-time-format": "^2.2.3",
"lodash": "^4.17.15",
"mustache": "^4.0.1",
"underscore": "^1.10.2"
}
}