Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
565ad927
Commit
565ad927
authored
Jun 01, 2022
by
Mark Tyneway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contracts-periphery: clean up package
parent
02673401
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
26 deletions
+23
-26
.depcheckrc
packages/contracts-periphery/.depcheckrc
+12
-0
package.json
packages/contracts-periphery/package.json
+3
-12
tsconfig.build.json
packages/contracts-periphery/tsconfig.build.json
+0
-12
tsconfig.json
packages/contracts-periphery/tsconfig.json
+8
-2
No files found.
packages/contracts-periphery/.depcheckrc
View file @
565ad927
...
...
@@ -7,4 +7,16 @@ ignores: [
"typescript",
"prettier-plugin-solidity",
"solhint-plugin-prettier",
"@babel/eslint-parser",
"@typescript-eslint/parser",
"eslint-plugin-import",
"eslint-plugin-unicorn",
"eslint-plugin-jsdoc",
"eslint-plugin-prefer-arrow",
"eslint-plugin-react",
"@typescript-eslint/eslint-plugin",
"eslint-config-prettier",
"eslint-plugin-prettier",
"chai",
"babel-eslint"
]
packages/contracts-periphery/package.json
View file @
565ad927
...
...
@@ -31,7 +31,7 @@
"lint:contracts:fix"
:
"yarn prettier --write 'contracts/**/*.sol'"
,
"lint:fix"
:
"yarn lint:contracts:fix && yarn lint:ts:fix"
,
"lint"
:
"yarn lint:fix && yarn lint:check"
,
"clean"
:
"rm -rf ./dist ./artifacts ./cache ./coverage ./tsconfig.
build.
tsbuildinfo"
,
"clean"
:
"rm -rf ./dist ./artifacts ./cache ./coverage ./tsconfig.tsbuildinfo"
,
"prepublishOnly"
:
"yarn copyfiles -u 1 -e
\"
**/test-*/**/*
\"
\"
contracts/**/*
\"
./"
,
"postpublish"
:
"rimraf chugsplash L1 L2 libraries standards"
,
"prepack"
:
"yarn prepublishOnly"
,
...
...
@@ -59,24 +59,15 @@
"@nomiclabs/hardhat-ethers"
:
"^2.0.2"
,
"@nomiclabs/hardhat-etherscan"
:
"^3.0.3"
,
"@nomiclabs/hardhat-waffle"
:
"^2.0.1"
,
"@rari-capital/solmate"
:
"^6.3.0"
,
"@openzeppelin/contracts"
:
"4.6.0"
,
"@types/chai"
:
"^4.2.18"
,
"@types/mocha"
:
"^8.2.2"
,
"@types/node"
:
"^17.0.21"
,
"@typescript-eslint/eslint-plugin"
:
"^4.26.0"
,
"@typescript-eslint/parser"
:
"^4.26.0"
,
"babel-eslint"
:
"^10.1.0"
,
"chai"
:
"^4.3.4"
,
"copyfiles"
:
"^2.3.0"
,
"dotenv"
:
"^10.0.0"
,
"eslint"
:
"^7.27.0"
,
"eslint-config-prettier"
:
"^8.3.0"
,
"eslint-plugin-import"
:
"^2.23.4"
,
"eslint-plugin-jsdoc"
:
"^35.1.2"
,
"eslint-plugin-prefer-arrow"
:
"^1.2.3"
,
"eslint-plugin-prettier"
:
"^3.4.0"
,
"eslint-plugin-react"
:
"^7.24.0"
,
"eslint-plugin-unicorn"
:
"^32.0.1"
,
"ethereum-waffle"
:
"^3.3.0"
,
"ethers"
:
"^5.6.8"
,
"hardhat"
:
"^2.9.6"
,
...
...
@@ -92,6 +83,6 @@
"solhint-plugin-prettier"
:
"^0.0.5"
,
"solidity-coverage"
:
"^0.7.17"
,
"ts-node"
:
"^10.0.0"
,
"
typescript"
:
"^4.6.2
"
"
mocha"
:
"^10.0.0
"
}
}
packages/contracts-periphery/tsconfig.build.json
deleted
100644 → 0
View file @
02673401
{
"extends"
:
"../../tsconfig.build.json"
,
"compilerOptions"
:
{
"rootDir"
:
"./src"
,
"outDir"
:
"./dist"
},
"include"
:
[
"src/**/*"
]
}
packages/contracts-periphery/tsconfig.json
View file @
565ad927
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"resolveJsonModule"
:
true
,
}
"rootDir"
:
"./src"
,
"outDir"
:
"./dist"
},
"include"
:
[
"src/**/*"
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment