2021-07-11 16:42:17 +02:00

18 lines
385 B
JSON

{
"name": "riot-parcel-test",
"main": "index.html",
"private": true,
"scripts": {
"postinstall": "parcel build index.html --no-cache"
},
"dependencies": {
"parcel-bundler": "^1.11.0"
},
"devDependencies": {
"@riotjs/compiler": "^4.0.0",
"@riotjs/hot-reload": "^4.0.0-rc.1",
"@riotjs/parcel-plugin-riot": "file:../",
"riot": "^4.0.0-rc.13"
}
}