-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
122 lines (122 loc) · 4.15 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "kylix-fe",
"private": true,
"scripts": {
"build": "turbo build",
"build:dev": "NEXT_PUBLIC_NODE_ENV=development turbo build",
"check:format": "prettier --write --list-different ./",
"check:lint": "turbo check:lint",
"check:lint:fix": "turbo check:lint:fix",
"check:lint:fix:strict": "turbo check:lint:fix:strict",
"check:style": "turbo check:style",
"check:types": "turbo check:types",
"check:types:watch": "turbo check:types:watch",
"cleanup": " npm run cleanup:modules && npm run cleanup:ts-cache && npm run cleanup:turbo-cache",
"cleanup:modules": "node ./scripts/utils/nodeModulesRemover.js",
"cleanup:ts-cache": "node ./scripts/utils/tsCacheRemover.js",
"cleanup:turbo-cache": "node ./scripts/utils/turboCacheRemover.js",
"dev": "pnpm run start:dev",
"postinstall": "pnpm run setup:app",
"setup:app": "npx husky install",
"start": "turbo run start:production",
"start:dev": "turbo start:dev",
"start:dev:web": "pnpm run dev --filter=web",
"start:production": "turbo start:production"
},
"dependencies": {
"@dicebear/collection": "^9.2.1",
"@dicebear/core": "^9.2.1",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.0",
"@mui/lab": "5.0.0-alpha.171",
"@mui/material": "^5.16.0",
"@mui/material-nextjs": "^5.15.11",
"@mui/styles": "^5.16.4",
"@mui/utils": "^5.16.1",
"@polkadot/api": "^12.2.1",
"@polkadot/api-base": "^12.3.1",
"@polkadot/extension-dapp": "^0.48.2",
"@polkadot/extension-inject": "^0.48.2",
"@polkadot/types": "^12.3.1",
"@polkadot/types-codec": "^12.3.1",
"@polkadot/util": "^13.0.2",
"@react-three/drei": "9.105.6",
"@react-three/fiber": "8.16.3",
"@react-three/postprocessing": "^2.16.3",
"@repo/shared": "workspace:*",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.51.1",
"@tanstack/react-query-devtools": "^5.51.11",
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-plugin-crosshair": "^2.0.0",
"clsx": "^2.1.1",
"cookie": "^0.6.0",
"cross-env": "^7.0.3",
"cryptocurrency-icons": "^0.18.1",
"date-fns": "^3.6.0",
"framer-motion": "11.2.0",
"framer-motion-3d": "11.2.0",
"jose": "^5.8.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"next": "14.2.15",
"nuqs": "^1.17.8",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-responsive-modal": "^6.4.2",
"react-toastify": "^10.0.5",
"recharts": "2.13.0-alpha.4",
"tailwind-merge": "^2.4.0",
"three": "0.160.1",
"usehooks-ts": "^3.1.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.8.1",
"@next/eslint-plugin-next": "15.0.0-rc.0",
"@polkadot/extension-inject": "^0.48.2",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@rushstack/eslint-patch": "^1.10.3",
"@svgr/webpack": "^8.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@turbo/gen": "^1.12.4",
"@types/chartjs-plugin-crosshair": "^1.1.4",
"@types/cookie": "^0.6.0",
"@types/eslint": "^8.56.5",
"@types/lodash": "^4.17.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "0.160",
"@typescript-eslint/eslint-plugin": "7.10.0",
"@typescript-eslint/parser": "7.10.0",
"@vercel/style-guide": "^6.0.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.0.6",
"eslint-define-config": "^1.24.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-unused-imports": "^3.2.0",
"eslint-restricted-globals": "^0.2.0",
"postcss": "^8.4.39",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.4",
"turbo": "^2.0.6",
"typescript": "^5"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20"
}
}