-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.41 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
{
"name": "construct-miner",
"version": "0.0.1",
"description": "Miner for creating constructs in cyberspace, see https://github.com/arkin0x/cyberspace",
"repository": "https://github.com/arkin0x/construct-miner",
"author": "(nostr) [email protected]",
"license": "https://creativecommons.org/licenses/by-sa/4.0/",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "yarn ts-node ./src/libraries/Hash.test.ts"
},
"dependencies": {
"@react-three/drei": "^9.77.0",
"@react-three/fiber": "^8.13.0",
"@types/node": "^20.5.1",
"@types/three": "^0.152.1",
"nostr-tools": "^1.12.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.2",
"three": "^0.153.0",
"webpack": "^5.88.2",
"worker-loader": "^3.0.8"
},
"devDependencies": {
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"sass": "^1.62.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.2",
"vite": "^4.3.9",
"vitest": "^0.34.3"
}
}