-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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": "2fac",
"version": "1.0.0",
"private": true,
"description": "2Fac is a better time-based OTP generator.",
"scripts": {
"dev": "vite",
"serve": "vercel dev",
"lint": "eslint --ignore-path .gitignore --ext .ts,.js,.vue .",
"lint:fix": "npm run lint -- --fix",
"types": "vue-tsc --noEmit",
"checks": "npm run lint && npm run types",
"prebuild": "npm run checks",
"build": "vite build",
"prepare": "husky install"
},
"dependencies": {
"@ionic/vue": "^6.1.7",
"@ionic/vue-router": "^6.1.7",
"ionicons": "^6.0.2",
"isomorphic-fetch": "^3.0.0",
"octokit": "^1.8.1",
"otpauth": "^7.0.2",
"pinia": "^2.0.14",
"pinia-plugin-persistedstate": "^1.6.1",
"simple-icons": "^7.0.0",
"vue": "^3.2.25",
"vue-router": "^4.0.3"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vercel/node": "^2.4.0",
"@vitejs/plugin-vue": "^2.3.3",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.7",
"eslint": "^8.16.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-vue": "^9.1.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.1",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.0.24",
"typescript": "^4.7.4",
"vercel": "^26.0.0",
"vite": "^2.9.12",
"vite-plugin-pwa": "^0.12.2",
"vue-tsc": "^0.38.1"
}
}