-
Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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
40
41
42
{
"name": "polymesh-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"@polymeshassociation/local-signing-manager": "^3.5.0",
"@polymeshassociation/polymesh-sdk": "^27.5.1",
"@web3auth/modal": "^10.15.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"buffer": "^6.0.3",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"assert": "^2.1.0",
"crypto-browserify": "^3.12.0",
"empty-module": "^0.0.2",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.3",
"zlib-browserify": "^0.0.3"
},
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
}
}