-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "vite-project",
"private": true,
"version": "0.0.0",
"engines": {
"node": ">=16.0.0",
"npm": ">=8.19.4"
},
"type": "module",
"scripts": {
"barrels": "barrelsby --config .barrelsby.json",
"dev": "npm run barrels && vite",
"build": "npm run barrels && vite build --mode development",
"build-prod": "npm run barrels && vite build",
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore --fix resources/js"
},
"dependencies": {
"@supsign/eslint-config": "2.1.0",
"@vue/tsconfig": "0.4.0",
"@vueform/multiselect": "^2.6.6",
"@vueuse/core": "^10.7.2",
"@vueuse/integrations": "^10.7.2",
"dayjs": "^1.11.10",
"eslint": "^8.56.0",
"sass": "^1.70.0",
"sweetalert2": "^11.10.4",
"vue": "^3.4.14",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "4.6.2",
"autoprefixer": "^10.4.17",
"axios": "^1.7.7",
"barrelsby": "^2.8.1",
"laravel-vite-plugin": "0.8.1",
"lodash": "^4.17.21",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "4.5.5"
}
}