-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.45 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
{
"name": "year-in-review",
"private": true,
"version": "1.0.2",
"author": "Daniel Hritzkiv",
"scripts": {
"serve": "node server",
"lint": "eslint . --fix",
"build": "rollup -c ./client/rollup.config.js && gulp sass",
"output": "node data-scripts/dist/output.js"
},
"dependencies": {
"@mapbox/polyline": "^0.2.0",
"ampersand-app": "^2.0.0",
"ampersand-collection": "^2.0.2",
"ampersand-model": "^8.0.1",
"ampersand-rest-collection": "^6.0.0",
"ampersand-router": "^5.0.0",
"ampersand-state": "^5.0.3",
"ampersand-view": "^10.0.2",
"ampersand-view-switcher": "^3.0.0",
"async": "^2.6.0",
"csvtojson": "^1.1.9",
"d3": "^4.13.0",
"ease-component": "^1.0.0",
"haversine": "^1.1.0",
"itunes-data": "^0.1.3",
"lastfmapi": "^0.1.1",
"line-interpolate-points": "^1.0.5",
"moment": "^2.21.0",
"moment-timezone": "^0.5.14",
"moves-api": "0.0.5",
"musicbrainz": "^0.2.6",
"node-foursquare": "^0.3.2",
"raven-js": "^3.23.1",
"sax": "^1.2.4",
"scroll": "^2.0.3",
"simple-statistics": "^5.2.1",
"simplify-js": "^1.2.3",
"simplify-path": "^1.1.0",
"strava-v3": "^1.14.0",
"tslint": "^5.9.1",
"xhr": "^2.4.1"
},
"devDependencies": {
"@types/moment-timezone": "^0.5.4",
"@types/node": "^9.4.6",
"@types/sax": "^1.0.0",
"autoprefixer": "^8.1.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
"babel-plugin-transform-es2015-block-scoping": "^6.26.0",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-minify": "^0.3.0",
"eslint": "^4.18.2",
"express": "^4.16.2",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"minimist": "^1.2.0",
"postcss-assets": "^5.0.0",
"request": "^2.83.0",
"rollup": "^0.56.5",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-babel-minify": "^4.0.0",
"rollup-plugin-commonjs": "^9.0.0",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.2.0",
"sass": "^0.5.0",
"typescript": "^2.7.2",
"typescript-eslint-parser": "^14.0.0"
}
}