-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
60 lines (60 loc) · 1.87 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
{
"name": "movie-front",
"description": "有点好看,干干净净的视频在线播放应用",
"author": "Parker",
"private": true,
"version": "1.0.5",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --fix src/**/*.{js,ts,jsx,tsx,vue}",
"stylelint": "stylelint --fix src/**/*.{scss,sass,css,less}",
"tauri": "tauri",
"msi-dev": "tauri dev",
"msi-build": "yarn build && tauri build",
"apk-build": "vue-tsc --noEmit && vite build --base=./"
},
"dependencies": {
"@tauri-apps/api": "^1.0.0-rc.3",
"custom-protocol-detection": "^1.0.1",
"flyio": "^0.6.14",
"naive-ui": "^2.33.2",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"pwa-install-handler": "^2.1.6",
"register-service-worker": "^1.7.2",
"reset-css": "^5.0.1",
"vfonts": "^0.0.3",
"viewerjs": "^1.10.4",
"vue": "^3.2.25",
"vue-router": "4",
"xgplayer": "^2.31.4",
"xgplayer-hls.js": "^2.6.1"
},
"devDependencies": {
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vicons/material": "^0.12.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.8",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"postcss-preset-env": "^7.4.2",
"postcss-pxtorem": "^6.0.0",
"prettier": "^2.5.1",
"sass": "^1.49.9",
"stylelint": "^14.5.3",
"stylelint-config-standard": "^25.0.0",
"stylelint-config-standard-scss": "^3.0.0",
"stylelint-declaration-block-no-ignored-properties": "^2.5.0",
"stylelint-scss": "^4.1.0",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vue-tsc": "^0.29.8"
}
}