swap-ui/package.json

74 lines
2.2 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",
"version": "0.1.0-alpha.18",
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",
"homepage": "https://github.com/project-serum/swap-ui",
"license": "Apache-2.0",
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"
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",
"material-ui-popup-state": "^1.8.3",
"react": "^17.0.2",
"react-async-hook": "^3.6.2"
2021-05-12 10:57:22 -07:00
},
"scripts": {
"lint": "prettier src/** example/src/** --check",
"lint:fix": "prettier src/** example/src/** -w",
2021-05-21 15:42:20 -07:00
"build": "rm -rf dist && tsc --build tsconfig.json",
"docs": "typedoc --excludePrivate --out ./docs src/index.tsx --includeVersion --readme none"
2021-05-12 10:57:22 -07:00
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
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",
"@project-serum/serum": "^0.13.34",
2021-05-16 18:41:42 -07:00
"@project-serum/sol-wallet-adapter": "^0.2.0",
"@project-serum/swap": "^0.1.0-alpha.14",
"@solana/spl-token": "^0.1.4",
"@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",
"react-app-rewire-alias": "^1.0.3",
"react-app-rewired": "^2.1.8",
"react-async-hook": "^3.6.2",
2021-05-16 18:41:42 -07:00
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
2021-05-21 15:42:20 -07:00
"typedoc": "^0.20.36",
2021-05-16 18:41:42 -07:00
"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
}