-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
79 lines (79 loc) · 2.13 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
{
"name": "tahoebikemap",
"description": "Tahoe Bike Map",
"version": "2.0.0",
"author": {
"name": "Brendan Nee",
"email": "brendan@blinktag.com",
"url": "http://blinktag.com"
},
"repository": {
"type": "git",
"url": "https://github.com/brendannee/tahoebikemap"
},
"dependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@sendgrid/mail": "^6.4.0",
"async": "2.6.2",
"babelify": "10.0.0",
"body-parser": "1.19.0",
"bootstrap-sass": "3.4.1",
"browserify": "16.2.3",
"classnames": "2.2.6",
"express": "4.17.0",
"express-session": "1.16.1",
"font-awesome": "4.7.0",
"gulp": "4.0.2",
"gulp-clean-css": "4.2.0",
"gulp-load-plugins": "1.5.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"gulp-streamify": "1.0.2",
"gulp-uglify": "3.0.2",
"gulp-util": "3.0.8",
"jquery": "3.4.1",
"jquery-locationpicker": "github:brendannee/jquery-locationpicker-plugin#e9986f8777d6833a1321f09ca6f58c56884087d2",
"keen-tracking": "^4.4.1",
"mapbox.js": "^3.2.1",
"morgan": "1.9.1",
"nconf": "0.10.0",
"node-fetch": "^2.6.0",
"polyline": "0.2.0",
"pug": "2.0.3",
"react": "^15.6.2",
"react-d3-basic": "^1.6.11",
"react-dom": "^15.6.2",
"react-modal": "1.3.0",
"request": "^2.88.0",
"serve-favicon": "2.5.0",
"uglify-js": "^3.6.9",
"underscore": "1.9.1",
"vinyl-buffer": "1.0.1",
"vinyl-source-stream": "2.0.0",
"watchify": "3.11.1",
"whatwg-fetch": "3.0.0"
},
"engines": {
"node": "10.15.3"
},
"scripts": {
"start": "node ./bin/www",
"develop": "./node_modules/gulp/bin/gulp.js develop",
"build": "./node_modules/gulp/bin/gulp.js build",
"postinstall": "npm run build"
},
"devDependencies": {
"connect-livereload": "0.6.1",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.13.0",
"gulp-livereload": "4.0.1",
"gulp-sass-lint": "1.4.0",
"nodemon": "1.19.0"
},
"license": "MIT"
}