2019-05-02 18:57:56 +02:00
|
|
|
{
|
|
|
|
"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": {
|
2019-05-04 08:51:44 +02:00
|
|
|
"start": "parcel index.html",
|
2019-05-08 20:08:44 +02:00
|
|
|
"bundle": "parcel build index.html",
|
|
|
|
"clear": "npm run clear-dist && npm run clear-cache",
|
|
|
|
"clear-dist": "rimraf dist/*",
|
|
|
|
"clear-cache": "rimraf .cache/*"
|
2019-05-02 18:57:56 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-05-07 23:55:55 +02:00
|
|
|
"autoprefixer": "^9.5.1",
|
2019-05-02 18:57:56 +02:00
|
|
|
"parcel-bundler": "^1.12.3",
|
2019-05-08 20:08:44 +02:00
|
|
|
"rimraf": "^2.6.3",
|
2019-05-02 18:57:56 +02:00
|
|
|
"sass": "^1.19.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-05-09 00:22:59 +02:00
|
|
|
"marked": "^0.6.2",
|
|
|
|
"normalize.css": "^8.0.1"
|
2019-05-02 18:57:56 +02:00
|
|
|
}
|
|
|
|
}
|