forked from listen1/listen1_chrome_extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.29 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
65
66
67
68
69
70
71
72
73
74
75
{
"name": "listen1_chrome_extension",
"version": "3.0.0",
"private": false,
"packageManager": "[email protected]",
"scripts": {
"build": "vite build",
"build:mv3": "cross-env mv3=1 vite build",
"dev": "vite",
"start": "vite build -w",
"start:mv3": "cross-env mv3=1 vite build -w",
"build:electron": "cross-env BUILD_ELECTRON=1 vite build",
"start:electron:dev": "cross-env BUILD_ELECTRON=1 vite build -w",
"format": "prettier . --write",
"format:check": "prettier . --check",
"precompile": "vue-tsc --noEmit",
"lint": "eslint --ext .ts,.js,.vue --ignore-path .gitignore src",
"lint:fix": "eslint --ext .ts,.js,.vue --ignore-path .gitignore --fix src"
},
"description": "one for all free music in china",
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@tauri-apps/api": "^1.2.0",
"@tauri-apps/cli": "^1.2.3",
"@types/chrome": "^0.0.197",
"@types/node-forge": "^1.3.0",
"@types/serviceworker": "^0.0.53",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"@vitejs/plugin-vue": "^3.1.2",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"cross-env": "^7.0.3",
"dexie": "^3.2.2",
"electron": "21.1.0",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.6.0",
"feather-icons": "^4.29.0",
"mitt": "^3.0.0",
"node-forge": "^1.3.1",
"notyf": "^3.10.0",
"postcss": "^8.4.17",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"rollup-plugin-chrome-extension": "3.6.6",
"tailwindcss": "^3.1.8",
"typescript": "^4.8.4",
"vite": "^3.1.7",
"vite-plugin-zip": "^1.0.1",
"vue": "^3.2.40",
"vue-feather": "^2.0.0",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.5",
"vue-tsc": "1.0.3"
},
"browserslist": [
"last 8 chrome versions",
"last 5 firefox versions"
],
"repository": {
"type": "git",
"url": "git+https://github.com/listen1/listen1_chrome_extension.git"
},
"keywords": [
"Electron",
"Listen 1"
],
"author": "Listen 1 <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/listen1/listen1_chrome_extension/issues"
},
"homepage": "https://github.com/listen1/listen1_chrome_extension#readme"
}