forked from kdrag0n/android-webinstall
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 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
46
47
{
"type": "module",
"name": "android-webinstall",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@sentry/tracing": "^7.90.0",
"@sentry/vue": "^7.90.0",
"@vitejs/plugin-vue": "^4.5.2",
"android-fastboot": "^1.0.7",
"url": "^0.11.3",
"vite": "^5.0.10",
"vue": "^3.3.13",
"vuetify": "^3.4.8",
"webpack": "^5.89.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vuetify": "^2.1.1",
"prettier": "^3.1.1",
"sass": "^1.69.5"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"packageManager": "yarn@4.0.2"
}