18 lines
385 B
JSON
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",
|
|
"riot": "^4.0.0-rc.13",
|
|
"@riotjs/parcel-plugin-riot": "file:../"
|
|
}
|
|
}
|