forked from browniefed/pdxlivebus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.12 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
{
"name": "pdxlivebus",
"version": "1.0.0",
"private": true,
"description": "PDXLiveBus",
"author": "Jason Brown",
"license": "MIT",
"scripts": {
"dev": "node server.js",
"start": "node node_modules/react-native/local-cli/cli.js start",
"lint": "eslint .",
"build": "NODE_EVN=production webpack --config ./webpack.config.prod.js"
},
"dependencies": {
"classnames": "^2.2.3",
"leaflet": "^0.7.7",
"lodash": "^4.6.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-leaflet": "^0.10.2",
"react-native": "^0.21.0",
"react-native-maps": "^0.3.1",
"react-redux": "^4.4.1",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1",
"socket.io-client": "^1.4.5",
"whatwg-fetch": "^0.11.0"
},
"main": "server.js",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.6.5",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.4",
"babel-plugin-react-display-name": "2.0.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.0.1",
"babel-register": "^6.6.5",
"babel-runtime": "^6.6.1",
"chokidar": "^1.4.3",
"css-loader": "^0.23.1",
"css-modules-require-hook": "^3.0.0",
"eslint": "^2.3.0",
"eslint-plugin-react": "^4.2.0",
"express": "4.13.4",
"extract-text-webpack-plugin": "1.0.1",
"postcss": "^5.0.19",
"postcss-loader": "^0.8.2",
"postcss-modules-extract-imports": "1.0.0",
"postcss-modules-local-by-default": "1.0.1",
"postcss-modules-scope": "1.0.0",
"react-transform-hmr": "^1.0.4",
"request": "2.69.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"webpack-dev-middleware": "1.5.1",
"webpack-hot-middleware": "^2.9.1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/browniefed/pdxlivebus.git"
},
"keywords": [
"pdxlivebus",
"trimet"
],
"bugs": {
"url": "https://github.com/browniefed/pdxlivebus/issues"
},
"homepage": "https://github.com/browniefed/pdxlivebus#readme"
}