1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00
commons/client/package.json

52 lines
1.3 KiB
JSON
Raw Normal View History

{
2019-03-24 02:10:00 +01:00
"name": "commons-marketplace-client",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
2019-03-25 12:26:20 +01:00
"build": "react-scripts --max_old_space_size=4096 build",
2019-03-24 02:10:00 +01:00
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
2019-02-08 14:39:24 +01:00
"@oceanprotocol/art": "^2.2.0",
2019-03-20 10:49:37 +01:00
"@oceanprotocol/squid": "^0.4.0",
2019-01-24 15:42:10 +01:00
"classnames": "^2.2.6",
"filesize": "^4.1.2",
2019-02-12 14:07:22 +01:00
"is-url": "^1.2.4",
2019-02-15 14:22:35 +01:00
"moment": "^2.24.0",
2019-03-25 12:06:26 +01:00
"query-string": "^6.4.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-helmet": "^5.2.0",
2019-02-15 14:22:35 +01:00
"react-moment": "^0.8.4",
"react-popper": "^1.3.3",
2019-03-25 12:06:26 +01:00
"react-router-dom": "^5.0.0",
"react-transition-group": "^2.7.0",
2019-02-08 11:18:42 +01:00
"slugify": "^1.3.4",
2019-03-25 12:06:26 +01:00
"web3": "^1.0.0-beta.50"
},
"devDependencies": {
2019-01-24 15:51:13 +01:00
"@types/classnames": "^2.2.7",
2019-03-25 12:06:26 +01:00
"@types/filesize": "^4.1.0",
2019-02-27 01:02:36 +01:00
"@types/is-url": "^1.2.28",
2019-03-25 12:06:26 +01:00
"@types/jest": "^24.0.11",
"@types/query-string": "^6.3.0",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.8.3",
2019-02-27 01:02:36 +01:00
"@types/react-helmet": "^5.0.8",
"@types/react-router-dom": "^4.3.1",
2019-02-27 01:02:36 +01:00
"@types/react-transition-group": "^2.0.16",
2019-01-30 17:33:56 +01:00
"@types/web3": "^1.0.18",
2019-01-23 13:03:41 +01:00
"node-sass": "^4.11.0",
2019-03-25 12:06:26 +01:00
"react-scripts": "^2.1.8",
"typescript": "^3.3.4000"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}