forked from filecoin-station/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 4.05 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": "filecoin-station",
"productName": "Filecoin Station",
"private": true,
"version": "0.15.3",
"description": "Desktop application for Filecoin Retrieval Markets",
"main": "main/index.js",
"scripts": {
"start": "cross-env NODE_ENV=development electron .",
"lint": "eslint . && tsc -p tsconfig.json && tsc -p renderer/tsconfig.json && prettier --check .",
"lint:fix": "eslint --fix . && prettier --write .",
"test": "run-s build:* && run-s test:*",
"test:backend": "mocha",
"test:e2e": "xvfb-maybe cross-env NODE_ENV=test playwright test 'test/e2e/.*.test.js'",
"test:ui": "npm run vitest",
"vitestpreview": "vite preview",
"vitest": "vitest run",
"vitest:watch": "vitest",
"vitest:ui": "vitest --ui",
"postinstall": "run-s install-*",
"install-app-deps": "electron-builder install-app-deps",
"install-saturn": "shx rm -rf build/saturn && node ./build/download-saturn-l2.js",
"clean": "shx rm -rf dist/",
"build": "run-s clean build:*",
"build:webui": "vite build",
"package": "shx rm -rf dist/ && run-s build && electron-builder --publish onTag"
},
"repository": {
"type": "git",
"url": "git+https://github.com/filecoin-station/desktop.git"
},
"keywords": [
"filecoin"
],
"author": "Protocol Labs",
"license": "(Apache-2.0 AND MIT)",
"bugs": {
"url": "https://github.com/filecoin-station/desktop/issues"
},
"homepage": "https://github.com/filecoin-station/desktop#readme",
"dependencies": {
"@glif/filecoin-address": "2.0.43",
"@glif/filecoin-message": "^2.0.44",
"@glif/filecoin-number": "^2.0.57",
"@glif/filecoin-wallet-provider": "^2.0.57",
"@influxdata/influxdb-client": "^1.33.2",
"@sentry/node": "^7.48.0",
"@sentry/react": "^7.47.0",
"@sentry/tracing": "^7.43.0",
"@zondax/filecoin-signing-tools": "^2.4.1",
"dayjs": "^1.11.7",
"electron-log": "^4.4.7",
"electron-serve": "^1.1.0",
"electron-store": "^8.1.0",
"electron-updater": "^5.3.0",
"execa": "^5.1.1",
"graphql": "^16.6.0",
"keytar": "^7.9.0",
"ms": "^2.1.3",
"p-debounce": "^4.0.0",
"prettier": "^2.8.7",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet-async": "^1.3.0",
"react-router-dom": "^6.10.0",
"tar-fs": "^2.1.1",
"undici": "^5.21.0",
"vite-plugin-svgr": "^2.4.0"
},
"devDependencies": {
"@electron/notarize": "^1.2.3",
"@playwright/test": "^1.31.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/gunzip-maybe": "^1.4.0",
"@types/mocha": "^10.0.1",
"@types/node-fetch": "^2.6.3",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@types/tar-fs": "^2.0.1",
"@types/tmp": "^0.2.3",
"@types/unzip-stream": "^0.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/experimental-utils": "^5.56.0",
"@typescript-eslint/parser": "^5.54.1",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/ui": "^0.29.8",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"electron": "^22.2.0",
"electron-builder": "^23.6.0",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.38.0",
"eslint-config-react-app": "^7.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-standard": "^5.0.0",
"gunzip-maybe": "^1.4.2",
"jsdom": "^21.1.1",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"playwright": "^1.31.2",
"postcss": "^8.4.22",
"postcss-loader": "^7.2.4",
"shx": "^0.3.4",
"tailwindcss": "^3.3.1",
"tmp": "^0.2.1",
"typescript": "^5.0.4",
"unzip-stream": "^0.3.1",
"vite": "^4.2.1",
"vitest": "^0.29.8",
"xvfb-maybe": "^0.2.1"
},
"ts-standard": {
"project": [
"tsconfig.json",
"renderer/tsconfig.json"
]
},
"buildTag": null,
"buildNumber": null
}