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.
23 lines
609 B
JSON
23 lines
609 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "Package to generate frontend files for phc/website",
|
|
"scripts": {
|
|
"build:scripts": "rollup -c",
|
|
"build:styles": "sass -s compressed --no-source-map src/styles/main.scss dist/main.css"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"rollup": "^2.75.3",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"sass": "^1.52.3"
|
|
},
|
|
"dependencies": {
|
|
"alpinejs": "^3.10.2",
|
|
"fuse.js": "^6.6.2"
|
|
}
|
|
}
|