76 lines
1.9 KiB
JSON
76 lines
1.9 KiB
JSON
{
|
|
"name": "coinch",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@chakra-ui/icons": "^2.0.0",
|
|
"@chakra-ui/react": "^2.0.0",
|
|
"@coinbase/wallet-sdk": "^3.1.0",
|
|
"@emotion/react": "^11.9.0",
|
|
"@emotion/styled": "^11.8.1",
|
|
"@fontsource/open-sans": "^4.5.10",
|
|
"@fontsource/roboto-flex": "^4.5.0",
|
|
"@testing-library/jest-dom": "^5.16.4",
|
|
"@testing-library/react": "^10.4.9",
|
|
"@testing-library/user-event": "^12.8.3",
|
|
"@walletconnect/web3-provider": "^1.7.8",
|
|
"axios": "^0.27.2",
|
|
"crypto-js": "^4.1.1",
|
|
"framer-motion": "^6.3.3",
|
|
"html-react-parser": "^1.4.12",
|
|
"i18next": "^21.8.2",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^18.1.0",
|
|
"react-dom": "^18.1.0",
|
|
"react-i18next": "^11.16.9",
|
|
"react-icons": "^4.3.1",
|
|
"react-router-dom": "^6.3.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-slick": "^0.29.0",
|
|
"slick-carousel": "^1.8.1",
|
|
"swiper": "^8.1.4",
|
|
"web-vitals": "^0.2.4",
|
|
"web3": "^1.7.3",
|
|
"web3modal": "^1.9.7"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"scriptsxxx": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"assert": "^2.0.0",
|
|
"buffer": "^6.0.3",
|
|
"crypto-browserify": "^3.12.0",
|
|
"https-browserify": "^1.0.0",
|
|
"os-browserify": "^0.3.0",
|
|
"process": "^0.11.10",
|
|
"react-app-rewired": "^2.2.1",
|
|
"stream-browserify": "^3.0.0",
|
|
"stream-http": "^3.2.0",
|
|
"url": "^0.11.0"
|
|
}
|
|
}
|