-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "datamaps.co",
"version": "2.0.0",
"description": "datamaps.co",
"main": "server/index.js",
"scripts": {
"dev": "node server",
"build:static": "next build && next export -o client/dist",
"deploy:s3": "yarn run build:static && serverless client deploy",
"analyze": "ANALYZE=true next build"
},
"author": "Kacper Goliński <kacper.golinski@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.15.2",
"babel-plugin-module-resolver": "^3.0.0",
"d3": "^3.5.16",
"d3-dsv": "^1.0.3",
"immutable": "^3.8.1",
"next": "^4.2.1",
"next-routes": "^1.2.0",
"react": "^16.2.0",
"react-autosuggest": "^9.3.2",
"react-color": "^2.13.8",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.3",
"react-modal": "^3.1.8",
"react-redux": "4.4.8",
"react-select": "^1.1.0",
"react-typist": "^2.0.4",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"reselect": "^2.5.4",
"save-svg-as-png": "^1.0.2",
"serverless-finch": "^1.3.0",
"topojson-client": "^2.1.0"
},
"devDependencies": {
"babel-eslint": "^6.0.0",
"eslint": "^2.5.1",
"eslint-config-airbnb": "^6.2.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-react": "^4.2.3",
"json2csv": "^3.5.0",
"prop-types": "^15.6.0",
"webpack-bundle-analyzer": "^2.9.1"
}
}