File tree 5 files changed +1710
-417
lines changed
5 files changed +1710
-417
lines changed Original file line number Diff line number Diff line change @@ -202,3 +202,6 @@ subgraph/*/contracts/*
202
202
203
203
# Local Netlify folder
204
204
.netlify
205
+
206
+ # parcel cache
207
+ .parcel-cache
Original file line number Diff line number Diff line change 21
21
"tag" : " latest"
22
22
},
23
23
"scripts" : {
24
- "clean" : " rimraf dist" ,
24
+ "clean" : " rimraf dist && rimraf ../.parcel-cache " ,
25
25
"check-style" : " eslint 'src/**/*.{ts,tsx}'" ,
26
26
"check-types" : " tsc --noEmit" ,
27
- "start" : " vite dev src/" ,
28
- "build" : " yarn clean && vite build" ,
27
+ "start" : " parcel src/index.html " ,
28
+ "build" : " yarn clean && parcel build" ,
29
29
"release:patch" : " scripts/publish.sh patch" ,
30
30
"release:minor" : " scripts/publish.sh minor" ,
31
31
"release:major" : " scripts/publish.sh major"
45
45
"eslint-config-prettier" : " ^9.1.0" ,
46
46
"eslint-plugin-import" : " ^2.31.0" ,
47
47
"globals" : " ^15.12.0" ,
48
+ "parcel" : " ^2.13.2" ,
48
49
"rimraf" : " ^6.0.1" ,
49
- "typescript" : " ^5.6.3" ,
50
- "vite" : " ^5.4.11" ,
51
- "vite-plugin-dts" : " ^4.3.0" ,
52
- "vite-plugin-node-polyfills" : " ^0.22.0"
50
+ "typescript" : " ^5.6.3"
53
51
},
54
52
"dependencies" : {
55
53
"jose" : " ^5.9.6"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 36
36
"devDependencies" : {
37
37
"@commitlint/cli" : " ^17.8.1" ,
38
38
"@commitlint/config-conventional" : " ^17.8.1" ,
39
+ "@parcel/packager-ts" : " 2.13.2" ,
40
+ "@parcel/transformer-typescript-types" : " 2.13.2" ,
39
41
"assert" : " ^2.1.0" ,
40
42
"buffer" : " ^5.7.1" ,
41
43
"conventional-changelog-cli" : " ^2.2.2" ,
45
47
"os-browserify" : " ^0.3.0" ,
46
48
"path-browserify" : " ^1.0.1" ,
47
49
"process" : " ^0.11.10" ,
48
- "string_decoder" : " ^1.3.0"
50
+ "string_decoder" : " ^1.3.0" ,
51
+ "typescript" : " ^5.7.2"
49
52
},
50
53
"resolutions" : {
51
54
"async@npm^2.4.0" : " ^2.6.4" ,
You can’t perform that action at this time.
0 commit comments