mirror of
https://github.com/Dannecron/parcel-example-neko.git
synced 2025-12-25 15:22:37 +03:00
19 lines
356 B
JSON
19 lines
356 B
JSON
{
|
|
"name": "parcel-example-neko",
|
|
"version": "1.0.0",
|
|
"description": "Test project",
|
|
"source": "src/index.html",
|
|
"scripts": {
|
|
"start": "parcel",
|
|
"build": "parcel build"
|
|
},
|
|
"author": "dannc",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"parcel": "2.8.2",
|
|
"process": "0.11.10",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
}
|