forked from filecoin-station/desktop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 4.47 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
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "filecoin-station",
"productName": "Filecoin Station",
"private": true,
"version": "2.1.1",
"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-core": "shx rm -rf core && shx cp -R node_modules/@filecoin-station/core core && cd core && npm install --omit=dev",
"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": {
"@filecoin-station/core": "^21.1.4",
"@filecoin-station/spark-impact-evaluator": "^1.1.1",
"@glif/filecoin-address": "3.0.7",
"@glif/filecoin-message": "^3.0.5",
"@glif/filecoin-number": "^3.0.3",
"@glif/filecoin-wallet-provider": "^3.0.8",
"@influxdata/influxdb-client": "^1.34.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@sentry/node": "^8.20.0",
"@sentry/react": "^8.20.0",
"@sentry/tracing": "^7.114.0",
"chart.js": "^4.4.2",
"classnames": "^2.5.1",
"dayjs": "^1.11.12",
"electron-log": "^5.1.7",
"electron-serve": "^1.3.0",
"electron-store": "^8.2.0",
"electron-updater": "^6.2.1",
"ethers": "^5.7.2",
"graphql": "^16.9.0",
"keytar": "^7.9.0",
"ms": "^2.1.3",
"npm": "^10.8.2",
"p-debounce": "^4.0.0",
"package": "^1.0.1",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-router-dom": "^6.25.1",
"run": "^1.5.0",
"split2": "^4.2.0",
"vite-plugin-svgr": "^4.2.0",
"w3name": "^1.0.8"
},
"devDependencies": {
"@electron/notarize": "^2.3.2",
"@playwright/test": "^1.45.3",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^16.0.0",
"@types/mocha": "^10.0.7",
"@types/node-fetch": "^2.6.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/split2": "^4.2.3",
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/ui": "^2.0.4",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"electron": "^31.3.1",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.57.0",
"eslint-config-react-app": "^7.0.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.5.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-standard": "^5.0.0",
"jsdom": "^24.1.1",
"mocha": "^10.7.0",
"npm-run-all": "^4.1.5",
"p-retry": "^6.2.0",
"playwright": "^1.45.3",
"postcss": "^8.4.40",
"postcss-loader": "^8.1.1",
"shx": "^0.3.4",
"tailwindcss": "^3.4.7",
"tmp": "^0.2.3",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^2.0.1",
"xvfb-maybe": "^0.2.1"
},
"overrides": {
"node-abi": "^3.51.0"
},
"ts-standard": {
"project": [
"tsconfig.json",
"renderer/tsconfig.json"
]
},
"buildTag": null,
"buildNumber": null
}