-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
74 lines (74 loc) · 2.24 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
{
"name": "council-report",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "ISC",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,json,md}\"",
"preview": "vite preview",
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "graphql-codegen"
},
"dependencies": {
"@apollo/client": "^3.8.3",
"@ethersproject/units": "^5.7.0",
"@joystream/types": "^2.1.0",
"@mui/x-charts": "^6.18.2",
"@polkadot/api": "8.9.1",
"@polkadot/util": "9.5.1",
"@types/dom-to-image": "^2.6.7",
"axios": "^1.6.2",
"bn.js": "^5.2.1",
"dom-to-image": "^2.6.0",
"graphql": "^16.8.0",
"graphql-request": "^6.1.0",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-json-view": "^1.21.3",
"react-markdown": "^8.0.7",
"react-router-dom": "^6.20.1",
"react-select": "^5.7.4",
"recharts": "^2.8.0",
"remark-gfm": "^3.0.1",
"zustand": "^4.4.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/near-operation-file-preset": "^2.5.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^5.0.0",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-codegen/typescript-react-apollo": "^3.3.7",
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20.6.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
"daisyui": "^3.7.3",
"dotenv": "^16.3.1",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.29",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.5",
"vite-tsconfig-paths": "^4.2.1"
},
"resolutions": {
"@polkadot/api": "8.9.1",
"@polkadot/util": "9.5.1"
}
}