mirror of
https://github.com/oceanprotocol/ens-proxy.git
synced 2024-11-14 09:14:59 +01:00
Remove unused packages
This commit is contained in:
parent
926384840e
commit
934f4d2f2f
1642
package-lock.json
generated
1642
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -6,11 +6,6 @@
|
|||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"main": "./dist/app.js",
|
"main": "./dist/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node dist/app.js",
|
|
||||||
"prepare": "husky install",
|
|
||||||
"build": "npm run clean && tsc --sourcemap",
|
|
||||||
"build:docker": "npm run build && docker build . -t ocean/subgraph-fetch-price",
|
|
||||||
"start:docker": "docker run -p 49160:3000 -d ocean/subgraph-fetch-price",
|
|
||||||
"lint": "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx . && npm run type-check",
|
"lint": "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx . && npm run type-check",
|
||||||
"clean": "rm -rf ./dist",
|
"clean": "rm -rf ./dist",
|
||||||
"format": "prettier --ignore-path .gitignore './**/*.{css,yml,js,ts,tsx,json}' --write",
|
"format": "prettier --ignore-path .gitignore './**/*.{css,yml,js,ts,tsx,json}' --write",
|
||||||
@ -23,19 +18,11 @@
|
|||||||
"@ensdomains/ensjs": "^2.1.0",
|
"@ensdomains/ensjs": "^2.1.0",
|
||||||
"@oceanprotocol/lib": "^1.1.8",
|
"@oceanprotocol/lib": "^1.1.8",
|
||||||
"@urql/exchange-refocus": "^0.2.5",
|
"@urql/exchange-refocus": "^0.2.5",
|
||||||
"cors": "^2.8.5",
|
|
||||||
"next": "^12.2.5",
|
"next": "^12.2.5",
|
||||||
"urql": "^2.2.3",
|
"urql": "^2.2.3",
|
||||||
"web3": "^1.7.5"
|
"web3": "^1.7.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.18.5",
|
|
||||||
"@babel/eslint-parser": "^7.18.2",
|
|
||||||
"@babel/preset-typescript": "^7.16.7",
|
|
||||||
"@types/express": "^4.17.11",
|
|
||||||
"@types/mocha": "^9.1.1",
|
|
||||||
"@types/node": "^18.0.0",
|
|
||||||
"@types/react": "^18.0.17",
|
|
||||||
"@typescript-eslint/eslint-plugin": "^5.28.0",
|
"@typescript-eslint/eslint-plugin": "^5.28.0",
|
||||||
"@typescript-eslint/parser": "^5.29.0",
|
"@typescript-eslint/parser": "^5.29.0",
|
||||||
"chai": "^4.3.6",
|
"chai": "^4.3.6",
|
||||||
@ -44,7 +31,6 @@
|
|||||||
"eslint-plugin-prettier": "^4.0.0",
|
"eslint-plugin-prettier": "^4.0.0",
|
||||||
"husky": "^7.0.0",
|
"husky": "^7.0.0",
|
||||||
"mocha": "^10.0.0",
|
"mocha": "^10.0.0",
|
||||||
"nodemon": "^2.0.16",
|
|
||||||
"prettier": "^2.7.1",
|
"prettier": "^2.7.1",
|
||||||
"pretty-quick": "^3.1.3",
|
"pretty-quick": "^3.1.3",
|
||||||
"supertest": "^6.2.3",
|
"supertest": "^6.2.3",
|
||||||
|
Loading…
Reference in New Issue
Block a user