-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (89 loc) · 2.89 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
{
"name": "fishfryform",
"version": "0.5.0",
"description": "Pittsburgh Fish Fry Map - Data Entry Site",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "gulp watch --env development",
"build": "gulp build --env production",
"server": "pipenv run python application.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeForPittsburgh/fishfryform.git"
},
"author": "C. Gass",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeForPittsburgh/fishfryform/issues"
},
"homepage": "https://github.com/CodeForPittsburgh/fishfryform#readme",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/preset-env": "^7.7.5",
"@fortawesome/fontawesome-free": "^5.11.2",
"babel-eslint": "^10.0.3",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"browser-sync": "^2.26.7",
"browserify": "^15.2.0",
"browserify-shim": "^3.8.14",
"envify": "^4.1.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-standard": "^3.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-cli": "^2.2.0",
"gulp-concat": "^2.6.1",
"gulp-environments": "^0.1.3",
"gulp-load-plugins": "^1.6.0",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^3.0.2",
"prettier-eslint": "^8.8.2",
"vinyl-buffer": "^1.0.1",
"vinyl-named": "^1.1.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"dependencies": {
"bootstrap": "^3.3.7",
"chart.js": "^2.7.3",
"datatables": "^1.10.13",
"datatables.net": "^1.10.19",
"datatables.net-bs": "^1.10.16",
"datatables.net-buttons-bs": "^1.5.1",
"datatables.net-fixedheader-bs": "^3.1.3",
"datatables.net-responsive-bs": "^2.2.1",
"datatables.net-select-bs": "^1.2.4",
"esri-leaflet": "^2.2.3",
"font-awesome": "^4.7.0",
"handlebars": "^4.0.11",
"install": "^0.12.2",
"javascript-autocomplete": "^1.0.3",
"jquery": "^3.3.1",
"leaflet": "^1.3.1",
"moment": "^2.20.1",
"moment-holiday": "^1.5.1",
"pc-bootstrap4-datetimepicker": "^4.17.50",
"typeahead.js": "^0.10.5",
"uuid": "^3.2.1"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": "./src/js/shim.js"
}