forked from nockbox/iris
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 KB
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
{
"name": "@nockchain/rose",
"version": "0.1.4-nightly.8",
"description": "Rose - Chrome Wallet Extension for Nockchain",
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@fontsource/inter": "5.2.8",
"@fontsource/lora": "5.2.8",
"@nockchain/sdk": "0.1.4-nightly.7",
"@scure/base": "2.0.0",
"@scure/bip39": "2.0.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"zustand": "5.0.9"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.3.0",
"@tailwindcss/postcss": "4.1.18",
"@types/chrome": "0.1.32",
"@types/node": "20.19.6",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"autoprefixer": "10.4.23",
"postcss": "8.5.6",
"prettier": "3.7.4",
"tailwindcss": "4.1.18",
"terser": "5.44.1",
"typescript": "5.9.3",
"vite": "7.3.0"
}
}