This repository has been archived by the owner on Oct 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.43 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "project-app-vue_vite",
"type": "module",
"private": true,
"version": "1.0.0-SNAPSHOT",
"packageManager": "[email protected]",
"authors": [
{
"name": "Zack4DEV",
"url": "https://github.com/Zack4DEV"
}
],
"license": "MIT",
"homepage": "https://github.com/Zack4DEV/Project--Vue--",
"repository": {
"type": "git",
"url": "https://github.com/Zack4DEV/Project--Vue--"
},
"keywords": [
"Vite",
"quick",
"start"
],
"devDependencies": {
"@lightwing/eslint-config": "^0.0.23",
"@rushstack/eslint-patch": "^1.3.3",
"@swc/wasm": "^1.4.6",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.3.4",
"@vue/eslint-config-prettier": "^8.0.0",
"eslint": "^8.51.0",
"eslint-plugin-vue": "^9.17.0",
"glob": "^10.3.10",
"happy-dom": "^12.9.0",
"jsdom": "^23.0.1",
"lint-staged": "^14.0.1",
"npm": "^10.2.0",
"pinia": "^2.1.7",
"playwright": "^1.39.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.1.6",
"vite-plugin-live-reload": "^3.0.2",
"vitest": "^0.34.6",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.19"
},
"dependencies": {
"axios": "^1.6.7",
"einf": "^1.5.0",
"vue": "^3.3.0"
},
"scripts": {
"dev": "vite",
"build": "vite build --watch",
"preview": "rimraf dist && vite preview --watch",
"optimize": "vite optimize",
"lint": "eslint .",
"lint:fix": "eslint . --fix --no-ignore"
}
}