forked from satoshipay/solar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 4.1 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 4.1 KB
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
{
"name": "satoshipay-stellar-wallet",
"version": "0.20.1",
"description": "Wallet for the Stellar payment network by SatoshiPay.",
"license": "GPL-3.0",
"private": true,
"author": {
"name": "SatoshiPay Ltd",
"email": "hello@solarwallet.io"
},
"homepage": "https://solarwallet.io/",
"repository": "github:satoshipay/solar",
"main": "./electron/lib/app.js",
"scripts": {
"precommit": "lint-staged",
"lint:fix": "tslint --fix '{src,stories}/**/*.{ts,tsx}'",
"prettier": "prettier --write '{src,stories}/**/*.{ts,tsx}' *.md electron/*.js",
"storybook": "start-storybook -p 9001 -c .storybook",
"test": "tslint --project .",
"prebuild:electron": "rm -rf dist/* && NODE_ENV=production parcel build ./src/index.prod.njk --detailed-report --no-cache --no-source-maps --public-url=./",
"build:linux": "PLATFORM=linux npm run prebuild:electron && electron-builder --linux --x64 --config ./electron-build.yml",
"build:mac": "PLATFORM=darwin npm run prebuild:electron && electron-builder --mac --x64 --config ./electron-build.yml",
"build:mac:signed": "source ./scripts/signing-env.sh mac && npm run build:mac -- -c.forceCodeSigning=true",
"build:win": "PLATFORM=win32 npm run prebuild:electron && electron-builder --win --ia32 --config ./electron-build.yml",
"build:win:signed": "source ./scripts/signing-env.sh win && npm run build:win -- -c.forceCodeSigning=true",
"dev": "run-p dev:bundle dev:app:delayed",
"dev:app": "NODE_ENV=development run-electron -r ./electron/development .",
"dev:app:delayed": "sleep 2 && run-s dev:app",
"dev:bundle": "NODE_ENV=development parcel watch ./src/index.dev.njk --hmr-hostname localhost --public-url=./"
},
"lint-staged": {
"ignore": [
"**/*.yml"
],
"linters": {
"*": [
"prettier --write",
"git add"
]
}
},
"dependencies": {
"electron-context-menu": "^0.10.0",
"electron-debug": "^2.0.0",
"electron-is-dev": "^0.3.0",
"electron-store": "^2.0.0",
"history": "^4.7.2",
"isomorphic-fetch": "^2.2.1",
"key-store": "^1.0.1",
"opn": "^5.4.0",
"stellar-base": "^1.0.3",
"stellar-sdk": "^2.2.1"
},
"devDependencies": {
"@material-ui/core": "^4.2.1",
"@material-ui/icons": "^4.2.1",
"@satoshipay/stellar-sep-10": "^0.1.0",
"@satoshipay/stellar-sep-6": "^0.1.0",
"@storybook/addon-actions": "^5.1.9",
"@storybook/addon-centered": "^5.1.9",
"@storybook/react": "^5.1.9",
"@types/big.js": "^4.0.5",
"@types/cordova": "0.0.34",
"@types/history": "^4.6.2",
"@types/isomorphic-fetch": "0.0.34",
"@types/jsonwebtoken": "^8.3.2",
"@types/lru-cache": "^5.1.0",
"@types/nanoid": "^1.2.1",
"@types/parcel-env": "0.0.0",
"@types/qrcode.react": "^0.8.1",
"@types/qs": "^6.5.1",
"@types/react": "^16.8.3",
"@types/react-dom": "^16.8.2",
"@types/react-icons": "^2.2.5",
"@types/react-qr-reader": "^2.1.1",
"@types/react-router": "^4.4.3",
"@types/react-router-dom": "^4.3.1",
"@types/stellar-base": "^0.10.2",
"@types/storybook__addon-actions": "^3.4.2",
"@types/storybook__react": "^3.0.7",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"big.js": "^5.2.2",
"cssnano": "^4.1.10",
"electron": "^5.0.8",
"electron-builder": "^21.1.5",
"electron-reload": "^1.2.5",
"husky": "^0.14.3",
"jsonwebtoken": "^8.5.1",
"lint-staged": "^7.2.0",
"lru-cache": "^5.1.1",
"nanoid": "^2.0.3",
"npm-run-all": "^4.1.3",
"nunjucks": "^3.1.3",
"parcel-bundler": "^1.12.3",
"parcel-plugin-nunjucks": "^1.0.0",
"prettier": "^1.13.7",
"qrcode.react": "^0.9.3",
"qs": "^6.7.0",
"react": "^16.8.6",
"react-content-loader": "^4.2.2",
"react-dom": "^16.8.6",
"react-human-time": "^1.1.0",
"react-promise": "^2.1.0",
"react-qr-reader": "^2.2.1",
"react-router": "^5.0.1",
"react-router-dom": "^5.0.1",
"run-electron": "^0.1.0",
"storybook-addon-material-ui": "^0.9.0-alpha.18",
"ts-loader": "^5.3.3",
"tslint": "^5.10.0",
"tslint-config-prettier": "^1.13.0",
"typescript": "^3.5.1"
}
}