Start reworking dashboard using Web Awesome
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
13
package.json
13
package.json
@@ -9,16 +9,20 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@atao60/fse-cli": "^0.1.7",
|
||||
"@codemirror/lang-html": "^6.4.9",
|
||||
"@extollo/lib": "^0.14.14",
|
||||
"@lit/task": "^1.0.1",
|
||||
"@types/marked": "^4.0.8",
|
||||
"@types/node": "^18.19.39",
|
||||
"@types/xml2js": "^0.4.11",
|
||||
"any-date-parser": "^1.5.3",
|
||||
"codemirror": "^6.0.1",
|
||||
"copyfiles": "^2.4.1",
|
||||
"feed": "^4.2.2",
|
||||
"gotify": "^1.1.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"lib": "link:@extollo/lib:../extollo/lib",
|
||||
"lit": "^3.1.4",
|
||||
"marked": "^4.2.12",
|
||||
"marked-footnote": "^1.2.2",
|
||||
"ts-expose-internals": "^4.5.4",
|
||||
@@ -31,7 +35,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "pnpm run clean && tsc -p tsconfig.node.json && fse copy --all --dereference --preserveTimestamps --keepExisting=false --quiet --errorOnExist=false src/app/resources lib/app/resources && tsc -p tsconfig.client.json",
|
||||
"build": "node build.js",
|
||||
"clean": "rimraf lib",
|
||||
"watch": "nodemon --ext js,pug,ts --watch src --exec 'ts-node src/index.ts'",
|
||||
"app": "ts-node src/index.ts",
|
||||
@@ -63,6 +67,11 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@extollo/cc": "^0.6.0",
|
||||
"rimraf": "^3.0.2"
|
||||
"css-loader": "^7.1.2",
|
||||
"ora": "^8.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"style-loader": "^4.0.0",
|
||||
"webpack": "^5.93.0",
|
||||
"webpack-cli": "^5.1.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user