This repository was archived by the owner on Jan 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.32 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.32 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
{
"version": "0.0.0",
"scripts": {
"serve": "vite preview",
"build": "vue-cli-service build",
"dev": "TAILWIND_MODE=watch vite",
"tauri": "tauri",
"tauri:build": "vue-cli-service tauri:build"
},
"dependencies": {
"@tailwindcss/postcss7-compat": "^2.2.4",
"@tauri-apps/api": "^1.0.0-beta.3",
"autoprefixer": "^9",
"core-js": "^3.6.5",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vue": "^3.0.5"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-beta.3",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^7.12.1",
"execa": "^5.1.1",
"ffmpeg-static": "^4.4.0",
"prettier": "^2.3.1",
"typescript": "^4.3.2",
"vite": "^2.3.8",
"vue-cli-plugin-tauri": "~1.0.0-beta.3",
"vue-tsc": "^0.0.24"
},
"license": "MIT"
}