-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "thawani_gw",
"version": "1.0.0",
"description": "This plugin based on (Developer Docs the new API of Thawani)[https://developer.thawani.om/]",
"main": "index.js",
"scripts": {
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w7shdev/thawani_gw.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/w7shdev/thawani_gw/issues"
},
"homepage": "https://github.com/w7shdev/thawani_gw#readme",
"dependencies": {
"autoprefixer": "^10.0.4",
"axios": "^0.21.1",
"laravel-mix": "^6.0.13",
"moment": "^2.29.1",
"postcss": "^8.1.14",
"postcss-loader": "^4.1.0",
"tailwindcss": "^2.0.1",
"vue": "^2.6.12",
"vue-i18n": "^8.23.0"
},
"devDependencies": {
"cross-env": "^7.0.3",
"vue-loader": "^15.9.6",
"vue-template-compiler": "^2.6.12"
}
}