WordGrid/ui/package.json

19 lines
421 B
JSON
Raw Permalink Normal View History

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