-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
93 lines (93 loc) · 2.69 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
{
"name": "@synapsecns/explorer-ui",
"version": "0.5.11",
"private": true,
"engines": {
"node": ">=18.17.0"
},
"dependencies": {
"@apollo/client": "^3.6.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@ethersproject/address": "^5.6.1",
"@ethersproject/bignumber": "^5.7.0",
"@headlessui/react": "^1.6.2",
"@heroicons/react": "^1.0.6",
"@mui/material": "^5.11.8",
"@mui/x-date-pickers": "^5.0.17",
"@next/third-parties": "^14.2.14",
"@popperjs/core": "^2.11.5",
"@synapsecns/synapse-constants": "^1.8.6",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^13.5.0",
"@vercel/analytics": "^1.0.2",
"chart.js": "^3.8.0",
"date-fns": "^2.28.0",
"dayjs": "^1.11.7",
"graphql": "^16.5.0",
"keccak": "^3.0.3",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"next": "^13.5.4",
"nextjs-google-analytics": "^2.3.3",
"numeral": "^2.0.6",
"react": "^18.2.0",
"react-chartjs-2": "^4.1.0",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-tooltip": "^5.26.4",
"recharts": "^2.3.2",
"sharp": "^0.31.3",
"swr": "^1.3.0",
"tailwind-merge": "^1.3.0",
"tiny-warning": "^1.0.3",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "next dev",
"start": "next start",
"build": "next build",
"test:coverage": "echo 'No tests defined.'",
"lint": "next lint",
"ci:lint": " ",
"build:go": " ",
"build:slither": " ",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"lint:fix": "npm run lint -- --fix",
"spellcheck": "cspell \"**/*.{tsx,jsx,md,mdx}\" --show-suggestions",
"ci:spellcheck": "cspell \"**/*.{tsx,jsx,md,mdx}\" --no-progress --show-suggestions",
"lint:check": "eslint . --max-warnings=0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@codecov/webpack-plugin": "^0.0.1-beta.10",
"@storybook/addon-actions": "^6.5.15",
"@storybook/addon-essentials": "^6.5.15",
"@storybook/addon-interactions": "^6.5.15",
"@storybook/addon-links": "^6.5.15",
"@storybook/builder-webpack5": "^6.5.15",
"@storybook/manager-webpack5": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.3.0",
"cspell": "^8.15.4",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24",
"ts-loader": "^9.5.1"
}
}