-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
83 lines (83 loc) · 2.64 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
{
"name": "coretime-hub",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"lint": "next lint",
"format": "npx prettier --write '**/*.{js,jsx,ts,tsx}'",
"cy:open": "cypress open",
"e2e": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e\"",
"e2e:headless": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e\"",
"test": "jest"
},
"dependencies": {
"@date-io/date-fns": "^3.0.0",
"@emotion/cache": "^11.7.1",
"@emotion/react": "^11.7.1",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "5.0.0-alpha.134",
"@mui/material": "^5.15.14",
"@mui/x-date-pickers": "^6.19.5",
"@polkadot/api": "11.2.1",
"@polkadot/extension-dapp": "0.47.3",
"@polkadot/extension-inject": "0.47.3",
"@polkadot/react-identicon": "^3.6.6",
"@polkadot/types": "11.2.1",
"@polkadot/ui-keyring": "3.6.6",
"@polkadot/util": "12.6.2",
"@polkadot/util-crypto": "^12.6.2",
"@region-x/components": "^0.1.20",
"@types/humanize-duration": "^3.27.3",
"@vercel/analytics": "^1.2.2",
"apexcharts": "^3.49.1",
"clsx": "^1.1.1",
"coretime-utils": "^0.3.2",
"date-fns": "^3.3.1",
"decimal.js": "^10.4.3",
"humanize-duration": "^3.31.0",
"javascript-time-ago": "^2.5.9",
"material-ui-confirm": "^3.0.16",
"moment": "^2.30.1",
"next": "^13.3.1",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"sass": "^1.48.0",
"sharp": "^0.32.6"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.24.3",
"@babel/preset-typescript": "^7.24.1",
"@chainsafe/cypress-polkadot-wallet": "^2.1.0",
"@types/jest": "^29.5.12",
"@types/node": "^18.16.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.1",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.2",
"cypress": "^13.11.0",
"cypress-wait-until": "^3.0.1",
"eslint": "^8.39.0",
"eslint-config-next": "^13.3.1",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-storybook": "^0.5.5",
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"start-server-and-test": "^2.0.4",
"ts-jest": "^29.1.2",
"typescript": "^4.7.4",
"webpack": "^5.81.0"
}
}