diff --git a/.prettierignore b/.prettierignore deleted file mode 100755 index 103bd51..0000000 --- a/.prettierignore +++ /dev/null @@ -1,5 +0,0 @@ -# Add files here to ignore them from prettier formatting -/dist -/coverage -/.nx/cache -.angular diff --git a/.prettierrc b/.prettierrc deleted file mode 100755 index ac2f96c..0000000 --- a/.prettierrc +++ /dev/null @@ -1,14 +0,0 @@ -{ - "printWidth": 300, - "tabWidth": 2, - "useTabs": false, - "semi": true, - "singleQuote": true, - "quoteProps": "as-needed", - "trailingComma": "all", - "bracketSpacing": true, - "arrowParens": "always", - "requirePragma": false, - "insertPragma": false, - "endOfLine": "crlf" -} diff --git a/index.html b/index.html index acbcfc0..a547ba1 100755 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + 4NK Application diff --git a/package.json b/package.json index 35bd598..894de6e 100755 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sdk_client", "version": "1.0.0", "type": "module", - "description": "", + "description": "Client SDK 4NK - Web5 Platform", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", @@ -10,42 +10,26 @@ "start": "vite --host 0.0.0.0", "build": "tsc && vite build", "deploy": "sudo cp -r dist/* /var/www/html/", - "prettify": "prettier --config ./.prettierrc --write \"src/**/*{.ts,.html,.css,.js}\"", "build:dist": "tsc -p tsconfig.build.json" }, "keywords": [], - "author": "", + "author": "Nicolas Cantu", + "contributors": [ + "Sosthene", + "Omar", + "Titouan" + ], "license": "ISC", "devDependencies": { "@rollup/plugin-typescript": "^12.1.1", - "copy-webpack-plugin": "^12.0.2", - "html-webpack-plugin": "^5.6.0", - "prettier": "^3.3.3", "rimraf": "^6.0.1", - "ts-loader": "^9.5.1", "typescript": "^5.3.3", "vite": "^5.4.11", - "vite-plugin-static-copy": "^1.0.6", - "webpack": "^5.90.3", - "webpack-cli": "^5.1.4", - "webpack-dev-server": "^5.0.2" + "vite-plugin-static-copy": "^1.0.6" }, "dependencies": { - "@angular/elements": "^19.0.1", - "@types/jsonwebtoken": "^9.0.9", - "@types/qrcode": "^1.5.5", - "@vitejs/plugin-react": "^4.3.1", - "@vitejs/plugin-vue": "^5.0.5", "axios": "^1.7.8", - "html5-qrcode": "^2.3.8", "jose": "^6.0.11", - "jsonwebtoken": "^9.0.2", - "pdf-lib": "^1.17.1", - "qr-scanner": "^1.4.2", - "qrcode": "^1.5.3", - "sweetalert2": "^11.14.5", - "vite-plugin-copy": "^0.1.6", - "vite-plugin-html": "^3.2.2", "vite-plugin-wasm": "^3.3.0" } }