-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
55 lines (55 loc) · 1.41 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
{
"name": "klearsky",
"version": "0.9.91",
"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.27",
"@ipld/car": "^5.4.0",
"@vueuse/core": "^10.11.1",
"browser-image-compression": "^2.0.2",
"cbor-x": "^1.6.0",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"extend": "^3.0.2",
"file-saver": "^2.0.5",
"hls.js": "^1.5.19",
"hotkeys-js": "^3.13.9",
"jszip": "^3.10.1",
"jwt-decode": "^4.0.0",
"multiformats": "^13.3.1",
"portal-vue": "^3.0.0",
"the-new-css-reset": "^1.11.3",
"uninstall": "^0.0.0",
"vue": "^3.5.13",
"vue-router": "^4.5.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.20",
"eslint": "^8.43.0",
"eslint-plugin-vue": "^9.19.2",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"sass": "^1.63.6",
"typescript": "~5.1.5",
"vite": "^4.5.5",
"vite-plugin-html": "^3.2.2",
"vue-tsc": "^1.8.27"
}
}