-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.48 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint resources/js --ext .ts,.js,.vue --cache",
"fix": "eslint resources/js --ext .ts,.js,.vue --cache --fix",
"test": "eslint resources/js --ext .ts,.js,.vue --cache --format @microsoft/eslint-formatter-sarif --output-file reports/eslint.sarif"
},
"devDependencies": {
"@microsoft/eslint-formatter-sarif": "^3.0.0",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"@vitejs/plugin-vue": "^5.0.3",
"eslint": "8.22.0",
"eslint-config-standard-with-typescript": "^30.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.9.0",
"laravel-vite-plugin": "^1.0.1",
"sass": "^1.37.2",
"typescript": "^4.9.4",
"vite": "^5.0.12"
},
"dependencies": {
"@floating-ui/vue": "^1.0.2",
"@fortawesome/fontawesome-free": "^6.5.1",
"@popperjs/core": "^2.11.8",
"axios": "1.1.*",
"axios-middleware": "^0.4.0",
"bootstrap": "^5.3.1",
"chart.js": "^4.4.5",
"js-levenshtein": "^1.1.6",
"pinia": "^2.1.7",
"qs": "^6.11.2",
"vue": "^3.5",
"vue-cookies": "^1.8.3"
},
"type": "module",
"engines": {
"node": ">=18"
}
}