-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2 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
{
"name": "pyra-app",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && cross-env-shell NODE_OPTIONS=--max-old-space-size=4096 vite build && vite preview",
"preview": "vite preview",
"github-build": "vite build",
"format": "prettier --config .prettierrc . --write",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"prepare": "husky install"
},
"dependencies": {
"@meteor-web3/components": "^1.0.37",
"@meteor-web3/connector": "^1.0.39",
"@meteor-web3/hooks": "^1.0.22",
"@meteor-web3/meteor-iframe": "^1.0.14",
"@meteor-web3/utils": "^1.0.5",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.13",
"@mui/styled-engine-sc": "6.0.0-alpha.17",
"@privy-io/react-auth": "^1.65.1",
"@pyra-marketplace/pyra-sdk": "^1.0.13",
"@reactuses/core": "^5.0.10",
"@reduxjs/toolkit": "^2.2.1",
"buffer": "^6.0.3",
"echarts": "^5.5.0",
"echarts-for-react": "^3.0.2",
"ethers": "^5.7.2",
"framer-motion": "^11.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.8.0",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^9.1.0",
"react-router-dom": "^6.10.0",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"styled-components": "5.3.6"
},
"devDependencies": {
"@types/node": "^18.15.1",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "5.1.26",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/plugin-react": "^3.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"husky": "^8.0.3",
"prettier": "^3.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^4.6.4",
"vite": "^4.1.1"
}
}