-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.82 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
{
"name": "db-swap",
"version": "0.1.3",
"private": false,
"scripts": {
"start": "react-scripts start",
"start:with-sandbox": "export REACT_APP_NEAR_SANDBOX_KEYS=$(cat /tmp/near-sandbox/validator_key.json) && npm start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint .",
"lint:fix": "eslint --fix ."
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@reduxjs/toolkit": "^1.8.1",
"@sentry/browser": "^6.19.7",
"big.js": "^6.1.1",
"borsh": "^0.7.0",
"buffer": "^6.0.3",
"connected-react-router": "^6.9.2",
"fetch-send-json": "^0.0.2",
"i18next": "^21.6.4",
"i18next-browser-languagedetector": "^6.1.2",
"js-user-country": "^1.0.1",
"ky": "^0.28.7",
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"near-api-js": "^0.44.2",
"react": "^17.0.2",
"react-countdown-circle-timer": "^3.0.9",
"react-dom": "^17.0.2",
"react-i18next": "^11.15.2",
"react-near": "^2.6.2",
"react-redux": "^8.0.1",
"react-router": "^6.2.1",
"react-router-dom": "^6.2.1",
"react-toastify": "^8.1.1",
"recoil": "^0.5.2",
"redux": "^4.2.0",
"reselect": "^4.1.5",
"styled-components": "^5.3.5",
"tailwindcss": "^3.0.8",
"use-interval": "^1.4.0",
"web-vitals": "^2.1.2"
},
"devDependencies": {
"@tailwindcss/postcss7-compat": "^2.2.17",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.17",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.6.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"react-scripts": "5.0.0",
"typescript": "^4.5.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}