-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1 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
{
"name": "frontend-stark",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@argent/get-starknet": "^4.7.3",
"@babel/core": "^7.18.13",
"@emotion/react": "^11.10.4",
"@mantine/core": "^5.2.5",
"@mantine/hooks": "^5.2.5",
"@starknet-react/core": "^0.13.4",
"bn.js": "^5.2.1",
"buffer": "^6.0.3",
"events": "^3.3.0",
"get-starknet": "^1.5.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"starknet": "^3.18.2",
"web3-utils": "^1.7.5"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@esbuild-plugins/node-modules-polyfill": "^0.1.4",
"@types/bn.js": "^5.1.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^2.0.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"typescript": "^4.6.4",
"vite": "^3.0.7"
}
}