-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.58 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
{
"private": true,
"packageManager": "pnpm@9.1.1",
"version": "0.1.2",
"name": "reddit_wallpapers",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333",
"lint": "eslint .",
"preview": "vite preview",
"preview-https": "serve dist"
},
"dependencies": {
"@tauri-apps/api": "^1.5.6",
"@unocss/extractor-pug": "^0.58.9",
"@unocss/reset": "^0.58.9",
"@vueuse/core": "^10.10.0",
"@vueuse/head": "^2.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pug": "^3.0.3",
"sass": "^1.77.4",
"vue": "^3.4.27",
"vue-demi": "^0.14.8",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3"
},
"devDependencies": {
"@antfu/eslint-config": "^2.21.0",
"@iconify-json/carbon": "^1.1.35",
"@types/markdown-it-link-attributes": "^3.0.5",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-vue": "^5.0.5",
"@volar/vue-language-plugin-pug": "1.6.5",
"@vue/test-utils": "^2.4.6",
"critters": "^0.0.21",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.2",
"https-localhost": "^4.7.1",
"taze": "^0.13.8",
"typescript": "^5.4.5",
"unocss": "^0.58.9",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.13",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-pages": "^0.32.2",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-vue-component-preview": "^1.1.6",
"vite-plugin-vue-markdown": "^0.23.8",
"vite-ssg": "^0.23.7",
"vite-ssg-sitemap": "^0.6.1",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.21"
}
}