-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
70 lines (70 loc) · 2.18 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "@openoscom/imart-toolkit",
"version": "2.0.0-stable",
"main": "./index.ts",
"description": "IMart frontend packages",
"repository": "https://github.com/openos-labs/imart-toolkit.git",
"license": "ISC",
"bugs": {
"url": "https://github.com/openos-labs/imart-toolkit/issues"
},
"homepage": "https://github.com/openos-labs/imart-toolkit#readme",
"scripts": {
"build": "lerna run build",
"test": "lerna run test",
"lint": "lerna run lint",
"format:check": "lerna run format:check",
"release": "yarn build && yarn lerna publish"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@dfinity/principal": "^0.10.1",
"@opensea/seaport-js": "^1.0.8",
"@types/react": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"@types/react-transition-group": "^4.4.1",
"@types/styled-components": "^5.1.9",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"babel-loader": "^8.2.2",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^7.26.0",
"husky": "^7.0.0",
"jest": "^26.6.3",
"lerna": "^6.4.1",
"prettier": "^2.3.2",
"react-is": "^17.0.2",
"rollup": "^2.47.0",
"themeprovider-storybook": "^1.7.2",
"tslib": "^2.2.0",
"typescript": "^4.9.4",
"web3": "^1.8.1"
},
"dependencies": {
"@dfinity/agent": "^0.10.2",
"@dfinity/auth-client": "^0.10.1",
"@dfinity/authentication": "^0.10.2",
"@dfinity/candid": "^0.10.2",
"@dfinity/identity": "^0.10.2",
"@dfinity/principal": "^0.10.2",
"@manahippo/aptos-wallet-adapter": "1.0.10",
"@openoscom/contracts": "^1.2.3",
"@openoscom/network": "^1.1.2",
"@opensea/seaport-js": "^1.0.8",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@types/react-router-dom": "^5.1.7",
"@web3-react/core": "^6.1.9",
"@web3-react/injected-connector": "^6.0.7",
"@web3-react/metamask": "^8.2.0",
"aptos": "^1.3.16",
"crc-32": "^1.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"siwe": "^1.1.6",
"web3": "^1.8.1"
}
}