Skip to content

Commit 590862c

Browse files
committed
chore: initial-setup
1 parent e58b499 commit 590862c

File tree

4 files changed

+2406
-3410
lines changed

4 files changed

+2406
-3410
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ web_modules/
5757
# TypeScript cache
5858
*.tsbuildinfo
5959

60+
# parcel cache
61+
.parcel-cache
62+
6063
# Optional npm cache directory
6164
.npm
6265

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
"web-devtools",
2626
"eslint-config",
2727
"prettier-config",
28-
"tsconfig"
28+
"tsconfig",
29+
"kleros-app"
2930
],
3031
"packageManager": "[email protected]",
3132
"volta": {
@@ -35,6 +36,8 @@
3536
"devDependencies": {
3637
"@commitlint/cli": "^17.8.1",
3738
"@commitlint/config-conventional": "^17.8.1",
39+
"@parcel/packager-ts": "2.12.0",
40+
"@parcel/transformer-typescript-types": "2.12.0",
3841
"assert": "^2.0.0",
3942
"buffer": "^5.7.1",
4043
"conventional-changelog-cli": "^2.2.2",
@@ -44,7 +47,8 @@
4447
"os-browserify": "^0.3.0",
4548
"path-browserify": "^1.0.0",
4649
"process": "^0.11.10",
47-
"string_decoder": "^1.3.0"
50+
"string_decoder": "^1.3.0",
51+
"typescript": ">=3.0.0"
4852
},
4953
"resolutions": {
5054
"async@npm^2.4.0": "^2.6.4",

prettier-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "MIT",
66
"dependencies": {
77
"eslint": "^8.57.1",
8-
"prettier": "^2.8.8",
8+
"prettier": "^3.3.3",
99
"prettier-plugin-solidity": "^1.3.1"
1010
},
1111
"scripts": {

0 commit comments

Comments
 (0)