-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.09 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "veload",
"description": "Bike at Home",
"repository": "https://github.com/spencermize/Veload.git",
"version": "0.1.0",
"private": true,
"main": "app.js",
"engines": {
"node": "10.x.x",
"npm": "6.8.0"
},
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.3.4",
"@babel/preset-env": "7.3.4",
"babel-loader": "8.0.5",
"babel-plugin-lodash": "3.3.4",
"eslint": "5.15.1",
"eslint-config-standard": "12.0.0",
"eslint-import-resolver-webpack": "0.11.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-standard": "4.0.0",
"glob": "7.1.3",
"karma": "4.0.1",
"karma-babel-preprocessor": "8.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "2.2.5",
"karma-phantomjs-launcher": "1.0.4",
"karma-webpack": "3.0.5",
"moment-locales-webpack-plugin": "1.0.7",
"nodemon": "1.18.10",
"sass": "1.17.2",
"source-map-loader": "0.2.4",
"stylelint": "9.10.1",
"stylelint-config-recommended-scss": "3.2.0",
"stylelint-config-standard": "18.2.0",
"stylelint-scss": "3.5.4",
"terser-webpack-plugin": "1.2.3",
"webpack": "4.29.6",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "3.2.3"
},
"scripts": {
"dev": "set NODE_ENV=development",
"prod": "set NODE_ENV=production",
"js:watch": "webpack -d --info-verbosity verbose -w",
"js:build": "webpack -p --mode=production",
"js:lint": "mocha test/js.lint",
"js:lint:fix": "mocha test/js.lint --fix=true",
"css:watch": "sass src/scss/main.scss public/css/style.css --watch",
"css:build": "sass src/scss/main.scss public/css/style.css --no-source-map --style=compressed",
"css:lint": "mocha test/css.lint --delay",
"css:lint:fix": "mocha test/css.lint --delay --fix=true",
"css": "npm run css:watch",
"app:watch": "nodemon app.js",
"lint": "npm run js:lint && npm run css:lint",
"test": "npm run lint && node node_modules/karma/bin/karma start karma.js --single-run --browsers PhantomJS",
"test:karma": "node node_modules/karma/bin/karma start karma.js",
"watch": "npm run dev && start npm run js:watch && start npm run css:watch && start npm run app:watch",
"build": "npm run prod && npm run js:build && npm run css:build",
"start": "node app.js"
},
"dependencies": {
"@angular/cli": "^8.3.20",
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14",
"@angular/forms": "^8.2.14",
"@angular/platform-browser": "^8.2.14",
"@ansur/leaflet-pulse-icon": "0.1.1",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@ctrl/tinycolor": "2.4.0",
"@google-cloud/storage": "2.4.2",
"@mapbox/leaflet-omnivore": "0.3.4",
"@ng-bootstrap/ng-bootstrap": "^5.1.4",
"angular": "^1.7.9",
"annyang": "2.6.1",
"axios": "^0.19.0",
"babel-eslint": "10.0.1",
"body-parser": "1.18.3",
"bootstrap": "4.3.1",
"chai": "4.2.0",
"chart.js": "2.7.3",
"chartjs-plugin-annotation": "0.5.7",
"chartjs-plugin-streaming": "1.7.1",
"chartjs-plugin-zoom": "0.6.6",
"color-thief-node": "1.0.2",
"compression": "1.7.3",
"connect-session-sequelize": "*",
"eventemitter3": "^3.1.0",
"express": "4.16.4",
"express-hbs": "^2.3.0",
"express-session": "*",
"font-awesome-assets": "0.0.8",
"geolib": "*",
"gps-to-gpx": "1.4.0",
"gps-util": "*",
"gpx-builder": "2.0.1",
"greenlock-express": "*",
"hammerjs": "2.0.8",
"interactjs": "1.3.4",
"jquery": "^3.4.1",
"leaflet": "*",
"leaflet-providers": "1.5.0",
"list.js": "1.5.0",
"lodash": "^4.17.15",
"mem": "4.1.0",
"mocha": "^6.2.2",
"moment": "2.24.0",
"muuri": "0.7.1",
"mysql2": "1.6.5",
"node-downloader-helper": "1.0.10",
"npm": "6.8.0",
"popper.js": "1.14.7",
"redirect-https": "1.3.0",
"response-time": "2.3.2",
"rollbar": "2.5.3",
"sequelize": "4.43.0",
"serve-favicon": "2.5.0",
"spdy": "4.0.0",
"strava-v3": "*",
"yargs": "13.2.1",
"zone.js": "^0.10.2"
}
}