1
0
mirror of https://github.com/oceanprotocol/ipfs synced 2024-11-22 01:36:59 +01:00

package updates

This commit is contained in:
Matthias Kretschmann 2020-02-10 21:51:08 +01:00
parent 060e2ee53e
commit 6907180f61
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 449 additions and 1310 deletions

1737
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -17,9 +17,9 @@
"@oceanprotocol/art": "^2.2.0",
"@oceanprotocol/typographies": "^0.1.0",
"axios": "^0.19.2",
"ipfs-http-client": "^41.0.1",
"ipfs-http-client": "^42.0.0",
"next": "9.2.1",
"next-seo": "^3.4.0",
"next-seo": "^4.1.0",
"next-svgr": "^0.0.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
@ -27,17 +27,15 @@
},
"devDependencies": {
"@types/next-seo": "^1.10.0",
"@types/node": "^13.5.1",
"@types/node": "^13.7.0",
"@types/react": "^16.9.19",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"cssnano": "^4.1.10",
"@typescript-eslint/eslint-plugin": "^2.19.1",
"@typescript-eslint/parser": "^2.19.1",
"eslint": "^6.8.0",
"eslint-config-oceanprotocol": "^1.5.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.18.0",
"postcss-preset-env": "^6.7.0",
"eslint-plugin-react": "^7.18.3",
"prettier": "^1.19.1",
"typescript": "^3.7.5"
},

View File

@ -1,8 +0,0 @@
module.exports = {
plugins: {
'postcss-preset-env': {
importFrom: './src/styles/_variables.css'
},
cssnano: {}
}
}