-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.2 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.2 KB
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
{
"name": "calamar",
"version": "1.1.9",
"private": true,
"homepage": "https://calamar.app",
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.6",
"@polkadot/keyring": "^10.1.12",
"@polkadot/react-identicon": "^2.9.13",
"@polkadot/types": "^9.9.4",
"@polkadot/util": "^10.1.12",
"@polkadot/util-crypto": "^10.1.12",
"@rollbar/react": "^0.11.1",
"@subsquid/archive-registry": "^1.0.14",
"@substrate/ss58-registry": "^1.35.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@types/react": "^18.0.20",
"@types/react-dom": "^18.0.6",
"bignumber.js": "^9.1.2",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"date-fns-tz": "^1.3.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.0",
"react-scripts": "5.0.1",
"rollbar": "^2.25.2",
"ts-custom-error": "^3.3.1",
"typescript": "^4.8.3",
"web-vitals": "^3.0.2"
},
"scripts": {
"start": "cross-env BROWSER=none react-scripts start",
"start:test": "serve ./build -s",
"build": "cross-env CI=false react-scripts build",
"test": "playwright test",
"test:report": "playwright show-report test/report",
"lint": "eslint ./src",
"lint:fix": "eslint ./src --fix"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@argos-ci/cli": "^0.2.3",
"@emotion/eslint-plugin": "^11.10.0",
"@playwright/test": "^1.28.0",
"@types/big.js": "^6.2.2",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"cross-env": "^7.0.3",
"eslint": "^8.23.1",
"eslint-plugin-react": "^7.31.8",
"serve": "^14.1.2"
}
}