-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.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
{
"name": "fedex",
"version": "1.0.0",
"description": "Integrate FedEx web services with your Laravel 8 or higher app. Early iterations of this package will focus on FedEx Office services like printing.\r ### How To Use\r This package requires that you have a FedEx [developer account](https://www.fedex.com/en-us/developer/web-services/office/process.html#develop), complete with approved API keys.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EXACTsports/fedex.git"
},
"author": "Julián May",
"license": "ISC",
"bugs": {
"url": "https://github.com/EXACTsports/fedex/issues"
},
"homepage": "https://github.com/EXACTsports/fedex#readme",
"devDependencies": {
"autoprefixer": "^10.2.6",
"laravel-mix": "^6.0.0-beta.17",
"postcss": "^8.3.0",
"tailwindcss": "^2.1.2"
},
"dependencies": {
"@ryangjchandler/spruce": "^2.7.1",
"alpinejs": "^2.8.2"
}
}