forked from resource-watch/resource-watch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3 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
106
107
108
{
"name": "resource-watch",
"version": "2.11.0",
"description": "Resource Watch",
"author": "Vizzuality",
"license": "MIT",
"repository": "https://github.com/resource-watch/resource-watch.git",
"main": "index.js",
"dependencies": {
"autoprefixer": "^7.1.0",
"babel-core": "^6.22.1",
"babel-plugin-module-resolver": "^2.6.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-wrap-in-js": "^1.1.1",
"basic-auth": "^1.1.0",
"bluebird": "^3.5.0",
"body-parser": "^1.16.0",
"bourbon": "^4.3.4",
"brace": "^0.10.0",
"chroma-js": "^1.3.3",
"classnames": "^2.2.5",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.2",
"d3": "^3.5.17",
"datalib": "^1.7.3",
"dotenv": "^4.0.0",
"es-decorators": "^1.0.0",
"esri-leaflet": "^2.0.8",
"express": "^4.14.0",
"express-session": "^1.15.3",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"foundation-sites": "^6.3.1",
"glob": "^7.1.1",
"image-webpack-loader": "^3.3.1",
"isomorphic-fetch": "^2.2.1",
"jiminy": "^0.1.1",
"json-loader": "^0.5.4",
"jsonapi-serializer": "^3.5.3",
"leaflet": "^1.0.3",
"lodash": "^4.17.4",
"lusca": "^1.4.1",
"moveto": "^1.6.1",
"next": "^2.4.3",
"next-redux-wrapper": "^1.1.2",
"next-routes": "^1.0.27",
"node-sass": "^4.5.0",
"nodemailer": "^2.7.0",
"nodemon": "^1.11.0",
"normalize.css": "^7.0.0",
"now-logs": "0.0.7",
"orm": "^3.2.3",
"passport": "^0.3.2",
"passport-control-tower": "^0.1.4",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-twitter": "^1.0.4",
"pluralize": "^5.0.0",
"postcss-easy-import": "^2.0.0",
"postcss-loader": "^2.0.5",
"prop-types": "^15.5.7",
"raw-loader": "^0.5.1",
"rc-pagination": "^1.8.8",
"react": "^15.5.4",
"react-ace": "^4.3.0",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^15.5.4",
"react-dropzone": "^3.13.3",
"react-input-range": "^1.1.4",
"react-redux": "^4.4.6",
"react-select": "^1.0.0-rc.4",
"react-slick": "^0.14.11",
"react-sortable-hoc": "^0.6.3",
"react-sticky": "^6.0.1",
"react-tether": "^0.5.7",
"react-tokeninput": "^2.4.0",
"react-upload-file": "^2.0.0-beta.6",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0",
"reselect": "^3.0.1",
"sass-loader": "^5.0.1",
"session-file-store": "^1.0.0",
"sqlite3": "^3.1.8",
"three": "^0.83.0",
"url-loader": "^0.5.8",
"uuid": "^3.0.1",
"vega": "^2.6.0",
"whatwg-fetch": "^2.0.2"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^3.7.1",
"eslint-config-vizzuality": "^1.0.5",
"eslint-import-resolver-babel-module": "^3.0.0",
"eslint-plugin-babel": "^4.1.1"
},
"scripts": {
"test": "eslint .",
"dev": "node index.js",
"build": "next build",
"start": "node index.js"
},
"engines": {
"node": "8.1.x"
},
"false": {}
}