27 lines
725 B
JSON
27 lines
725 B
JSON
{
|
|
"name": "lexiconga-lite",
|
|
"version": "1.0.0",
|
|
"description": "A light-as-possible rewrite of Lexiconga",
|
|
"main": "index.html",
|
|
"repository": "https://cybre.tech/Alamantus/lexiconga-lite.git",
|
|
"author": "Robbie Antenesse <dev@alamantus.com>",
|
|
"license": "UNLICENCED",
|
|
"scripts": {
|
|
"start": "parcel index.html",
|
|
"bundle": "parcel build index.html",
|
|
"clear": "npm run clear-dist && npm run clear-cache",
|
|
"clear-dist": "rimraf dist/*",
|
|
"clear-cache": "rimraf .cache/*"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^9.5.1",
|
|
"parcel-bundler": "^1.12.3",
|
|
"rimraf": "^2.6.3",
|
|
"sass": "^1.19.0"
|
|
},
|
|
"dependencies": {
|
|
"marked": "^0.6.2",
|
|
"normalize.css": "^8.0.1"
|
|
}
|
|
}
|