-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
57 lines (57 loc) · 1.48 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
{
"name": "klearsky",
"version": "0.9.88",
"private": true,
"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",
"knip": "knip"
},
"browserslist": [
"> 0.1%",
"not dead"
],
"dependencies": {
"@atproto/api": "^0.13.16",
"@ipld/car": "^5.1.1",
"@vueuse/core": "^10.2.0",
"browser-image-compression": "^2.0.2",
"cbor-x": "^1.5.3",
"crypto-js": "^4.1.1",
"date-fns": "^2.30.0",
"extend": "^3.0.2",
"file-saver": "^2.0.5",
"hls.js": "^1.5.15",
"hotkeys-js": "^3.10.3",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"multiformats": "^12.0.1",
"portal-vue": "^3.0.0",
"the-new-css-reset": "^1.9.0",
"uninstall": "^0.0.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-plugin-vue": "^9.19.2",
"knip": "^5.30.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.24",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.63.6",
"typescript": "~5.1.5",
"vite": "^4.5.3",
"vite-plugin-html": "^3.2.2",
"vue-tsc": "^1.8.27"
}
}