mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
504 B
25 lines
504 B
{
|
|
"name": "blocks",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "rollup -c"
|
|
},
|
|
"private": true,
|
|
"author": "Nicolas Giard",
|
|
"license": "AGPL-3.0",
|
|
"dependencies": {
|
|
"lit": "2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-graphql": "2.0.4",
|
|
"@rollup/plugin-node-resolve": "15.2.2",
|
|
"@rollup/plugin-terser": "0.4.4",
|
|
"glob": "10.3.10",
|
|
"rollup": "3.29.4",
|
|
"rollup-plugin-summary": "2.0.0"
|
|
}
|
|
}
|