-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
143 lines (143 loc) · 4.85 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
141
142
143
{
"name": "nice-node",
"version": "6.4.2-alpha",
"description": "Run a node at home, the easy way.",
"homepage": "https://nicenode.xyz",
"productName": "NiceNode",
"type": "module",
"main": ".vite/build/main.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "biome lint ./src",
"safeFix": "biome check --fix ./src",
"unsafeFix": "biome check --fix --unsafe ./src",
"test": "npm run testFrontend && npm run testBackend",
"testFrontend": "vitest run --config vite.renderer.config.ts --dir src/__tests__/react",
"testBackend": "vitest run --config vite.main.config.ts --dir src/__tests__/node",
"testCi": "vitest run --dir src/__tests__/ci --config vite.main.config.ts",
"coverage": "npm run testFrontend -- --coverage && npm run testBackend -- --coverage",
"prepare": "husky",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"wdio": "cross-env TEST_ENV=wdio NODE_ENV=test wdio run ./wdio.conf.ts",
"e2eEthNodeSpecs": "cross-env TEST_ENV=wdio NODE_ENV=test wdio run ./wdioEthNodeSpecs.conf.ts",
"docs:nodeSpec": "typedoc --plugin typedoc-plugin-markdown --name \"Node Spec examples\" --readme src/common/index.md --entryDocument index.md --out docs src/common/*"
},
"devDependencies": {
"@biomejs/biome": "^1.9.0",
"@electron-forge/cli": "^7.4.0",
"@electron-forge/maker-deb": "^7.4.0",
"@electron-forge/maker-dmg": "^7.4.0",
"@electron-forge/maker-rpm": "^7.4.0",
"@electron-forge/maker-squirrel": "^7.4.0",
"@electron-forge/maker-zip": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron-forge/plugin-vite": "^7.4.0",
"@electron-forge/publisher-github": "^7.4.0",
"@electron-forge/shared-types": "^7.4.0",
"@electron/fuses": "^1.8.0",
"@storybook/addon-actions": "^8.3.0",
"@storybook/addon-essentials": "^8.3.0",
"@storybook/addon-interactions": "^8.3.0",
"@storybook/addon-links": "^8.3.0",
"@storybook/manager-api": "^8.3.0",
"@storybook/react": "^8.3.0",
"@storybook/react-vite": "^8.3.0",
"@storybook/test": "^8.3.0",
"@storybook/theming": "^8.0.8",
"@testing-library/react": "^16.0.1",
"@testing-library/webdriverio": "^3.2.1",
"@types/du": "^1.0.3",
"@types/mixpanel-browser": "^2.50.0",
"@types/node": "^22.5.4",
"@types/pidusage": "^2.0.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/throttle-debounce": "^5.0.0",
"@types/uuid": "^10.0.0",
"@vanilla-extract/vite-plugin": "^4.0.15",
"@wdio/cli": "^9.0.9",
"@wdio/local-runner": "^9.0.9",
"@wdio/mocha-framework": "^9.0.8",
"@wdio/spec-reporter": "^9.0.8",
"cross-env": "^7.0.3",
"electron": "^32.2.0",
"electron-devtools-installer": "^3.2.0",
"electron-extension-installer": "^1.2.0",
"electron-mock-ipc": "^0.3.12",
"happy-dom": "^15.7.4",
"husky": "^9.1.6",
"storybook": "^8.3.0",
"ts-node": "^10.9.2",
"typedoc": "^0.26.7",
"typedoc-plugin-markdown": "^4.2.7",
"typescript": "^4.5.4",
"vite": "^5.4.5",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^2.1.1",
"wdio-electron-service": "^7.0.2",
"wdio-wait-for": "^3.0.11"
},
"dependencies": {
"@reduxjs/toolkit": "^2.2.7",
"@sentry/electron": "^5.4.0",
"@vanilla-extract/css": "^1.15.5",
"@vscode/sudo-prompt": "^9.3.1",
"await-sleep": "0.0.1",
"check-disk-space": "^3.4.0",
"cron": "^3.1.7",
"docker-cli-js": "^2.10.0",
"dotenv": "^16.0.3",
"du": "^1.0.0",
"electron-log": "^5.2.0",
"electron-squirrel-startup": "^1.0.1",
"electron-store": "^8.1.0",
"highcharts": "^11.4.8",
"highcharts-react-official": "^3.2.1",
"i18next": "^23.15.1",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-cli-language-detector": "^1.1.8",
"iconv-lite": "^0.6.3",
"mixpanel-browser": "^2.55.1",
"moment": "^2.30.1",
"pidusage": "^3.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.2",
"react-select": "^5.8.0",
"systeminformation": "^5.23.5",
"throttle-debounce": "^5.0.2",
"tiny-typed-emitter": "^2.1.0",
"update-electron-app": "^3.0.0",
"uuid": "^10.0.0",
"winston": "^3.14.2",
"winston-transport": "^4.7.1"
},
"author": {
"name": "NiceNode LLC",
"email": "[email protected]",
"url": "http://nicenode.xyz"
},
"license": "MIT",
"keywords": [
"ethereum",
"node",
"blockchain",
"web3",
"local"
],
"devEngines": {
"node": ">=20.x",
"npm": ">=9.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NiceNode/nice-node.git"
}
}