-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.88 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
{
"name": "interact-demo",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@mantine/core": "^7.5.3",
"@mantine/hooks": "^7.5.3",
"@mantine/notifications": "^7.5.3",
"@ringsnetwork/rings-node": "https://github.com/RingsNetwork/rings/releases/download/v0.5.5/rings-v0.5.5-wasm32-unknown-unknown.tgz",
"@tabler/icons-react": "^2.47.0",
"borsh": "^2.0.0",
"borsher": "^1.2.1",
"bs58": "^5.0.0",
"dephy-borsh-types": "^0.0.2",
"ethers": "^6.10.0",
"framer-motion": "^11.0.3",
"jotai": "^2.6.4",
"nostr-hooks": "^2.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-stately": "^3.29.1"
},
"devDependencies": {
"@swc-jotai/react-refresh": "^0.1.0",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.51.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-mantine": "3.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.35",
"postcss-preset-mantine": "^1.13.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.4",
"typescript": "^5.4.2",
"vite": "^5.0.8",
"vite-plugin-wasm": "^3.3.0"
},
"resolutions": {
"@swc/core": "1.3.105"
}
}