-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.36 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.36 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
42
43
44
45
{
"private": true,
"scripts": {
"dev": "vite -d",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix frontend",
"prettier": "prettier --write frontend"
},
"devDependencies": {
"@types/lodash-es": "^4.17",
"@types/node": "^18.8",
"@typescript-eslint/eslint-plugin": "^5.40",
"@typescript-eslint/parser": "^5.40",
"@vitejs/plugin-vue": "^3.1",
"@vue/eslint-config-typescript": "^11.0",
"@vuedx/typescript-plugin-vue": "^0.7",
"autoprefixer": "^10.4",
"chokidar": "^3.5",
"eslint": "^8.25",
"eslint-config-prettier": "^8.5",
"eslint-plugin-prettier": "^4.2",
"eslint-plugin-vue": "^9.6",
"laravel-echo": "^1.14",
"laravel-vite-plugin": "^0.6",
"postcss": "^8.4",
"prettier": "2.7",
"tailwindcss": "^3.1",
"typescript": "^4.8",
"vite": "^3.1",
"vite-plugin-eslint": "^1.8",
"vue-eslint-parser": "^9.1",
"vue-tsc": "^1.0"
},
"dependencies": {
"axios": "^1.1",
"lodash": "^4.17",
"moment": "^2.29",
"pinia": "^2.0",
"pusher-js": "^7.4",
"remixicon": "^2.5",
"vue": "^3.2",
"vue-router": "^4.1"
}
}