File tree Expand file tree Collapse file tree 4 files changed +2406
-3410
lines changed Expand file tree Collapse file tree 4 files changed +2406
-3410
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ web_modules/
57
57
# TypeScript cache
58
58
* .tsbuildinfo
59
59
60
+ # parcel cache
61
+ .parcel-cache
62
+
60
63
# Optional npm cache directory
61
64
.npm
62
65
Original file line number Diff line number Diff line change 25
25
" web-devtools" ,
26
26
" eslint-config" ,
27
27
" prettier-config" ,
28
- " tsconfig"
28
+ " tsconfig" ,
29
+ " kleros-app"
29
30
],
30
31
"packageManager" :
" [email protected] " ,
31
32
"volta" : {
35
36
"devDependencies" : {
36
37
"@commitlint/cli" : " ^17.8.1" ,
37
38
"@commitlint/config-conventional" : " ^17.8.1" ,
39
+ "@parcel/packager-ts" : " 2.12.0" ,
40
+ "@parcel/transformer-typescript-types" : " 2.12.0" ,
38
41
"assert" : " ^2.0.0" ,
39
42
"buffer" : " ^5.7.1" ,
40
43
"conventional-changelog-cli" : " ^2.2.2" ,
44
47
"os-browserify" : " ^0.3.0" ,
45
48
"path-browserify" : " ^1.0.0" ,
46
49
"process" : " ^0.11.10" ,
47
- "string_decoder" : " ^1.3.0"
50
+ "string_decoder" : " ^1.3.0" ,
51
+ "typescript" : " >=3.0.0"
48
52
},
49
53
"resolutions" : {
50
54
"async@npm^2.4.0" : " ^2.6.4" ,
Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"dependencies" : {
7
7
"eslint" : " ^8.57.1" ,
8
- "prettier" : " ^2.8.8 " ,
8
+ "prettier" : " ^3.3.3 " ,
9
9
"prettier-plugin-solidity" : " ^1.3.1"
10
10
},
11
11
"scripts" : {
You can’t perform that action at this time.
0 commit comments