-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.51 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
{
"name": "rivers.run",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node build.js -- prod",
"postinstall": "node build.js -- prod noNative",
"watch": "node build.js -- watch",
"bubblewrap": "bubblewrap"
},
"repository": {
"type": "git",
"url": "https://github.com/ecc521/rivers.run.git"
},
"author": "Tucker Willenborg",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/ecc521/rivers.run/issues"
},
"homepage": "https://rivers.run",
"browserslist": [
"last 2 versions",
"not dead",
"Firefox >= 60",
"Chrome >= 57",
"Safari >= 10"
],
"devDependencies": {
"@capacitor/android": "^6.1.2",
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.1.2",
"@capacitor/core": "^6.1.2",
"@capacitor/filesystem": "^6.0.1",
"@capacitor/geolocation": "^6.0.1",
"@capacitor/ios": "^6.1.2",
"@capacitor/keyboard": "^6.0.2",
"@ionic-native/web-server": "^5.36.0",
"ionic-plugin-deeplinks": "^1.0.24"
},
"dependencies": {
"@babel/core": "^7.25.7",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.25.7",
"@babel/runtime": "^7.25.7",
"@capacitor-firebase/analytics": "^6.1.0",
"@capacitor-firebase/authentication": "^6.1.0",
"@capacitor/app": "^6.0.1",
"@capacitor/splash-screen": "^6.0.2",
"@capawesome/capacitor-app-update": "^6.0.0",
"@webcomponents/custom-elements": "^1.6.0",
"ask-sdk-core": "^2.14.0",
"ask-sdk-express-adapter": "^2.14.0",
"ask-sdk-model": "^1.86.0",
"babel-loader": "^9.2.1",
"bent": "^7.3.12",
"compression": "^1.7.4",
"cordova-plugin-webserver": "github:bykof/cordova-plugin-webserver",
"core-js": "^3.38.1",
"cssnano": "^7.0.6",
"csv-parser": "^3.0.0",
"express": "^4.21.0",
"fast-xml-parser": "^4.5.0",
"firebase": "^10.14.0",
"firebase-admin": "^12.6.0",
"gulp": "^5.0.0",
"gulp-postcss": "^10.0.0",
"gulp-sourcemaps": "^3.0.0",
"nodemailer": "^6.9.15",
"postcss": "^8.4.47",
"postcss-css-variables": "^0.19.0",
"postcss-preset-env": "^10.0.5",
"serve-index": "^1.9.1",
"ui-for-firebase-authentication": "^2.0.2",
"vm2": "^3.9.19",
"webpack": "^5.95.0"
}
}