File tree 9 files changed +98
-90
lines changed
9 files changed +98
-90
lines changed Original file line number Diff line number Diff line change 26
26
27
27
## Quick start
28
28
29
+ Install [ Node] ( https://nodejs.org/en ) and [ pnpm] ( https://pnpm.io/ ) , following
30
+ the version ranges declared in the ` engines ` field of the root ` package.json `
31
+ file.
32
+
33
+ > If you work on multiple projects that require different versions of Node and
34
+ > pnpm, we recommend installing them in an isolated environement (e.g. with
35
+ > [ Conda] ( https://docs.conda.io/projects/conda/en/stable/ ) ) or with a
36
+ > specialised tool like [ Volta] ( https://docs.volta.sh/ ) .
37
+
38
+ Then, run:
39
+
29
40
``` bash
30
41
pnpm install
31
42
pnpm start
32
43
```
33
44
34
- Once the development server has started, press ` o ` to open the development URL
35
- in your browser, or ` h ` to show all the available keyboard shortcuts.
36
-
37
45
## Development
38
46
39
47
- ` pnpm start ` - start the H5Web stand-alone demo
Original file line number Diff line number Diff line change 26
26
"wouter" : " 3.3.5"
27
27
},
28
28
"devDependencies" : {
29
- "@types/node" : " ^20.17.12 " ,
29
+ "@types/node" : " ^22.12.0 " ,
30
30
"@types/react" : " ^18.3.3" ,
31
31
"@types/react-dom" : " ^18.3.0" ,
32
32
"@vitejs/plugin-react-swc" : " 3.7.2" ,
Original file line number Diff line number Diff line change 38
38
"@types/d3-array" : " ~3.2.1" ,
39
39
"@types/d3-format" : " ~3.0.4" ,
40
40
"@types/ndarray" : " 1.0.14" ,
41
- "@types/node" : " ^20.17.12 " ,
41
+ "@types/node" : " ^22.12.0 " ,
42
42
"@types/react" : " ^18.3.3" ,
43
43
"@types/react-dom" : " ^18.3.0" ,
44
44
"@types/three" : " 0.172.0" ,
Original file line number Diff line number Diff line change 10
10
"url" : " https://github.com/silx-kit/h5web"
11
11
},
12
12
"engines" : {
13
- "node" : " 20 .x" ,
13
+ "node" : " 22 .x" ,
14
14
"pnpm" : " 9.x"
15
15
},
16
16
"packageManager" :
" [email protected] " ,
43
43
"@simonsmith/cypress-image-snapshot" : " 9.1.0" ,
44
44
"@stylistic/eslint-plugin-js" : " 2.13.0" ,
45
45
"@testing-library/cypress" : " 10.0.2" ,
46
- "@types/node" : " ^20.17.12 " ,
46
+ "@types/node" : " ^22.12.0 " ,
47
47
"@vitest/eslint-plugin" : " 1.1.25" ,
48
48
"confusing-browser-globals" : " 1.0.11" ,
49
49
"cypress" : " 13.17.0" ,
Original file line number Diff line number Diff line change 72
72
"@testing-library/user-event" : " 14.6.0" ,
73
73
"@types/d3-format" : " ~3.0.4" ,
74
74
"@types/ndarray" : " 1.0.14" ,
75
- "@types/node" : " ^20.17.12 " ,
75
+ "@types/node" : " ^22.12.0 " ,
76
76
"@types/react" : " ^18.3.3" ,
77
77
"@types/react-dom" : " ^18.3.0" ,
78
78
"@types/react-slider" : " ~1.3.6" ,
Original file line number Diff line number Diff line change 54
54
"@h5web/app" : " workspace:*" ,
55
55
"@h5web/shared" : " workspace:*" ,
56
56
"@rollup/plugin-alias" : " 5.1.0" ,
57
- "@types/node" : " ^20.17.12 " ,
57
+ "@types/node" : " ^22.12.0 " ,
58
58
"@types/react" : " ^18.3.3" ,
59
59
"@vitejs/plugin-react-swc" : " 3.7.2" ,
60
60
"dot-json" : " 1.3.0" ,
Original file line number Diff line number Diff line change 85
85
"@types/d3-scale" : " ~4.0.8" ,
86
86
"@types/d3-scale-chromatic" : " ~3.1.0" ,
87
87
"@types/ndarray" : " ~1.0.14" ,
88
- "@types/node" : " ^20.17.12 " ,
88
+ "@types/node" : " ^22.12.0 " ,
89
89
"@types/react" : " ^18.3.3" ,
90
90
"@types/react-dom" : " ^18.3.0" ,
91
91
"@types/react-measure" : " ~2.0.12" ,
Original file line number Diff line number Diff line change 58
58
"@types/d3-format" : " ~3.0.4" ,
59
59
"@types/ndarray" : " ~1.0.14" ,
60
60
"@types/ndarray-ops" : " ~1.2.7" ,
61
- "@types/node" : " ^20.17.12 " ,
61
+ "@types/node" : " ^22.12.0 " ,
62
62
"@types/react" : " ^18.3.3" ,
63
63
"d3-array" : " 3.2.4" ,
64
64
"d3-format" : " 3.1.0" ,
You can’t perform that action at this time.
0 commit comments