-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.69 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
{
"name": "printnanny-desktop",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --mode=dev",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint:fix": "eslint --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore ./src",
"lint": "eslint --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore ./src"
},
"dependencies": {
"@docsearch/js": "^3.3.3",
"@docsearch/react": "^3.3.3",
"@headlessui/vue": "^1.7.12",
"@heroicons/vue": "^2.0.17",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@tauri-apps/api": "^2.0.0-alpha.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"htm": "^3.1.1",
"install": "^0.13.0",
"moment": "^2.29.4",
"npm": "^9.6.4",
"pinia": "^2.0.34",
"pinia-plugin-persistedstate": "^3.1.0",
"posthog-js": "^1.53.0",
"printnanny-api-client": "^0.133.0",
"react": "^18.2.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"vee-validate": "^4.8.4",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"yup": "^1.0.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tauri-apps/cli": "^2.0.0-alpha.8",
"@types/node": "^18.7.10",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.37.0",
"eslint-plugin-vue": "^9.10.0",
"internal-ip": "^7.0.0",
"postcss": "^8.4.21",
"preact": "^10.13.2",
"tailwindcss": "^3.3.1",
"typescript": "^4.9.5",
"vite": "^4.2.1",
"vue-tsc": "^1.0.11"
}
}