-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.17 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
{
"name": "inu.watch",
"version": "0.0.0",
"private": true,
"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": {
"@headlessui/vue": "^1.7.16",
"@unocss/reset": "^0.56.5",
"@videojs/themes": "^1.0.1",
"axios": "^1.6.2",
"pinia": "^2.1.7",
"swiper": "^10.3.1",
"unplugin-vue-components": "^0.25.2",
"video.js": "^8.6.1",
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.21",
"@iconify-json/icon-park-solid": "^1.1.11",
"@iconify-json/mdi": "^1.1.56",
"@iconify-json/openmoji": "^1.1.40",
"@iconify-json/streamline-emojis": "^1.1.5",
"@iconify-json/svg-spinners": "^1.1.2",
"@rushstack/eslint-patch": "^1.6.0",
"@vitejs/plugin-vue": "^4.5.0",
"@vue/eslint-config-prettier": "^8.0.0",
"animated-unocss": "^0.0.6",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.18.1",
"lodash": "^4.17.21",
"prettier": "^3.1.0",
"unocss": "^0.56.5",
"vite": "^4.5.0"
}
}