forked from Vizzuality/kenya-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.7 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.7 KB
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
{
"name": "kenya-dashboard",
"version": "0.3.0",
"description": "Kenya Dashboard",
"author": "alba.fernandez@vizzuality.com",
"license": "ISC",
"repository": "https://github.com/iaincollins/nextjs-starter.git",
"main": "index.js",
"dependencies": {
"autoprefixer": "6.7.6",
"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",
"body-parser": "1.15.2",
"classnames": "2.2.5",
"connect-redis": "3.3.0",
"cookie-parser": "1.4.3",
"dotenv": "4.0.0",
"es6-promise": "4.1.1",
"eventemitter3": "2.0.3",
"express": "4.14.0",
"express-session": "1.14.2",
"extract-text-webpack-plugin": "2.1.0",
"foundation-sites": "6.3.1",
"fuse.js": "3.0.5",
"glob": "7.1.1",
"isomorphic-fetch": "2.2.1",
"js-cookie": "2.1.4",
"jsonapi-serializer": "3.5.3",
"leaflet": "1.0.2",
"lodash": "4.17.4",
"lusca": "1.4.1",
"moment": "2.18.1",
"next": "3.0.6",
"next-redux-wrapper": "1.3.2",
"next-routes": "1.0.40",
"node-sass": "4.5.3",
"normalize.css": "7.0.0",
"now-logs": "0.0.7",
"orm": "3.2.3",
"passport": "0.3.2",
"passport-local": "1.0.0",
"pikaday": "1.6.1",
"postcss-easy-import": "2.0.0",
"postcss-loader": "1.3.3",
"postcss-middleware": "1.1.3",
"prop-types": "15.5.7",
"puppeteer": "0.10.1",
"raw-loader": "0.5.1",
"react": "15.6.1",
"react-bootstrap-daterangepicker": "3.4.0",
"react-dom": "15.6.1",
"react-ga": "2.2.0",
"react-redux": "5.0.5",
"react-redux-toastr": "7.1.5",
"react-responsive": "1.3.4",
"react-select": "1.0.0-rc.5",
"react-slick": "0.15.4",
"react-sortable-hoc": "0.6.5",
"react-stickynode": "1.4.0",
"react-tether": "0.5.7",
"react-toggle-switch": "2.1.4",
"react-transition-group": "1.2.0",
"recharts": "1.0.0-alpha.2",
"redis": "2.8.0",
"redux": "3.6.0",
"redux-devtools-extension": "2.13.2",
"redux-thunk": "2.1.0",
"reselect": "3.0.1",
"resize-sensor--react": "1.0.2",
"sass-loader": "5.0.1",
"session-file-store": "1.0.0",
"slick-carousel": "1.7.1",
"sqlite3": "3.1.8",
"superagent": "3.6.0",
"tmp": "0.0.33",
"uuid": "3.0.1"
},
"devDependencies": {
"babel-eslint": "7.2.3",
"eslint": "3.19.0",
"eslint-config-vizzuality": "1.0.3",
"eslint-import-resolver-babel-module": "3.0.0",
"eslint-plugin-babel": "4.1.1",
"why-did-you-update": "0.0.8"
},
"scripts": {
"dev": "NODE_ENV=development node index.js",
"test": "eslint .",
"build": "next build",
"start": "node index.js"
},
"engines": {
"node": "8.x.x"
}
}