Initial commit
This commit is contained in:
97
package.json
Normal file
97
package.json
Normal file
@@ -0,0 +1,97 @@
|
||||
{
|
||||
"name": "inmemoriam",
|
||||
"version": "1.0.2",
|
||||
"description": "In Memoriam module",
|
||||
"dnn": {
|
||||
"projectFolders": [
|
||||
"Themes/Skins/InMemoriamSkin",
|
||||
"Themes/Containers/InMemoriamContainer",
|
||||
"Server/InMemoriam"
|
||||
],
|
||||
"owner": {
|
||||
"name": "Peter Donker",
|
||||
"organization": "Bring2mind",
|
||||
"url": "bring2mind.net",
|
||||
"email": "peter@bring2mind.net"
|
||||
},
|
||||
"pathsAndFiles": {
|
||||
"solutionFile": "./Bring2mind.InMemoriam.sln",
|
||||
"pathToAssemblies": "./bin",
|
||||
"devSiteUrl": "",
|
||||
"devSitePath": "",
|
||||
"excludeFilter": [
|
||||
"bin/",
|
||||
"obj/",
|
||||
"node_modules"
|
||||
],
|
||||
"licenseFile": "./License.md",
|
||||
"releaseNotesFile": "",
|
||||
"releaseFiles": [
|
||||
"App_LocalResources/*.resx",
|
||||
"**/*.ascx",
|
||||
"**/*.cshtml",
|
||||
"**/*.vbhtml",
|
||||
"js/*.js",
|
||||
"css/*.css",
|
||||
"*.css",
|
||||
"**/*.html",
|
||||
"**/*.png",
|
||||
"**/*.jpg",
|
||||
"**/*.jpeg",
|
||||
"**/*.gif",
|
||||
"**/*.eot",
|
||||
"**/*.svg",
|
||||
"**/*.ttf",
|
||||
"**/*.woff",
|
||||
"**/*.woff2",
|
||||
"*.txt"
|
||||
],
|
||||
"zipName": "Bring2mind.InMemoriam"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"build": "set NODE_ENV=production&&webpack --config Client/webpack.config.js",
|
||||
"watch": "webpack --config Client/webpack.config.js --progress --watch",
|
||||
"watch-server": "node watch.js"
|
||||
},
|
||||
"author": "Peter Donker",
|
||||
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.26.8",
|
||||
"@babel/preset-env": "^7.26.8",
|
||||
"@babel/preset-react": "^7.26.3",
|
||||
"@babel/preset-typescript": "^7.26.0",
|
||||
"@types/jquery": "^3.5.32",
|
||||
"@types/react": "^19.0.8",
|
||||
"@types/react-bootstrap": "^0.32.37",
|
||||
"@types/react-dom": "^19.0.3",
|
||||
"babel-loader": "^9.2.1",
|
||||
"chokidar": "^4.0.3",
|
||||
"css-loader": "^7.1.2",
|
||||
"deepmerge": "^4.3.1",
|
||||
"file-loader": "^6.2.0",
|
||||
"filemanager-webpack-plugin": "^8.0.0",
|
||||
"fs-extra": "^11.3.0",
|
||||
"jquery": "^3.7.1",
|
||||
"mini-css-extract-plugin": "^2.9.2",
|
||||
"postcss-loader": "^8.1.1",
|
||||
"sass": "^1.84.0",
|
||||
"sass-loader": "^16.0.4",
|
||||
"style-loader": "^4.0.0",
|
||||
"ts-loader": "^9.5.2",
|
||||
"typescript": "^5.7.3",
|
||||
"webpack": "^5.97.1",
|
||||
"webpack-cli": "^6.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@mdi/js": "^7.4.47",
|
||||
"@mdi/react": "^1.6.1",
|
||||
"@types/sanitize-html": "^2.13.0",
|
||||
"bootstrap": "^5.3.3",
|
||||
"react": "^19.0.0",
|
||||
"react-bootstrap": "^2.10.9",
|
||||
"react-dom": "^19.0.0",
|
||||
"react-sanitized-html": "^2.0.0",
|
||||
"sanitize-html": "^2.14.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user