swap-ui/package.json

81 lines
2.1 KiB
JSON
Raw Normal View History

2021-05-12 10:57:22 -07:00
{
2021-05-16 17:53:57 -07:00
"name": "@project-serum/swap-ui",
2021-05-20 22:30:22 -07:00
"version": "0.1.0-alpha.17",
2021-05-16 17:53:57 -07:00
"main": "dist/index.js",
2021-05-16 18:41:42 -07:00
"types": "dist/index.d.ts",
2021-05-13 00:41:25 -07:00
"homepage": ".",
2021-05-12 10:57:22 -07:00
"dependencies": {
2021-05-13 01:11:13 -07:00
"@project-serum/serum": "^0.13.34",
"@project-serum/swap": "^0.1.0-alpha.14",
"@solana/spl-token": "^0.1.4",
"react-async-hook": "^3.6.2"
2021-05-16 18:41:42 -07:00
},
"peerDependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@project-serum/anchor": "^0.6.0-beta.1",
"@solana/spl-token-registry": "^0.2.86",
"@solana/web3.js": "^1.10.1",
"react": "^17.0.2"
2021-05-12 10:57:22 -07:00
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
2021-05-12 13:10:52 -07:00
"eject": "react-scripts eject",
2021-05-15 16:33:45 -07:00
"lint": "prettier src/** --check",
2021-05-13 00:41:25 -07:00
"lint:fix": "prettier src/** -w",
2021-05-16 17:53:57 -07:00
"deploy": "gh-pages -d build/",
"build:npm": "rm -rf dist && tsc --build tsconfig.npm.json"
2021-05-12 10:57:22 -07:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2021-05-12 13:10:52 -07:00
},
"devDependencies": {
2021-05-16 18:41:42 -07:00
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@project-serum/anchor": "^0.6.0-beta.2",
2021-05-16 18:41:42 -07:00
"@project-serum/sol-wallet-adapter": "^0.2.0",
"@solana/spl-token-registry": "^0.2.86",
"@solana/web3.js": "^1.10.1",
2021-05-16 18:41:42 -07:00
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/bs58": "^4.0.1",
2021-05-16 18:41:42 -07:00
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"bs58": "^4.0.1",
"gh-pages": "^3.1.0",
2021-05-16 18:41:42 -07:00
"material-ui-popup-state": "^1.8.3",
"notistack": "^1.0.7",
"prettier": "^2.3.0",
"react": "^17.0.2",
2021-05-16 18:41:42 -07:00
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
2021-05-16 17:53:57 -07:00
},
"files": [
"dist"
]
2021-05-12 10:57:22 -07:00
}