63 lines
1.4 KiB
JSON
63 lines
1.4 KiB
JSON
{
|
|
"name": "spl-token-wallet",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@solana/web3.js": "^0.63.1",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2",
|
|
"bip32": "^2.0.5",
|
|
"bip39": "^3.0.2",
|
|
"bn.js": "^5.1.2",
|
|
"bs58": "^4.0.1",
|
|
"buffer-layout": "^1.2.0",
|
|
"immutable-tuple": "^0.4.10",
|
|
"notistack": "^0.9.17",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"react-scripts": "3.4.1",
|
|
"tweetnacl": "^1.0.3"
|
|
},
|
|
"scripts": {
|
|
"predeploy": "yarn build",
|
|
"deploy": "gh-pages -d build",
|
|
"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"
|
|
]
|
|
},
|
|
"prettier": {
|
|
"singleQuote": true,
|
|
"trailingComma": "all"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "git-format-staged -f 'prettier --stdin-filepath \"{}\"' src/*.js"
|
|
}
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^3.1.0",
|
|
"git-format-staged": "^2.1.0",
|
|
"husky": "^4.2.5",
|
|
"prettier": "^2.0.5"
|
|
}
|
|
}
|