-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.22 KB
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
{
"name": "colormagic",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"start": "node .output/server/index.mjs",
"typecheck": "nuxi typecheck"
},
"dependencies": {
"@apideck/better-ajv-errors": "0.3.6",
"@ckpack/vue-color": "1.6.0",
"@nuxt/ui": "2.18.7",
"@nuxt/ui-pro": "1.4.4",
"@nuxtjs/google-fonts": "3.2.0",
"@nuxtjs/i18n": "8.5.5",
"@nuxtjs/plausible": "1.0.2",
"@sinclair/typebox": "0.33.12",
"@tanstack/vue-query": "5.56.2",
"@vueuse/core": "11.1.0",
"ajv": "8.17.1",
"ajv-formats": "3.0.1",
"color.js": "1.2.0",
"got": "11.8.6",
"mongodb": "6.9.0",
"nuxt": "3.13.2",
"openai": "4.65.0",
"pino": "8.16.1",
"pino-pretty": "10.2.3",
"sharp": "0.33.5",
"yup": "1.4.0"
},
"overrides": {
"vue": "latest"
},
"devDependencies": {
"@types/twitter-text": "3.1.10",
"@vue/eslint-config-typescript": "12.0.0",
"eslint": "8.56.0",
"eslint-config-standard-with-typescript": "43.0.1",
"eslint-plugin-vue": "9.20.1",
"typescript": "5.6.2",
"vue-tsc": "2.1.6"
}
}