-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.25 KB
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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"lint": "eslint --ext .js,.vue resources/js"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"axios": "^1.1.2",
"eslint": "^8.34.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.9.0",
"eslint-plugin-vue-pug": "^0.5.5",
"laravel-vite-plugin": "^0.7.2",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"sass": "^1.58.0",
"typescript": "^4.9.5",
"vite": "^4.0.0",
"vite-plugin-pug": "^0.3.2",
"vue-loader": "^17.0.1",
"vue-template-compiler": "^2.7.14",
"vue-tsc": "^1.0.24"
},
"dependencies": {
"@jamescoyle/vue-icon": "^0.1.2",
"@mdi/js": "^7.1.96",
"bootstrap": "^5.2.3",
"pinia": "^2.0.32",
"snakecase-keys": "^5.4.5",
"timeago.js": "^4.0.2",
"vue": "^3.2.36",
"vue-router": "^4.1.6"
}
}