-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
87 lines (87 loc) · 2.58 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
{
"name": "explore-pokhara-web",
"version": "1.0.0",
"description": "Official front-end code for the Explore Pokhara Web Application",
"main": "index.js",
"scripts": {
"build": "shx rm -rf public/** && NODE_ENV=production webpack -p --progress && cp ./src/land.html ./public/land.html",
"start": "webpack-dev-server --colors",
"deploy": "npm run build; gh-pages -d public; npm run clean",
"test": "echo \"Error: no test specified\" && exit 1",
"stats": "webpack --json > stats.json"
},
"repository": {
"type": "git",
"url": "https://code.kathmandulivinglabs.org/explore-pokhara/explore-pokhara-web.git"
},
"keywords": [
"opendata",
"data"
],
"author": "Arogya Koirala",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"c3": "^0.5.4",
"d3-collection": "^1.0.4",
"express": "^4.16.2",
"history": "^4.7.2",
"intro.js": "^2.9.3",
"intro.js-react": "^0.2.0",
"jquery": "^3.3.1",
"leaflet": "^1.3.1",
"leaflet-boundary-canvas": "^1.0.0",
"leaflet-easybutton": "^2.3.0",
"leaflet-search": "^2.7.0",
"leaflet.markercluster": "^1.3.0",
"less": "^3.0.0-alpha.3",
"lodash.clonedeep": "^4.5.0",
"material-ui": "^0.19.4",
"node-sass": "^4.13.0",
"object-walk": "^0.1.1",
"osm-auth": "^1.0.2",
"qs": "^6.5.2",
"rc-slider": "^8.6.1",
"rc-tooltip": "^3.7.2",
"react": "^16.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.0.0",
"react-ga": "^2.3.5",
"react-input-range": "^1.3.0",
"react-loading": "^2.0.2",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"shortid": "^2.2.8",
"topojson-client": "^3.0.0",
"validator": "^11.0.0",
"webfontloader": "^1.6.28",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.1.1",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"extract-text-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^2.30.1",
"less-loader": "^4.0.5",
"sass-loader": "^6.0.6",
"shx": "^0.2.2",
"style-loader": "^0.19.0",
"webpack": "^3.7.1",
"webpack-config-utils": "^2.3.0",
"webpack-dev-server": "^2.9.1"
}
}