-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.66 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
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@tonic-foundation/tonic-ui-example",
"homepage": "https://github.com/tonic-foundation/tonic-ui-example",
"repository": "tonic-foundation/tonic-ui-example",
"version": "0.1.0",
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"scripts": {
"pre:all": "scripts/copy-assets.sh",
"dev": "yarn pre:all && parcel index.html -p 3000",
"build": "yarn clean && yarn pre:all && parcel build --no-source-maps index.html",
"clean": "rm -fr .parcel-cache dist"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@near-wallet-selector/core": "^7.4.0",
"@near-wallet-selector/here-wallet": "^7.4.0",
"@near-wallet-selector/meteor-wallet": "^7.4.0",
"@near-wallet-selector/my-near-wallet": "^7.4.0",
"@near-wallet-selector/near-wallet": "^7.4.0",
"@near-wallet-selector/nightly": "^7.4.0",
"@near-wallet-selector/sender": "^7.4.0",
"@near-wallet-selector/wallet-utils": "^7.4.0",
"@tonic-foundation/config": "^1.0.0",
"@tonic-foundation/data-client": "^0.0.4",
"@tonic-foundation/storage": "^1.0.0",
"@tonic-foundation/token": "^1.0.0",
"@tonic-foundation/token-list": "^0.0.6",
"@tonic-foundation/tonic": "^1.0.2",
"@tonic-foundation/transaction": "^1.0.2",
"@tonic-foundation/utils": "^1.0.2",
"axios": "^0.25.0",
"bn.js": "^5.2.0",
"buffer": "^6.0.3",
"chart.js": "^3.9.1",
"date-fns": "^2.28.0",
"fuse.js": "^6.5.3",
"near-api-js": "^1.0.0",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.4.0",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-use": "^17.3.2",
"recoil": "^0.6.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@near-wallet-selector/modal-ui": "^7.4.0",
"@parcel/transformer-svg-react": "^2.9.0",
"@types/bn.js": "^5.1.0",
"@types/node": "^17.0.17",
"@types/react": "^17.0.21",
"@types/react-dom": "^17.0.9",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"babel-loader": "^8.2.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-twin": "^1.0.2",
"eslint": "^8.12.0",
"eslint-config-next": "^12.0.10",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"parcel": "^2.9.1",
"prettier": "^2.6.2",
"tailwindcss": "^3.1.3",
"twin.macro": "^2.7.0",
"typescript": "^4.6.3"
}
}