generated from republik/dynamic-component-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·93 lines (93 loc) · 3.08 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
{
"name": "99-wealth-interactive",
"version": "0.0.1",
"description": "custom components for the story",
"main": "index.js",
"scripts": {
"dev": "concurrently -k \"npm run dev:code\" \"npm run dev:server\"",
"dev:code": "rollup -c -w",
"dev:server": "cd test && node server.js",
"build": "rollup -c && ([ -e assets ] && cp -R assets/ build/assets || :)",
"now-build": "NODE_ENV=production rollup -c && cd test && next build",
"heroku-postbuild": "NODE_ENV=production rollup -c && cd test && next build",
"start": "NODE_ENV=production cd test && node server.js",
"translations": "gsheets --key= --title=de --pretty --out src/lib/translations.de.json",
"deploy": "s3cmd sync --exclude '.DS_Store' --verbose --acl-public build/ s3://republik-assets/dynamic-components/99-wealth-interactive/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orbiting/99-wealth-interactive.git"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/orbiting/99-wealth-interactive/issues"
},
"homepage": "https://github.com/orbiting/99-wealth-interactive#readme",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@orbiting/remark-preset": "^1.2.3",
"@project-r/styleguide": "^12.4.0",
"apollo-cache-inmemory": "^1.6.6",
"apollo-client": "^2.6.10",
"apollo-fetch": "^0.7.0",
"apollo-link": "^1.2.14",
"apollo-link-http": "^1.5.17",
"apollo-link-ws": "^1.0.20",
"concurrently": "^5.2.0",
"core-js": "^2.6.5",
"d3-dsv": "^1.2.0",
"d3-geo": "^1.12.1",
"d3-shape": "^1.3.7",
"d3-time-format": "^2.2.3",
"dotenv": "^6.0.0",
"downshift": "^2.0.0",
"express": "^4.16.3",
"file-loader": "^1.1.11",
"glamor": "^2.20.40",
"graphql": "^14.7.0",
"graphql-tag": "^2.10.4",
"gsheets": "^2.0.0",
"isomorphic-unfetch": "^3.0.0",
"mdast-react-render": "^1.2.0",
"next": "^9.4.4",
"prop-types": "^15.7.2",
"raw-loader": "^3.0.0",
"react": "^16.13.1",
"react-apollo": "^2.5.8",
"react-dom": "^16.13.1",
"react-textarea-autosize": "^6.1.0",
"rollup": "^0.60.7",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"scroll-into-view": "^1.14.2",
"subscriptions-transport-ws": "^0.9.17",
"topojson": "^3.0.2",
"unist-util-visit": "^1.3.1"
},
"dependencies": {
"babel-eslint": "^10.1.0",
"csvtojson": "2.0.10",
"d3": "^4.13.0",
"d3-array": "^1.2.4",
"d3-collection": "^1.0.7",
"d3-color": "^1.4.1",
"d3-format": "^1.4.4",
"d3-scale": "^2.2.2",
"eslint": "^7.3.1",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"prettier": "^2.0.5",
"react-icons": "^3.10.0",
"react-motion": "^0.5.2",
"rw": "^1.3.3"
}
}