-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
{
"name": "alita",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "yarn extract && yarn compile && next build",
"start": "next start",
"lint": "next lint",
"extract": "lingui extract --clean",
"compile": "lingui compile --typescript"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@dodoex/components": "3.0.0",
"@dodoex/widgets": "3.0.1-solana.5",
"@lingui/macro": "^4.3.0",
"@lingui/react": "^4.3.0",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.5",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.18.1",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"next": "14.1.0",
"nprogress": "^0.2.0",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"sharp": "^0.33.5"
},
"devDependencies": {
"@lingui/babel-preset-react": "^2.9.2",
"@lingui/cli": "^4.3.0",
"@lingui/loader": "^4.11.4",
"@lingui/swc-plugin": "4.0.6",
"@types/lodash": "^4.17.9",
"@types/node": "^20",
"@types/nprogress": "^0.2.3",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"pino-pretty": "^11.2.2",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "^5"
}
}