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",
|
2023-08-05 00:08:25 +00:00
|
|
|
"word_grid": "file:../pkg"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-06 02:24:15 +00:00
|
|
|
"@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.9.3",
|
|
|
|
"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
|
|
|
}
|
|
|
|
}
|