forked from focallocal/fl-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.81 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
{
"name": "fl-maps-react",
"private": true,
"scripts": {
"start": "meteor run --settings settings.json",
"start:withDiscourse": "meteor run --settings settings.json --port 4000 & local-ssl-proxy --target 4000 --source 2000",
"test": "jest --maxWorkers=4",
"test-watch": "jest --watchAll",
"coverage": "jest --coverage",
"specific": "jest Admin/__tests__"
},
"dependencies": {
"googleapis": "^36.0.0",
"@babel/runtime": "^7.0.0-beta.42",
"@types/googlemaps": "^3.30.16",
"@types/markerclustererplus": "^2.1.33",
"@types/react": "^16.7.18",
"bcrypt": "^2.0.1",
"bootstrap": "^4.3.1",
"dcs-client": "^1.0.20",
"dcs-react-router-sync": "^1.0.17",
"disqus-react": "^1.0.5",
"faker": "^4.1.0",
"graphql": "^14.0.2",
"haversine": "^1.1.0",
"haversine-offset": "^1.0.0",
"http": "0.0.0",
"jquery": "^3.4.1",
"jsdoc": "^3.6.3",
"linkifyjs": "^2.1.8",
"loaders.css": "^0.1.2",
"meteor-node-stubs": "^0.3.2",
"mup": "^1.0.2",
"nprogress": "^0.2.0",
"query-string": "^6.2.0",
"react": "^16.3.2",
"react-day-picker": "^7.1.9",
"react-dom": "^16.3.2",
"react-google-maps": "^9.4.5",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.1.3",
"react-loadable": "^5.4.0",
"react-places-autocomplete": "^7.1.1",
"react-player": "^1.9.3",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-select": "^2.0.0-beta.2",
"react-share": "^2.4.0",
"react-swipeable": "^4.3.0",
"reactstrap": "^6.0.1",
"remarkable": "^1.7.1",
"simpl-schema": "^1.5.0",
"uniforms": "^1.30.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-loader": "^7.1.4",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.11",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-standard": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.4.3",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^4.0.2",
"sass-loader": "^7.0.1",
"sinon": "^5.0.7",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.1.2",
"webpack": "^4.8.3",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.2",
"webpack-meteor-externals": "0.0.5"
}
}