-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 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
{
"name": "@libvue/laravel-orion-api",
"private": false,
"version": "0.0.17",
"description": "A Laravel Orion compatible repository-based Javascript http-client powered by axios.",
"main": "./src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/libvue/laravel-orion-api.git"
},
"files": [
"src"
],
"scripts": {
"test": "vitest",
"coverage": "vitest run --coverage"
},
"type": "module",
"license": "MIT",
"bugs": {
"url": "https://github.com/libvue/laravel-orion-api/issues"
},
"homepage": "https://github.com/libvue/laravel-orion-api#readme",
"dependencies": {
"axios": "^1.2.1"
},
"devDependencies": {
"@vitest/coverage-c8": "^0.26.3",
"eslint": "^8.30.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"jsdom": "^21.0.0",
"msw": "^0.49.2",
"prettier": "^2.8.1",
"prettier-plugin-css-order": "^1.3.0",
"prettier-plugin-jsdoc": "^0.4.2",
"vite": "^4.0.4",
"vitest": "^0.26.3"
}
}