generated from Matth26/starknet-dapp-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"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": "^5.0.8",
"@babel/core": "^7.18.13",
"@emotion/react": "^11.10.4",
"@mantine/core": "^5.2.5",
"@mantine/hooks": "^5.2.5",
"@reduxjs/toolkit": "^1.9.1",
"@starknet-react/core": "^0.14.7",
"@tabler/icons": "^1.114.0",
"bn.js": "^5.2.1",
"luxon": "^3.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.4",
"starknet": "4.17.1",
"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/luxon": "^3.1.0",
"@types/minimalistic-assert": "^1.0.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"
}
}