You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
434 B
JSON
22 lines
434 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"rollup": "^2.75.3",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
},
|
|
"dependencies": {
|
|
"alpinejs": "^3.10.2",
|
|
"fuse.js": "^6.6.2"
|
|
}
|
|
}
|