forked from viction-developers/wallet-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 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
{
"name": "@viction-developers/wallet-kit",
"version": "0.0.1",
"description": "A wallet kit for Viction-based applications",
"main": "index.js",
"scripts": {
"test": "jest",
"start": "webpack serve --mode development",
"build": "webpack --mode production"
},
"keywords": [
"wallet",
"viction",
"kit",
"web3",
"react"
],
"author": "Endale Dinh",
"license": "ISC",
"dependencies": {
"@abstraction-hq/wallet-sdk": "^1.0.7",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"framer-motion": "^11.3.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-modal": "^3.16.1",
"typescript": "^5.5.3",
"util": "^0.12.5",
"viem": "^2.17.9"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/react-modal": "^3.16.3",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.3",
"ts-loader": "^9.2.3",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
}
}