-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
138 lines (138 loc) · 4.47 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"$schema": "https://raw.githubusercontent.com/lukaw3d/parcel-bundler-json-schemas/main/package_schema.json",
"name": "@oasisprotocol/explorer-frontend",
"version": "1.14.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/oasisprotocol/explorer.git"
},
"scripts": {
"build": "node ./internals/scripts/build.js",
"clean": "rm -rf build/ .parcel-cache",
"start": "parcel --dist-dir build-dev --no-cache",
"checkTs": "tsc --noEmit",
"lint": "eslint --ext js,ts,tsx ./",
"lint:fix": "yarn run lint --fix",
"lint-git": "node ./internals/scripts/gitlint.js",
"lint-docs": "markdownlint --ignore '**/node_modules/**' '**/*.md'",
"lint-changelog": "markdownlint --config .changelog/.markdownlint.yml .changelog/",
"changelog": "node ./internals/scripts/changelog.js",
"release-tag": "node ./internals/scripts/release-tag.js",
"prettify": "prettier src internals --write",
"test": "jest",
"start-storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"targets": {
"web": {
"source": "public/index.html",
"distDir": "./build",
"context": "browser",
"scopeHoist": false
}
},
"browserslist": {
"production": [
"defaults",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": ">=20"
},
"resolutions": {
"**/@emotion/styled": "11.13.0",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"react-refresh": "0.14.2",
"jackspeak": "2.1.1",
"eslint-plugin-react": "7.36.1"
},
"alias": {
"swiper/element/bundle": "swiper/swiper-element-bundle"
},
"dependencies": {
"@emotion/react": "11.13.3",
"@emotion/styled": "11.13.0",
"@ethereumjs/util": "9.1.0",
"@fontsource-variable/figtree": "^5.0.19",
"@fontsource-variable/roboto-mono": "^5.0.17",
"@metamask/jazzicon": "2.0.0",
"@mui/base": "5.0.0-beta.61",
"@mui/icons-material": "5.16.7",
"@mui/material": "5.16.7",
"@oasisprotocol/client": "1.1.0",
"@oasisprotocol/client-rt": "1.1.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "4.36.1",
"axios": "1.7.7",
"bignumber.js": "9.1.2",
"bip39": "^3.1.0",
"date-fns": "3.6.0",
"i18next": "23.11.5",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-i18next": "14.1.2",
"react-quick-pinch-zoom": "5.1.0",
"react-router-dom": "6.26.2",
"recharts": "2.13.2",
"swiper": "11.1.14",
"use-resize-observer": "9.1.0"
},
"devDependencies": {
"@emotion/jest": "11.13.0",
"@parcel/packager-raw-url": "2.12.0",
"@parcel/transformer-webmanifest": "2.12.0",
"@plasmohq/parcel-transformer-inject-env": "^0.2.12",
"@storybook/addon-actions": "8.3.5",
"@storybook/addon-essentials": "8.3.5",
"@storybook/addon-interactions": "8.3.5",
"@storybook/addon-links": "8.3.5",
"@storybook/addon-viewport": "8.3.5",
"@storybook/addon-webpack5-compiler-babel": "3.0.3",
"@storybook/react": "8.3.5",
"@storybook/react-webpack5": "8.3.5",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "20.14.2",
"@types/node-fetch": "2.6.11",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"markdownlint-cli": "0.42.0",
"matomo-js-client-types": "5.0.0",
"msw": "2.6.2",
"msw-storybook-addon": "2.0.3",
"node-fetch": "2.7.0",
"parcel": "2.12.0",
"prettier": "3.3.2",
"process": "0.11.10",
"react-app-polyfill": "3.0.0",
"storybook": "8.3.5",
"storybook-addon-react-router-v6": "2.0.15",
"stream-browserify": "3.0.0",
"ts-jest": "29.2.4",
"typescript": "5.5.4"
},
"msw": {
"workerDirectory": ".storybook/public"
},
"packageManager": "[email protected] sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
}