-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.14 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
99
100
101
102
103
104
105
{
"name": "skydipper-manager",
"version": "0.0.1",
"description": "Back-office for Skydipper",
"main": "index.js",
"repository": "[email protected]:Skydipper/skydipper-manager.git",
"author": "Vizzuality <[email protected]>",
"license": "MIT",
"engines": {
"node": "10.12.0"
},
"scripts": {
"dev": "node index.js",
"build": "NODE_ENV=production next build",
"start": "NODE_ENV=production node index.js"
},
"dependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"@turf/bbox": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/intersect": "^6.5.0",
"@zeit/next-sass": "^1.0.1",
"autoprefixer": "^9.1.5",
"axios": "^0.18.0",
"babel-core": "7.0.0-bridge.0",
"babel-plugin-module-resolver": "^3.2.0",
"basic-auth": "^2.0.1",
"body-parser": "^1.19.0",
"bourbon": "4.3.4",
"brace": "^0.11.1",
"classnames": "^2.2.6",
"connect-redis": "^3.4.1",
"cookie-parser": "^1.4.4",
"date-fns": "^2.10.0",
"dotenv": "^8.0.0",
"express": "^4.16.4",
"express-session": "^1.16.1",
"foundation-sites": "^6.5.3",
"isomorphic-unfetch": "^3.0.0",
"leaflet-utfgrid": "^0.3.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"next": "^8.1.0",
"next-redux-wrapper": "^3.0.0-alpha.2",
"next-routes": "^1.4.2",
"node-sass": "^4.12.0",
"normalize.css": "^8.0.1",
"numeral": "^2.0.6",
"passport": "^0.4.0",
"passport-control-tower": "^0.1.8",
"passport-local": "^1.0.0",
"pino": "^5.12.4",
"pluralize": "^7.0.0",
"promise.prototype.finally": "^3.1.0",
"prop-types": "^15.7.2",
"query-string": "^6.5.0",
"rc-pagination": "^1.18.0",
"react": "^16.8.6",
"react-ace": "^6.5.0",
"react-day-picker": "^7.4.0",
"react-dom": "^16.8.6",
"react-dropzone": "4.2.9",
"react-modal": "^3.8.1",
"react-progress-2": "^4.4.3",
"react-redux": "^7.0.3",
"react-redux-toastr": "7.2.3",
"react-responsive": "^6.1.2",
"react-responsive-redux": "^0.7.0",
"react-select": "1.2.1",
"react-sortable-hoc": "^1.9.1",
"react-sticky": "^6.0.3",
"react-tether": "0.6.1",
"redis": "^2.8.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.0.2",
"redux-thunk": "^2.3.0",
"redux-tools": "github:vizzuality/redux-tools#3.3.0",
"reselect": "^4.0.0",
"serve-static": "^1.14.1",
"vega-lib": "^4.4.0",
"vizzuality-components": "^1.1.1",
"wri-json-api-serializer": "^1.0.1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-jest": "^24.7.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-vizzuality": "1.3.0",
"eslint-import-resolver-babel-module": "^5.0.0-beta.1",
"eslint-plugin-babel": "^5.2.1",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "7.11.0",
"eslint-plugin-react-hooks": "^2.4.0",
"jest": "^24.8.0",
"prettier": "1.17.1",
"webpack": "^4.31.0"
}
}