WordGrid/ui/package.json

19 lines
421 B
JSON
Raw Permalink Normal View History

2023-08-05 00:08:25 +00:00
{
"dependencies": {
2023-08-05 02:39:03 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"word_grid": "file:../wasm/pkg"
2023-08-05 00:08:25 +00:00
},
"devDependencies": {
"@parcel/transformer-less": "^2.9.3",
2023-08-05 02:39:03 +00:00
"@types/react": "^18.2.18",
2023-08-06 01:59:30 +00:00
"@types/react-dom": "^18.2.7",
"parcel": "^2.12.0",
2023-08-06 01:59:30 +00:00
"process": "^0.11.10"
2023-09-23 19:21:09 +00:00
},
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build --public-url ./ src/index.html"
2023-08-05 00:08:25 +00:00
}
}