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.
25 lines
715 B
JSON
25 lines
715 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "1.0.0",
|
|
"description": "Package to generate frontend files for phc/website",
|
|
"scripts": {
|
|
"build": "npm-run-all -p build:*",
|
|
"build:js": "rollup -c",
|
|
"build:css": "sass -s compressed --no-source-map src/styles/main.scss out/next.css"
|
|
},
|
|
"keywords": [],
|
|
"author": "aziis98 <antonio.delucreziis@gmail.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"rollup": "^2.75.3",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"sass": "^1.52.3"
|
|
},
|
|
"dependencies": {
|
|
"alpinejs": "^3.10.2",
|
|
"fuse.js": "^6.6.2"
|
|
}
|
|
}
|