-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
137 lines (137 loc) · 4.53 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "octo",
"type": "module",
"private": true,
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
"author": "David R. Myers <hello@davidmyers.dev>",
"funding": "https://github.com/sponsors/davidmyersdev",
"scripts": {
"build": "nuxt prepare && nuxt typecheck && nuxt generate",
"build:desktop": "TAURI_SIGNING_PRIVATE_KEY=~/.tauri/octo.key TAURI_SIGNING_PRIVATE_KEY_PASSWORD= tauri build",
"build:desktop:debug": "TAURI_SIGNING_PRIVATE_KEY=~/.tauri/octo.key TAURI_SIGNING_PRIVATE_KEY_PASSWORD= tauri build --debug -c ./src-tauri/tauri.dev.conf.json",
"clean": "rimraf .output dev-dist dist",
"dev": "nuxt dev --port 8888",
"dev:full": "run-p dev firebase:start",
"dev:minimal": "DISABLE_SSR=1 DISABLE_PWA=1 NUXT_PUBLIC_FIREBASE_DISABLED=1 run-s dev",
"dev:screenshots": "DISABLE_DEVTOOLS=1 run-s dev:minimal",
"dev:tauri": "tauri dev -c ./src-tauri/tauri.dev.conf.json",
"dev:tauri:android": "tauri android dev -c ./src-tauri/tauri.dev.conf.json",
"dev:tauri:ios": "tauri ios dev --verbose -c ./src-tauri/tauri.dev.conf.json",
"firebase:login": "firebase login",
"firebase:start": "firebase -c ./firebase/firebase.json --project \"${FIREBASE_PROJECT_ID:-demo-octo}\" emulators:start --import ./firebase/data --export-on-exit ./firebase/data",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"lint:todo": "eslint-generate-todo --format json .",
"preview": "serve -p 8889 -s ./.output/public",
"test": "run-p test:unit test:e2e",
"test:e2e": "run-p test:e2e:playwright",
"test:e2e:playwright": "playwright test",
"test:unit": "vitest",
"typecheck": "run-s typecheck:app",
"typecheck:app": "nuxt typecheck"
},
"dependencies": {
"@headlessui/tailwindcss": "^0.2.1",
"@headlessui/vue": "^1.7.22",
"@mermaid-js/mermaid-mindmap": "^9.3.0",
"@tabler/icons-vue": "^3.11.0",
"@tauri-apps/plugin-opener": "^2.2.4",
"codemirror-lang-mermaid": "^0.2.2",
"culori": "^3.3.0",
"deepmerge": "^4.3.1",
"dexie": "^3.2.4",
"file-saver": "^2.0.5",
"firebase": "^10.8.0",
"force-graph": "^1.43.4",
"fuse.js": "^6.6.2",
"ink-mde": "^0.34.0",
"jszip": "^3.10.1",
"khroma": "^2.1.0",
"mermaid": "^9.4.3",
"micromark": "^3.2.0",
"micromark-extension-gfm": "^2.0.3",
"mime-types": "^2.1.35",
"moment": "^2.30.1",
"mousetrap": "^1.6.5",
"nanoid": "^3.3.7",
"overlayscrollbars": "^2.10.0",
"pinia": "^2.1.7",
"remarkable": "^2.0.1",
"vellma": "^0.8.1",
"vue3-mq": "^3.1.3",
"vuex": "^4.1.0"
},
"devDependencies": {
"@csstools/postcss-oklab-function": "^3.0.9",
"@nuxtjs/tailwindcss": "^6.12.1",
"@pinia/nuxt": "^0.4.11",
"@playwright/test": "^1.49.1",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"@tauri-apps/cli": "^2.1.0",
"@tauri-apps/plugin-dialog": "^2.2.0",
"@tauri-apps/plugin-process": "^2.2.0",
"@tauri-apps/plugin-updater": "~2",
"@types/culori": "^2.0.4",
"@types/file-saver": "^2.0.7",
"@types/lodash-es": "^4.17.12",
"@types/mime-types": "^2.1.4",
"@types/node": "^18.19.4",
"@types/remarkable": "^2.0.8",
"@vite-pwa/nuxt": "^0.4.0",
"@vue/test-utils": "^2.4.3",
"@vueuse/core": "^11.0.3",
"@vueuse/head": "^2.0.0",
"@vueuse/nuxt": "^11.0.3",
"@vueuse/rxjs": "^11.0.3",
"autoprefixer": "^10.4.16",
"deepmerge-ts": "^4.3.0",
"eslint": "^8.56.0",
"eslint-config-artisan": "^0.2.1",
"eslint-generate-todo": "^0.2.0",
"firebase-tools": "^13.3.1",
"happy-dom": "^12.10.3",
"lodash-es": "^4.17.21",
"micromark": "^3.1.0",
"npm-run-all": "^4.1.5",
"nuxt": "^3.13.1",
"postcss": "^8.4.32",
"remarkable-front-matter": "1.0.1-beta.1",
"rimraf": "^4.4.1",
"serve": "^14.2.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.3.3",
"vercel": "^28.20.0",
"vite-plugin-node-polyfills": "^0.14.1",
"vite-svg-loader": "^3.6.0",
"vitest": "^0.34.6",
"vue-tsc": "^1.8.27",
"workbox-build": "^6.6.0",
"workbox-window": "^6.6.0"
},
"imports": {
"#composables/*": {
"default": "./composables/*"
},
"#root/*": {
"default": "./*"
},
"#test/*": {
"default": "./test/*"
},
"#test-utils": {
"default": "./test/utils/index.ts"
},
"#test-utils/*": {
"default": "./test/utils/*"
}
},
"pnpm": {
"overrides": {
"vite": "^5.0.0"
}
},
"resolutions": {
"terser": "^5.14.2"
}
}