-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.01 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint ./resources/js",
"test": "vitest --passWithNoTests",
"test-with-coverage": "vitest run --coverage --passWithNoTests"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"@vitest/coverage-v8": "^1.1.0",
"@vue/test-utils": "^2.4.3",
"axios": "^1.6.2",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vitest-globals": "^1.4.0",
"eslint-plugin-vue": "^9.19.2",
"jsdom": "^23.0.1",
"laravel-vite-plugin": "^1.0.0",
"lodash": "^4.17.19",
"postcss": "^8.4.32",
"vite": "^5.0.10",
"vitest": "^1.1.0",
"vue": "^3.3.13"
},
"volta": {
"node": "20.10.0",
"npm": "10.2.5"
},
"type": "module"
}