-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.23 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"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"
},
"devDependencies": {
"axios": "^0.18",
"babel-plugin-add-module-exports": "^1.0.2",
"body-parser": "^1.19.0",
"bootstrap": "^4.0.0",
"cross-env": "^5.1",
"cssnano": "^4.1.10",
"errorhandler": "^1.5.1",
"javascript-obfuscator": "^0.27.4",
"jquery": "^3.2",
"json-loader": "^0.5.7",
"laravel-mix": "^4.1.4",
"laravel-mix-purgecss": "^4.2.0",
"laravel-mix-tailwind": "^0.1.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lodash": "^4.17.5",
"mix-tailwindcss": "^1.2.0",
"node-sass": "^4.13.0",
"popper.js": "^1.12",
"postcss": "^7.0.25",
"postcss-load-config": "^2.0.0",
"precss": "^4.0.0",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"tailwindcss": "^1.1.4",
"vue": "^2.5.17",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@babel/core": "^7.9.6",
"babel-loader": "^8.1.0",
"bootbox": "^5.4.0",
"bootstrap-sweetalert": "^1.0.1",
"cleave.js": "^1.5.3",
"color-support": "^1.1.3",
"connect-fonts-quicksand": "0.0.1",
"cors": "^2.8.5",
"events": "^3.0.0",
"express": "^4.17.1",
"imagemin": "^6.0.0",
"ioredis": "^4.14.1",
"kleur": "^3.0.3",
"ladda": "^2.0.1",
"laravel-echo": "^1.6.1",
"postcss-extend": "^1.0.5",
"postcss-import": "^12.0.1",
"postcss-nested": "^4.2.1",
"pusher-js": "^5.0.3",
"raven-js": "^3.27.2",
"redis": "^2.8.0",
"redis-server": "^1.2.2",
"request": "^2.88.0",
"request-promise": "^4.2.5",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"ssh2": "^0.8.4",
"sweetalert": "^2.1.2",
"sweetalert2": "^9.5.4",
"tailwindcss-border-gradients": "^2.0.3",
"tailwindcss-transforms": "^2.2.0",
"tailwindcss-transitions": "^2.1.0",
"viewerjs": "^1.5.0",
"vue-router": "^3.1.3",
"vue2-sentry": "^1.2.1",
"wdt-loading": "^0.1.0"
},
"name": "3PS-PT-3permata-logistik",
"description": "Ini adalah project manajemen administrasi pada sistem order warehousing dan ekspedisi pada PT. Tiga Permata Logistik",
"version": "1.0.0",
"main": "postcss.config.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+/~https://github.com/tigapermata/tigapermatasystem.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/tigapermata/tigapermatasystem/issues"
},
"homepage": "/~https://github.com/tigapermata/tigapermatasystem#readme"
}