-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.17 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
{
"name": "fake-store",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --force",
"build": "vite build",
"lint": "eslint --fix . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"devDependencies": {
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"axios": "^1.6.5",
"eslint": "^8.57.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.9.0",
"laravel-vite-plugin": "^1.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.0",
"vite-tsconfig-paths": "^4.3.1",
"vue-tsc": "^1.2.0"
},
"dependencies": {
"@rushstack/eslint-patch": "^1.7.2",
"@vitejs/plugin-vue": "^5.0.3",
"chart.js": "^4.4.1",
"node": "^21.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.10",
"vue-chartjs": "^5.3.0",
"vue-loader": "^17.4.2",
"vue-router": "^4.2.5"
}
}