mirror of
https://github.com/Permissionless-Software-Foundation/psf-memo-client.git
synced 2026-09-21 16:52:02 -07:00
41 lines
866 B
JSON
41 lines
866 B
JSON
{
|
|
"name": "nft-browser-v2",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"axios": "0.27.2",
|
|
"bootstrap": "5.1.3",
|
|
"query-string": "7.1.1",
|
|
"react": "17.0.2",
|
|
"react-bootstrap": "2.0.0",
|
|
"react-dom": "17.0.2",
|
|
"react-scripts": "5.0.1",
|
|
"use-query-params": "1.2.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"lint": "standard --env mocha --fix"
|
|
},
|
|
"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": {
|
|
"standard": "17.0.0",
|
|
"web3.storage": "4.2.0"
|
|
}
|
|
}
|