-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.33 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
{
"name": "vite-vue-js-shaka-player",
"type": "module",
"version": "1.0.0",
"description": "Simple Vue application using Vite, JavaScript and Shaka Player.",
"keywords": [
"spa",
"vue",
"vite",
"javascript",
"shaka-player",
"video",
"video-player",
"tailwindcss"
],
"homepage": "https://github.com/gianantoniopini/vite-vue-js-shaka-player#readme",
"license": "MIT",
"author": "Gianantonio Pini (https://github.com/gianantoniopini/)",
"repository": {
"type": "git",
"url": "git+https://github.com/gianantoniopini/vite-vue-js-shaka-player.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"shaka-player": "^4.11.11",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^9.0.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.30.0",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.9",
"vite": "^5.4.10"
},
"engines": {
"node": ">=20.11.0",
"npm": ">=10.2.4"
},
"private": true
}