2022-03-29 12:55:55 +00:00
|
|
|
{
|
|
|
|
"name": "@extollo/extollo",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "The framework lifts up your code.",
|
|
|
|
"main": "lib/index.js",
|
|
|
|
"types": "lib/index.d.ts",
|
|
|
|
"directories": {
|
|
|
|
"lib": "lib"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-15 01:49:34 +00:00
|
|
|
"@atao60/fse-cli": "^0.1.7",
|
2024-07-21 23:47:19 +00:00
|
|
|
"@codemirror/lang-html": "^6.4.9",
|
2023-11-08 03:12:39 +00:00
|
|
|
"@extollo/lib": "^0.14.14",
|
2024-07-21 23:47:19 +00:00
|
|
|
"@lit/task": "^1.0.1",
|
2023-01-16 09:24:51 +00:00
|
|
|
"@types/marked": "^4.0.8",
|
2024-06-30 17:46:11 +00:00
|
|
|
"@types/node": "^18.19.39",
|
2023-01-16 09:24:51 +00:00
|
|
|
"@types/xml2js": "^0.4.11",
|
2022-07-04 08:04:11 +00:00
|
|
|
"any-date-parser": "^1.5.3",
|
2024-07-21 23:47:19 +00:00
|
|
|
"codemirror": "^6.0.1",
|
2022-03-29 12:55:55 +00:00
|
|
|
"copyfiles": "^2.4.1",
|
2022-04-05 15:47:15 +00:00
|
|
|
"feed": "^4.2.2",
|
2022-04-05 19:24:36 +00:00
|
|
|
"gotify": "^1.1.0",
|
2023-01-16 09:24:51 +00:00
|
|
|
"gray-matter": "^4.0.3",
|
2023-11-08 03:12:39 +00:00
|
|
|
"lib": "link:@extollo/lib:../extollo/lib",
|
2024-07-21 23:47:19 +00:00
|
|
|
"lit": "^3.1.4",
|
2023-01-16 09:24:51 +00:00
|
|
|
"marked": "^4.2.12",
|
2024-07-07 04:16:04 +00:00
|
|
|
"marked-footnote": "^1.2.2",
|
2022-03-29 12:55:55 +00:00
|
|
|
"ts-expose-internals": "^4.5.4",
|
2024-06-30 17:46:11 +00:00
|
|
|
"ts-node": "^10.9.2",
|
2022-03-29 12:55:55 +00:00
|
|
|
"ts-patch": "^2.0.1",
|
|
|
|
"ts-to-zod": "^1.8.0",
|
2024-06-30 17:46:11 +00:00
|
|
|
"typescript": "^4.9.5",
|
2023-01-16 09:24:51 +00:00
|
|
|
"xml2js": "^0.4.23",
|
2022-03-29 12:55:55 +00:00
|
|
|
"zod": "^3.11.6"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2024-07-21 23:47:19 +00:00
|
|
|
"build": "node build.js",
|
2022-11-15 01:49:34 +00:00
|
|
|
"clean": "rimraf lib",
|
|
|
|
"watch": "nodemon --ext js,pug,ts --watch src --exec 'ts-node src/index.ts'",
|
|
|
|
"app": "ts-node src/index.ts",
|
|
|
|
"cli": "ts-node src/cli.ts",
|
2022-05-06 01:57:30 +00:00
|
|
|
"docker:build": "docker build -t ${DOCKER_REGISTRY}/garrettmills/www .",
|
|
|
|
"docker:push": "docker push ${DOCKER_REGISTRY}/garrettmills/www"
|
2022-03-29 12:55:55 +00:00
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"lib/**/*"
|
|
|
|
],
|
|
|
|
"prepare": "npm run build",
|
|
|
|
"postversion": "git push && git push --tags",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://code.garrettmills.dev/extollo/extollo"
|
|
|
|
},
|
|
|
|
"author": "garrettmills <shout@garrettmills.dev>",
|
|
|
|
"license": "MIT",
|
|
|
|
"extollo": {
|
|
|
|
"cc": {
|
|
|
|
"zodify": [
|
|
|
|
"src/app/types"
|
|
|
|
],
|
|
|
|
"non-source": [
|
|
|
|
".env",
|
|
|
|
"src/app/resources"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-11-15 01:49:34 +00:00
|
|
|
"@extollo/cc": "^0.6.0",
|
2024-07-21 23:47:19 +00:00
|
|
|
"css-loader": "^7.1.2",
|
|
|
|
"ora": "^8.0.1",
|
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"style-loader": "^4.0.0",
|
|
|
|
"webpack": "^5.93.0",
|
2024-08-02 04:38:48 +00:00
|
|
|
"webpack-cli": "^5.1.4",
|
|
|
|
"wtfnode": "^0.9.3"
|
2022-03-29 12:55:55 +00:00
|
|
|
}
|
|
|
|
}
|