-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.25 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "arrowverse-watchlist",
"description": "A watchlist for the Arrowverse",
"version": "0.1.5",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ext .js,.ts,.vue",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"fb:deploy-preview": "firebase hosting:channel:deploy preview_name",
"fb:deploy-rules": "firebase deploy --only firestore:rules"
},
"dependencies": {
"@awesomegroup/watch-con": "file:awesomegroup-watch-con-0.3.0.tgz",
"@fontsource/roboto": "^5.0.5",
"@mdi/font": "7.2.96",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"firebase": "^10.0.0",
"firebase-admin": "^11.10.1",
"pinia": "^2.1.4",
"roboto-fontface": "*",
"sass": "^1.64.1",
"vue": "^3.3.4",
"vuetify": "^3.3.8",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^8.45.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.15.1",
"gh-pages": "^5.0.0",
"prettier": "^2.8.8",
"vite": "^4.4.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vuetify": "^1.0.2"
},
"license": "MIT",
"author": {
"name": "Kamikaze",
"url": "https://github.com/Kamiikaze"
},
"homepage": "https://kamiikaze.github.io/arrowverse-watchlist/",
"contributors": [
{
"name": "Kamikaze",
"url": "https://github.com/Kamiikaze"
},
{
"name": "Elschnagoo",
"url": "https://github.com/Elschnagoo"
}
],
"bugs": {
"url": "https://github.com/Kamiikaze/arrowverse-watchlist/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Kamiikaze/arrowverse-watchlist.git"
},
"packageManager": "npm@9.7.2",
"browserslist": {
"production": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"keywords": [
"arrowverse",
"watchlist",
"vite",
"vue3",
"vuetify",
"pinia",
"firebase"
]
}