35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"name": "neobeta",
|
|
"version": "1.0.0",
|
|
"description": "A CMS for minecraft plugins.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"serve": "npx @11ty/eleventy --serve",
|
|
"watch:sass": "sass src/static/scss:public/static/css --watch",
|
|
"build:sass": "sass src/static/scss:public/static/css",
|
|
"watch:eleventy": "eleventy --serve",
|
|
"build:eleventy": "ELEVENTY_ENV=development eleventy",
|
|
"start": "npm run watch:eleventy",
|
|
"build": "npm run build:eleventy",
|
|
"build:sass:prod": "sass src/static/scss:public/static/css --style compressed",
|
|
"build:eleventy:prod": "ELEVENTY_ENV=production eleventy",
|
|
"build:prod": "npm run build:eleventy:prod"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/adrianvic/neoBeta.git"
|
|
},
|
|
"author": "Adrian Victor de Abreu Alves <adrianvictor@disroot.org>",
|
|
"license": "Unlicense",
|
|
"bugs": {
|
|
"url": "https://github.com/adrianvic/neoBeta/issues"
|
|
},
|
|
"homepage": "https://github.com/adrianvic/neoBeta#readme",
|
|
"dependencies": {
|
|
"@11ty/eleventy": "^3.1.2",
|
|
"elasticlunr": "^0.9.5",
|
|
"sass": "1.93.2"
|
|
}
|
|
}
|