-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.87 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
{
"name": "@herteleo/peekaboo",
"displayName": "Peekaboo",
"description": "Open a local folder and explore your files inside the browser.",
"version": "1.5.0",
"license": "MIT",
"private": true,
"author": {
"name": "Leonard Hertel",
"email": "leonard.hertel@gmail.com",
"url": "https://herteleo.de"
},
"homepage": "https://herteleo.github.io/peekaboo/",
"repository": {
"type": "git",
"url": "https://github.com/herteleo/peekaboo.git"
},
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"gitHooks": {
"commit-msg": "commitlint -e"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
"highlight.js": "^11.4.0",
"iconoir": "^1.0.0",
"marked": "^4.0.12",
"ultramatter": "^0.0.4",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@commitlint/cli": "^16.2.3",
"@commitlint/config-conventional": "^16.2.1",
"@rushstack/eslint-patch": "^1.2.0",
"@tailwindcss/typography": "^0.5.2",
"@types/marked": "^4.0.2",
"@types/node": "^16.18.0",
"@types/wicg-file-system-access": "^2020.9.5",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.1",
"eslint": "^8.26.0",
"eslint-plugin-vue": "^9.6.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.5",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"tailwindcss": "^3.0.8",
"typescript": "^4.7.4",
"vite": "^4.1.4",
"vite-plugin-pwa": "^0.14.4",
"vite-svg-loader": "^3.1.2",
"vue-tsc": "^1.2.0",
"yorkie": "^2.0.0"
}
}