-
Notifications
You must be signed in to change notification settings - Fork 63
/
package.json
133 lines (133 loc) · 3.91 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"private": "true",
"name": "agilegps",
"version": "2.0.0-alpha1",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --env.NODE_ENV=production --env.production --progress --config webpack.config.js",
"builddev": "webpack --env.NODE_ENV=development --progress --config webpack.config.js",
"w": "concurrently \"npm:wbe\" \"npm:wl\" \"npm:wfe\" ",
"wbe": "cd src/server && node server-watch | bunyan",
"wfe": "webpack --watch",
"wl": "cd src/listen && node listen-watch | bunyan",
"webpack": "webpack",
"start": "webpack-dev-server --open",
"test": "tap src/test | faucet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/llambda/agilegps.git"
},
"author": "",
"bugs": {
"url": "https://github.com/llambda/agilegps/issues"
},
"homepage": "https://github.com/llambda/agilegps#readme",
"dependencies": {
"@babel/runtime": "^7.12.1",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"bootstrap": "^3.4.1",
"classnames": "^2.2.6",
"cookies-js": "^1.2.3",
"deep-freeze": "0.0.1",
"excel-export": "^0.5.1",
"google-map-react": "^1.1.5",
"inquirer": "^7.3.3",
"isomorphic-fetch": "^3.0.0",
"jsonwebtoken": "^8.5.1",
"kilometers-to-miles": "^1.0.3",
"koa": "^2.13.0",
"koa-adapter": "0.0.3",
"koa-bodyparser": "^4.3.0",
"koa-bunyan-logger": "^2.1.0",
"koa-conditional-get": "^3.0.0",
"koa-etag": "^4.0.0",
"koa-generic-session": "^2.1.1",
"koa-helmet": "^6.0.0",
"koa-jwt": "^1.3.2",
"koa-morgan": "^1.0.1",
"koa-response-time": "^2.1.0",
"koa-router": "^9.4.0",
"koa-session": "^6.1.0",
"koa-static": "^5.0.0",
"koa-unless": "^1.0.7",
"kompression": "^1.0.2",
"local-reverse-geocoder": "^0.8.0",
"lodash": "^4.17.21",
"lru-cache": "^6.0.0",
"lucidlocation": "0.0.1",
"moment": "^2.29.1",
"node-fetch": "^3.1.1",
"node-geocoder": "^3.27.0",
"nprogress": "^0.2.0",
"pony": "^1.0.0",
"querystring": "^0.2.0",
"react-confirm-alert": "^2.6.2",
"react-dates": "^21.8.0",
"react-toastify": "^6.0.9",
"react-with-direction": "^1.3.1",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"rethinkdbdash": "^2.3.31",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.1",
"socketio-sticky-session": "^0.4.3",
"spdy": "^4.0.2",
"timezones.json": "^1.5.2",
"translate.js": "^1.3.2",
"validator": "4.8",
"velocity-animate": "^1.5.2",
"verror": "^1.10.0",
"windrose": "^2.1.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.1",
"@babel/plugin-transform-react-jsx-source": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@swc/core": "^1.2.148",
"babel-loader": "^8.1.0",
"base64-font-loader": "^0.0.4",
"bunyan": "^1.8.14",
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^5.3.0",
"css-loader": "^5.0.0",
"exports-loader": "^1.1.1",
"faucet": "0.0.1",
"file-loader": "^6.1.1",
"formik": "^2.2.1",
"html-webpack-plugin": "^4.5.0",
"jshint": "^2.12.0",
"jshint-loader": "^0.8.4",
"json-loader": "^0.5.7",
"less": "^3.12.2",
"less-loader": "^7.0.2",
"mithril-objectify": "3",
"node-libs-browser": "^2.2.1",
"nodemon": "^2.0.6",
"prop-types": "^15.7.2",
"raw-loader": "^4.0.2",
"react": "^17.0.1",
"react-color": "^2.18.1",
"react-dom": "^17.0.1",
"react-intl": "^5.8.6",
"react-onclickoutside": "^6.9.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"reselect": "^4.0.0",
"style-loader": "^2.0.0",
"svg-loader": "0.0.2",
"swc-loader": "^0.1.12",
"tape": "^5.0.1",
"url-loader": "^4.1.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"toolchain": {
"node": "10.15.3"
}
}