Skip to content
Snippets Groups Projects
Commit e497b164 authored by Werner Glanzer's avatar Werner Glanzer :ocean:
Browse files

initialized modularized repository

parents
No related branches found
No related tags found
No related merge requests found
#This file is generated by ADITO designer. Do NOT delete or modify!
#Thu Dec 16 12:51:24 CET 2021
version=6.2.4
### Set the default behavior for text files (lineendings will be converted by git)
* text=auto
### Declare files that will always have CRLF line endings on checkout (Example: windows bat file)
*.bat text eol=crlf
### Declare files that will always have LF line endings on checkout. (Example: linux .sh script)
*.sh text eol=lf
### Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.jasper binary
\ No newline at end of file
/.aditoprj/cache
/dist
# NodeJS
node_modules/
# NodeJS / Cypress
cypress/videos
cypress/screenshots
cypress/reports
.npmrc 0 → 100644
@aditosoftware:registry=https://nexus.adito.cloud/repository/xrm
# Git
.git
.gitignore
.gitattributes
# ADITO
.aditoprj
dist
others
# NPM
node_modules
package.json
package-lock.json
{
"compilerOptions": {
"module": "es6",
"moduleResolution": "node",
"baseUrl": ".",
"checkJs": true,
"noEmit": true,
"removeComments": true,
"strict": false,
"paths": {
"*": [ "process/*/process" ]
}
}
}
\ No newline at end of file
{
"name": "@aditosoftware/contactmanagement",
"version": "2022.0.0-SNAPSHOT.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@aditosoftware/contactmanagement",
"version": "2022.0.0-SNAPSHOT.0",
"dependencies": {
"@aditosoftware/platform": ">=2022.0.0-SNAPSHOT.0"
},
"devDependencies": {
"@aditosoftware/jdito-types": "2022.0.0"
}
},
"node_modules/@aditosoftware/basic-base": {
"version": "2022.0.0-SNAPSHOT.0",
"resolved": "https://nexus.adito.cloud/repository/xrm/@aditosoftware/basic-base/-/basic-base-2022.0.0-SNAPSHOT.0.tgz",
"integrity": "sha512-3DOyWBKdG6W4Tte2/mQLbEwNFAboGnAlo2thoI7ePDeEI9OaPn7V+nVt6SsbnK8OYKwth0o/CZJQygqjT58Jlw=="
},
"node_modules/@aditosoftware/jdito-types": {
"version": "2022.0.0",
"resolved": "https://nexus.adito.cloud/repository/xrm/@aditosoftware/jdito-types/-/jdito-types-2022.0.0.tgz",
"integrity": "sha512-phbR7lj70CtBwCXsPcl7r1RNpz6dvMtMSKt8gCAmPR/MwoxbCUp4InmEvyQ0HRt+4tUh39114qw/y1dykGklhA==",
"dev": true
},
"node_modules/@aditosoftware/platform": {
"version": "2022.0.0-SNAPSHOT.0",
"resolved": "https://nexus.adito.cloud/repository/xrm/@aditosoftware/platform/-/platform-2022.0.0-SNAPSHOT.0.tgz",
"integrity": "sha512-Ghptx8Ti2EgI7+PZvenvJh8WV2Ewuux5TYuagpsbWTK3+cAYOsu+oV7Bc5Bmgp7xHPbeFuhGY34pvuiPMBrr2g==",
"dependencies": {
"@aditosoftware/basic-base": ">=2022.0.0-SNAPSHOT.0"
}
}
},
"dependencies": {
"@aditosoftware/basic-base": {
"version": "2022.0.0-SNAPSHOT.0",
"resolved": "https://nexus.adito.cloud/repository/xrm/@aditosoftware/basic-base/-/basic-base-2022.0.0-SNAPSHOT.0.tgz",
"integrity": "sha512-3DOyWBKdG6W4Tte2/mQLbEwNFAboGnAlo2thoI7ePDeEI9OaPn7V+nVt6SsbnK8OYKwth0o/CZJQygqjT58Jlw=="
},
"@aditosoftware/jdito-types": {
"version": "2022.0.0",
"resolved": "https://nexus.adito.cloud/repository/xrm/@aditosoftware/jdito-types/-/jdito-types-2022.0.0.tgz",
"integrity": "sha512-phbR7lj70CtBwCXsPcl7r1RNpz6dvMtMSKt8gCAmPR/MwoxbCUp4InmEvyQ0HRt+4tUh39114qw/y1dykGklhA==",
"dev": true
},
"@aditosoftware/platform": {
"version": "2022.0.0-SNAPSHOT.0",
"resolved": "https://nexus.adito.cloud/repository/xrm/@aditosoftware/platform/-/platform-2022.0.0-SNAPSHOT.0.tgz",
"integrity": "sha512-Ghptx8Ti2EgI7+PZvenvJh8WV2Ewuux5TYuagpsbWTK3+cAYOsu+oV7Bc5Bmgp7xHPbeFuhGY34pvuiPMBrr2g==",
"requires": {
"@aditosoftware/basic-base": ">=2022.0.0-SNAPSHOT.0"
}
}
}
}
{
"name": "@aditosoftware/contactmanagement",
"version": "2022.0.0-SNAPSHOT.0",
"type": "module",
"dependencies": {
"@aditosoftware/platform": ">=2022.0.0-SNAPSHOT.0"
},
"devDependencies": {
"@aditosoftware/jdito-types": "2022.0.0"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment