@node-framework/app
Advanced tools
Comparing version
@@ -1,1 +0,1 @@ | ||
(()=>{"use strict";console.log("webclient.ts")})(); | ||
(()=>{"use strict";console.log("Client application is running!")})(); |
@@ -10,2 +10,3 @@ import HtmlWebpackPlugin from 'html-webpack-plugin'; | ||
filename: string; | ||
clean: boolean; | ||
}; | ||
@@ -28,3 +29,3 @@ resolve: { | ||
optimization: { | ||
mergeDuplicateChunks: boolean; | ||
minimize: boolean; | ||
}; | ||
@@ -31,0 +32,0 @@ }; |
@@ -1,2 +0,1 @@ | ||
#!/usr/bin/env node | ||
import { Request, Response } from 'express'; | ||
@@ -3,0 +2,0 @@ export default class WebServer { |
{ | ||
"name": "@node-framework/app", | ||
"version": "1.0.69", | ||
"description": "@node-framework/app", | ||
"version": "1.0.70", | ||
"description": "Framework full-stack modulare", | ||
"main": "dist/src/index.bundle.js", | ||
"types": "dist/src/index.module.d.ts", | ||
"scripts": { | ||
"build:core": "webpack --config ./src/webpack.config.ts", | ||
"build:server": "webpack --config ./src/server/webpack.config.ts", | ||
"build:client": "webpack --config ./src/client/webpack.config.ts", | ||
"build:core": "webpack --config ./src/webpack.config.ts --env ts-node", | ||
"build:server": "webpack --config ./src/server/webpack.config.ts --env ts-node", | ||
"build:client": "webpack --config ./src/client/webpack.config.ts --env ts-node", | ||
"build": "npm run build:core && npm run build:server && npm run build:client", | ||
"start": "node ./dist/src/server/webserver.bundle.js" | ||
}, | ||
"keywords": [ | ||
"@node-framework/app" | ||
], | ||
"files": [ | ||
@@ -23,2 +20,3 @@ "dist" | ||
"devDependencies": { | ||
"@babel/register": "^7.25.9", | ||
"@types/express": "^5.0.0", | ||
@@ -28,3 +26,2 @@ "@types/node": "^22.10.2", | ||
"copy-webpack-plugin": "^12.0.2", | ||
"copyfiles": "^2.4.1", | ||
"css-loader": "^7.1.2", | ||
@@ -35,2 +32,3 @@ "express": "^4.21.2", | ||
"style-loader": "^4.0.0", | ||
"terser-webpack-plugin": "^5.3.11", | ||
"ts-loader": "^9.5.1", | ||
@@ -37,0 +35,0 @@ "ts-node": "^10.9.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1226512
-0.01%16
6.67%