forked from cyclestreets/cyclescape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "cyclescape",
"dependencies": {
"@benmajor/jquery-touch-events": "^2.0.3",
"animate.css": "^4.1.1",
"autosize": "^1.18.13",
"browserify": "^14.5.0",
"browserify-incremental": "^3.1.0",
"coffeeify": "~0.6",
"cropperjs": "^1.5.11",
"intersection-observer": "^0.11.0",
"jquery-touch-events": "^1.0.7",
"jquery-ui-timepicker-addon": "1.5.5",
"js-cookie": "^2.2.1",
"jsdom": "^22.1.0",
"knockout": "^3.5.1",
"leaflet-draw": "0.4.7",
"leaflet-layerjson": "^0.3.3",
"leaflet-search": "1.9.8",
"planer": "^1.1.1",
"slick-carousel-browserify": "1.6.12",
"timeago": "^1.6.7"
},
"license": "MIT",
"engines": {
"node": ">= 0.10"
},
"repository": {
"type": "git",
"url": "https://github.com/cyclestreets/cyclescape"
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
}
}