-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.09 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "clairvoyance",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"local": "dotenv -e .env.local vite",
"dev": "dotenv -e .env.dev vite",
"sb": "storybook dev -p 6006",
"build": "tsc && dotenv -e .env.prod -- vite build",
"preview": "dotenv -e .env.prod -- vite preview",
"check:lint": "eslint src --ext ts --ext tsx --fix",
"check:prettier": "prettier --write --ignore-path .gitignore \"**/*.+(js|jsx|ts|tsx|json)\"",
"check:type": "tsc --p ./tsconfig.json --noEmit"
},
"dependencies": {
"@bnb-chain/zkbnb-js-l1-sdk": "^1.0.1",
"@bnb-chain/zkbnb-js-sdk": "^4.5.0",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@tanstack/react-query": "^4.29.5",
"axios": "^1.4.0",
"connectkit": "^1.3.0",
"crypto-js": "^4.1.1",
"d3-format": "^3.1.0",
"date-fns": "^2.30.0",
"dotenv": "^16.0.3",
"dotenv-cli": "^7.2.1",
"ethers": "5.7.2",
"framer-motion": "^10.12.5",
"gsap": "^3.11.5",
"immer": "^10.0.1",
"lodash-es": "^4.17.21",
"lottie-web": "^5.11.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.4",
"react-input-autosize": "^3.0.0",
"react-intersection-observer": "^9.4.3",
"react-number-format": "^5.1.4",
"react-responsive": "^9.0.2",
"react-router-dom": "^6.11.0",
"recharts": "^2.6.2",
"tinycolor2": "^1.6.0",
"usehooks-ts": "^2.9.1",
"wagmi": "^0.12.12",
"zustand": "^4.3.7"
},
"devDependencies": {
"@babel/core": "^7.21.5",
"@babel/plugin-transform-react-jsx": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.0",
"@faker-js/faker": "^7.6.0",
"@mswjs/data": "^0.12.0",
"@storybook/addon-essentials": "^7.0.7",
"@storybook/builder-vite": "^7.0.7",
"@storybook/react": "^7.0.7",
"@storybook/react-vite": "^7.0.7",
"@types/crypto-js": "^4.1.1",
"@types/d3-format": "^3.0.1",
"@types/lodash-es": "^4.17.7",
"@types/node": "^18.16.3",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@types/react-input-autosize": "^2.2.1",
"@types/tinycolor2": "^1.4.3",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vitejs/plugin-react": "^4.0.0",
"@yarnpkg/pnpify": "^4.0.0-rc.42",
"babel-plugin-auto-import": "^1.1.0",
"babel-plugin-macros": "^3.1.0",
"eslint": "^8.39.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"msw": "^1.2.1",
"pm2": "^5.3.0",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"rollup-plugin-visualizer": "^5.9.0",
"storybook": "^7.0.7",
"tailwindcss": "^3.3.2",
"twin.macro": "^3.3.1",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vite-tsconfig-paths": "^4.2.0"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
},
"msw": {
"workerDirectory": "public"
},
"packageManager": "[email protected]"
}