-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 5.99 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"ngrok": "./ngrok http 80",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"zipupdate": "cat .diff-files.txt | zip -@ version_update.zip",
"zipgeneral": "zip -r general.zip ./ -x \".dev/*\" -x \"node_modules/*\" -x \"modules/*\" -x \".env*\" -x \"ngrok\" -x \"*.git*\" -x \"*.DS_Store\" -x \"public/agris/*\" -x \"public/taxi/*\" -x \"public/social/*\" -x \"public/js/appreact.js\" -x \"resources/js/components/QRBuilder.js\" -x \"public/impactfront/*\" -x \"resources/lang/en/poslanding.php\" -x \"resources/lang/en/agris.php\" -x \"resources/lang/en/qrlanding.php\" -x \"resources/lang/en/taxi.php\" -x \"resources/lang/en/whatsapp.php\" -x \"resources/lang/enloyalty.php\" -x \"resources/views/poslanding/*\" -x \"resources/views/qrsaas/*\" -x \"resources/views/agrislanding/*\" -x \"resources/views/taxilanding/*\" -x \"resources/views/social/*\" -x \"storage/debugbar/*\" -x \"storage/framework/cache/data/*\" -x \"storage/framework/views/*\" -x \"storage/logs/*\" -x \"storage/installed\" -x \"storage/verified\" -x \"storage/multilanguagemigrated\" -x \"public/uploads/restorants/*\" -x \"public/uploads/settings/*\" -x \"bootstrap/cache/*\" -x \"agris.zip\" -x \"lionpos.zip\" -x \"whatsapp_food.zip\" -x \"ftiger.zip\" -x \"qr_maker.zip\" -x \"whatsapp_taxis.zip\" -x \"loyalty.zip\" && zip -r general.zip storage/framework/cache/data/.gitignore storage/framework/views/.gitignore bootstrap/cache/.gitignore storage/logs/.gitignore public/uploads/restorants/.dev public/uploads/settings/.dev ",
"zippure": "zip -d general.zip resources/views\\*",
"addpure": "zip -r general.zip resources/views/auth/* resources/views/clients/* resources/views/coupons/* resources/views/crud/posts/* resources/views/errors/* resources/views/general/* resources/views/landing/* resources/views/layouts/* resources/views/pages/* resources/views/partials/* resources/views/plans/* resources/views/profile/* resources/views/settings/* resources/views/users/* resources/views/vendor/* resources/views/users/* resources/views/users/* resources/views/restorants/* resources/views/dashboard_pure.blade.php",
"addenvtogeneral": "zip -r general.zip .env",
"addlt": "zip -r loyalty.zip resources/lang/en/loyalty.php modules/Cards/* modules/Coupons/* modules/Staff/* modules/Staff/* modules/Pureadmindash/* modules/Feautureclients/* modules/Clients/*",
"ziplt": "npm run zipgeneral && npm run zippure && npm run addpure && cp .env_lt .env && npm run addenvtogeneral && mv general.zip loyalty.zip && npm run addlt",
"addsd": "zip -r whatsapp_taxis.zip public/taxi/* resources/lang/en/taxi.php resources/views/taxilanding/* modules/Expenses/* modules/Cockpit/* modules/Drivers/*",
"zipsd": "npm run zipgeneral && cp .env_sd .env && npm run addenvtogeneral && mv general.zip whatsapp_taxis.zip && npm run addsd",
"addag": "zip -r agris.zip public/agris/* resources/lang/en/agris.php resources/views/agrislanding/* modules/Expenses/* modules/Fields/* modules/Weather/* modules/Notes/* modules/Staff/*",
"zipag": "npm run zipgeneral && cp .env_ag .env && npm run addenvtogeneral && mv general.zip agris.zip && npm run addag",
"addpc": "zip -r lionpos.zip resources/lang/en/poslanding.php resources/views/poslanding/* modules/Expenses/* modules/Floorplan/* modules/Poscloud/* modules/Staff/*",
"zippc": "npm run zipgeneral && cp .env_pc .env && npm run addenvtogeneral && mv general.zip lionpos.zip && npm run addpc",
"addwa": "zip -r whatsapp_food.zip public/social/* resources/lang/en/whatsapp.php resources/views/social/*",
"zipwa": "npm run zipgeneral && cp .env_wp .env && npm run addenvtogeneral && mv general.zip whatsapp_food.zip && npm run addwa",
"addqr": "zip -r qr_maker.zip public/js/appreact.js resources/js/components/QRBuilder.js public/impactfront/* resources/lang/en/qrlanding.php resources/views/qrsaas/*",
"zipqr": "npm run zipgeneral && cp .env_qr .env && npm run addenvtogeneral && mv general.zip qr_maker.zip && npm run addqr",
"addft": "",
"zipft": "npm run zipgeneral && cp .env_ft .env && npm run addenvtogeneral && mv general.zip ftiger.zip && npm run addft",
"zipall": "npm run zipupdate && npm run zipft && npm run zipqr && npm run zipwa && npm run zippc && npm run zipag && npm run zipsd && npm run ziplt && afplay /System/Library/Sounds/Funk.aiff ",
"missingtranslationshow": "sail artisan translation:list-missing-translation-keys",
"missingtranslation": "sail artisan translation:sync-translations"
},
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"axios": "^1.6.4",
"bootstrap": "^4.1.0",
"cross-env": "^5.1",
"jquery": "^3.2",
"laravel-echo": "^1.9.0",
"laravel-mix": "^4.0.7",
"laravel-mix-workbox": "^0.1.2",
"lodash": "^4.17.13",
"popper.js": "^1.12",
"pusher-js": "^7.0.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.11",
"workbox-webpack-plugin": "^5.1.3"
},
"dependencies": {
"react-color": "^2.18.1",
"react-indiana-drag-scroll": "^1.6.1",
"react-qrbtf": "^1.2.1"
}
}