forked from dhealthproject/plugin-health-to-earn-strava
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.27 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
{
"name": "@dhealthdapps/health-to-earn",
"description": "dHealth Network - Health to Earn showcase powered by Strava",
"homepage": "https://github.com/dhealthproject/plugin-health-to-earn-strava#readme",
"version": "1.1.3",
"author": {
"name": "dHealth Network",
"email": "info@dhealth.foundation",
"url": "https://dhealth.network"
},
"repository": {
"type": "git",
"url": "https://github.com/dhealthproject/plugin-health-to-earn-strava.git"
},
"license": "LGPL-3.0-only",
"main": "dist/dHealthWalletPluginHealthToEarnStrava.umd.min.js",
"types": "dist/types/Strava.d.ts",
"browser": {
"./sfc": "dist/views/pages/HealthToEarn/HealthToEarn.vue"
},
"files": [
"dist/*",
"README.md",
"LICENSE",
"package.json"
],
"scripts": {
"serve": "npm run serve --prefix firebase-app/functions",
"build": "npm run build:lib && npm run build:ts && npm run copy:vue",
"build:lib": "vue-cli-service build --target lib --name dHealthWalletPluginHealthToEarnStrava src/Strava.ts --mode production --formats umd-min",
"build:ts": "tsc --emitDeclarationOnly",
"copy:vue": "cpy '**/*.vue' '../dist/' --cwd=src --parents"
},
"dependencies": {
"@dhealth/sdk": "^1.0.3-alpha-202110081200",
"@dhealth/wallet-api-bridge": "^1.3.0",
"@dhealth/wallet-components": "^1.3.0",
"axios": "^0.24.0",
"bignumber.js": "^9.0.1",
"moment": "^2.29.1"
},
"devDependencies": {
"@babel/compat-data": "^7.14.0",
"@babel/core": "^7.14.2",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-typescript": "^5.0.1",
"@vue/test-utils": "^1.2.0",
"babel-core": "7.0.0-bridge.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"rimraf": "^3.0.2",
"semver": "^5.3.0",
"typescript": "^3.9.9",
"vue-template-compiler": "^2.5.2",
"cpy-cli": "^3.1.1",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"vue": "^2.6.10",
"vue-property-decorator": "^8.1.0"
}
}