2019-05-02 18:57:56 +02:00
|
|
|
{
|
2019-08-22 22:29:56 +02:00
|
|
|
"name": "lexiconga",
|
2020-01-24 23:57:31 +01:00
|
|
|
"version": "2.1.6",
|
2019-08-22 22:29:56 +02:00
|
|
|
"description": "The quick and easy dictionary builder for constructed languages.",
|
2019-06-06 21:17:00 +02:00
|
|
|
"main": "template-index.html",
|
2019-08-22 22:29:56 +02:00
|
|
|
"repository": "https://github.com/Alamantus/Lexiconga.git",
|
2019-05-02 18:57:56 +02:00
|
|
|
"author": "Robbie Antenesse <dev@alamantus.com>",
|
|
|
|
"license": "UNLICENCED",
|
|
|
|
"scripts": {
|
2019-06-10 18:59:51 +02:00
|
|
|
"start": "npm run process-images && concurrently \"npm run watch-js\" \"npm run watch-php\" \"npm run copy-files\"",
|
|
|
|
"watch-js": "parcel watch template-index.html offline.html template-view.html template-passwordreset.html --no-hmr --public-url /lexiconga/",
|
2019-05-28 07:51:28 +02:00
|
|
|
"watch-php": "cpx \"src/php/**/{*,.*}\" dist -v -w",
|
2019-06-10 18:59:51 +02:00
|
|
|
"bundle": "npm run process-images && npm run bundle-js && npm run copy-files && npm run copy-php",
|
2019-07-15 07:47:58 +02:00
|
|
|
"bundle-js": "parcel build template-index.html offline.html template-view.html template-passwordreset.html --no-source-maps",
|
2019-06-06 23:08:00 +02:00
|
|
|
"copy-files": "cpx \"node_modules/upup/dist/*.min.js\" dist -v",
|
|
|
|
"copy-php": "cpx \"src/php/**/{*,.*}\" dist",
|
2019-06-10 18:59:51 +02:00
|
|
|
"process-images": "node dev/resize-images.js",
|
2019-06-06 21:17:00 +02:00
|
|
|
"serve-frontend-only": "parcel template-index.html",
|
2019-05-08 20:08:44 +02:00
|
|
|
"clear": "npm run clear-dist && npm run clear-cache",
|
2019-06-09 21:05:08 +02:00
|
|
|
"clear-dist": "rimraf dist/{*,.*}",
|
|
|
|
"clear-cache": "rimraf .cache/{*,.*}"
|
2019-05-02 18:57:56 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-07-14 19:03:35 +02:00
|
|
|
"autoprefixer": "^9.6.1",
|
|
|
|
"concurrently": "^4.1.1",
|
2019-05-14 01:18:31 +02:00
|
|
|
"cpx": "^1.5.0",
|
2019-06-04 19:34:16 +02:00
|
|
|
"parcel-bundler": "^1.12.3",
|
2019-08-05 22:02:11 +02:00
|
|
|
"parcel-plugin-goodie-bag": "^2.0.0",
|
2019-05-08 20:08:44 +02:00
|
|
|
"rimraf": "^2.6.3",
|
2019-07-14 19:03:35 +02:00
|
|
|
"sass": "^1.22.4",
|
2019-06-10 18:59:51 +02:00
|
|
|
"sharp": "^0.22.1"
|
2019-05-02 18:57:56 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-07-14 19:03:35 +02:00
|
|
|
"marked": "^0.6.3",
|
2019-05-10 23:39:00 +02:00
|
|
|
"normalize.css": "^8.0.1",
|
2019-06-06 01:34:56 +02:00
|
|
|
"papaparse": "^4.6.3",
|
|
|
|
"upup": "^1.1.0"
|
2019-05-02 18:57:56 +02:00
|
|
|
}
|
|
|
|
}
|