-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
53 lines (53 loc) · 1.56 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
{
"name": "onosendai",
"private": true,
"version": "0.0.0",
"license": "https://creativecommons.org/licenses/by-sa/4.0/legalcode",
"repository": "https://github.com/arkin0x/ONOSENDAI.git",
"author": "arkin0x <[email protected]>",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@nostr-dev-kit/ndk": "^2.8.2",
"@react-spring/three": "^9.7.4",
"@react-three/drei": "^9.105.1",
"@react-three/fiber": "^8.16.1",
"@react-three/postprocessing": "^2.16.2",
"almost-equal": "^1.1.0",
"augmented-ui": "^2.0.0",
"decimal.js": "^10.4.3",
"dompurify": "^3.0.5",
"nostr-tools": "^2.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.15.0",
"three": "^0.163.0",
"url-regex": "^5.0.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/almost-equal": "^1.1.0",
"@types/node": "^20.5.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/three": "^0.155.1",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"sass": "^1.66.1",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vitest": "^1.1.3",
"webpack": "^5.88.2",
"worker-loader": "^3.0.8"
}
}