-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.28 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@popperjs/core": "^2.10.2",
"@vitejs/plugin-react": "^2.2.0",
"axios": "^1.2.1",
"bootstrap": "^5.2.1",
"laravel-vite-plugin": "^0.6.0",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.32.11",
"vite": "^3.0.0"
},
"name": "remitanceuser",
"description": "This application serves as a platform for immigrants who need to transfer money between differnt parties from different countries.",
"version": "1.0.0",
"main": "vite.config.js",
"directories": {
"test": "tests"
},
"dependencies": {
"ansi-styles": "^3.2.1",
"anymatch": "^3.1.3",
"asynckit": "^0.4.0",
"binary-extensions": "^2.2.0",
"braces": "^3.0.2",
"browserslist": "^4.21.4",
"caniuse-lite": "^1.0.30001435",
"chalk": "^2.4.2",
"chokidar": "^3.5.3",
"color-convert": "^1.9.3",
"color-name": "^1.1.3",
"combined-stream": "^1.0.8",
"convert-source-map": "^1.9.0",
"debug": "^4.3.4",
"delayed-stream": "^1.0.0",
"electron-to-chromium": "^1.4.284",
"esbuild": "^0.15.16",
"esbuild-windows-64": "^0.15.16",
"escalade": "^3.1.1",
"escape-string-regexp": "^1.0.5",
"fill-range": "^7.0.1",
"follow-redirects": "^1.15.2",
"form-data": "^4.0.0",
"function-bind": "^1.1.1",
"gensync": "^1.0.0-beta.2",
"glob-parent": "^5.1.2",
"globals": "^11.12.0",
"has": "^1.0.3",
"has-flag": "^3.0.0",
"immutable": "^4.1.0",
"is-binary-path": "^2.1.0",
"is-core-module": "^2.11.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"js-tokens": "^4.0.0",
"jsesc": "^2.5.2",
"json5": "^2.2.1",
"loose-envify": "^1.4.0",
"magic-string": "^0.26.7",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"ms": "^2.1.2",
"nanoid": "^3.3.4",
"node-releases": "^2.0.6",
"normalize-path": "^3.0.0",
"path-parse": "^1.0.7",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"proxy-from-env": "^1.1.0",
"react-refresh": "^0.14.0",
"readdirp": "^3.6.0",
"resolve": "^1.22.1",
"rollup": "^2.79.1",
"scheduler": "^0.23.0",
"semver": "^6.3.0",
"source-map-js": "^1.0.2",
"sourcemap-codec": "^1.4.8",
"supports-color": "^5.5.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"to-fast-properties": "^2.0.0",
"to-regex-range": "^5.0.1",
"update-browserslist-db": "^1.0.10",
"vite-plugin-full-reload": "^1.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pulok000/Joy-Bangla-Remittance.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pulok000/Joy-Bangla-Remittance/issues"
},
"homepage": "https://github.com/Pulok000/Joy-Bangla-Remittance#readme"
}