This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
152 lines (152 loc) · 4.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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "@pergel/nuxt",
"type": "module",
"version": "0.25.4",
"description": "Nuxt Full Stack modules. Start your next nuxt project fast and strong.",
"author": "Mehmet @productdevbook",
"license": "MIT",
"funding": "https://github.com/sponsors/productdevbook",
"homepage": "https://github.com/oku-ui/pergel",
"repository": {
"type": "git",
"url": "https://github.com/oku-ui/pergel.git"
},
"bugs": "https://github.com/oku-ui/pergel/issues",
"exports": {
".": {
"import": {
"types": "./dist/module.d.mts",
"default": "./dist/module.mjs"
},
"require": {
"types": "./dist/module.d.ts",
"default": "./dist/module.cjs"
}
},
"./runtime/modules": {
"types": "./dist/runtime/modules/index.d.ts"
},
"./types": {
"types": "./dist/types.d.ts"
},
"./eslint": {
"import": {
"types": "./dist/runtime/modules/eslint/core.d.ts",
"default": "./dist/runtime/modules/eslint/core.mjs"
}
},
"./*": "./*"
},
"main": "./dist/module.cjs",
"module": "./dist/module.mjs",
"types": "./dist/module.d.ts",
"files": [
"dist",
"lib"
],
"scripts": {
"stub": "pnpm nuxt-build-module build --stub && nuxt-module-build prepare",
"prepack": "pnpm nuxt-module-build build && pnpm run client:build",
"build": "pnpm nuxt-module-build build",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare client && pnpm dev:playgrounds",
"dev:playgrounds": "pnpm --filter './playgrounds/**' prepare",
"test": "vitest run",
"test:watch": "vitest watch",
"client:build": "nuxi generate client",
"client:dev": "nuxi dev client --port 3300",
"release:latest": "pnpm bumpp --commit='version(nuxt): release %s' --no-tag --no-push && pnpm publish",
"release:beta": "pnpm release --tag beta",
"release:alpha": "pnpm release --tag alpha",
"build:script": "pnpm --filter './build-script/**' build",
"types:docker-compose": "esno scripts/compose-spec.ts"
},
"dependencies": {
"@nuxt/devtools": "^1.1.5",
"@nuxt/devtools-kit": "^1.1.5",
"@nuxt/kit": "^3.11.1",
"@vueuse/core": "^10.9.0",
"consola": "^3.2.3",
"defu": "^6.1.4",
"globby": "^14.0.1",
"local-pkg": "^0.5.0",
"minimatch": "^9.0.4",
"pathe": "^1.1.2",
"sirv": "^2.0.4",
"yaml": "^2.4.1"
},
"devDependencies": {
"@0no-co/graphqlsp": "^1.10.0",
"@antfu/eslint-config": "^2.13.0",
"@aws-sdk/client-ses": "^3.554.0",
"@capacitor/action-sheet": "6.0.0-rc.1",
"@capacitor/android": "6.0.0-rc.2",
"@capacitor/app": "^5.0.7",
"@capacitor/app-launcher": "^5.0.7",
"@capacitor/cli": "6.0.0-rc.2",
"@capacitor/core": "6.0.0-rc.2",
"@capacitor/ios": "6.0.0-rc.2",
"@faker-js/faker": "^8.4.1",
"@graphql-yoga/urql-exchange": "^3.3.0",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/ph": "^1.1.12",
"@ionic/cli": "^7.2.0",
"@ionic/core": "^7.8.3",
"@json2csv/node": "^7.0.6",
"@lucia-auth/adapter-drizzle": "1.0.7",
"@lucia-auth/adapter-postgresql": "3.1.2",
"@lucia-auth/oauth": "^3.5.3",
"@nuxt/devtools-ui-kit": "^1.1.5",
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.1",
"@nuxt/test-utils": "^3.12.0",
"@nuxtjs/ionic": "^0.13.1",
"@pergel/cli": "^0.11.0",
"@pergel/module-box": "workspace:^",
"@pergel/module-graphql": "workspace:^",
"@pergel/module-s3": "workspace:^",
"@revenuecat/purchases-capacitor": "^7.5.6",
"@trapezedev/project": "^7.0.10",
"@types/node": "^20.12.4",
"@types/node-cron": "^3.0.11",
"@urql/core": "^5.0.0",
"@urql/exchange-execute": "^2.2.2",
"@urql/exchange-graphcache": "^7.0.0",
"@urql/vue": "^1.1.3",
"@vue/test-utils": "^2.4.5",
"arctic": "^1.5.0",
"bullmq": "^5.7.0",
"c12": "^1.10.0",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.20.14",
"drizzle-orm": "^0.30.7",
"esbuild-plugin-file-path-extensions": "^2.0.0",
"eslint": "^9.0.0",
"eslint-plugin-tailwindcss": "^3.15.1",
"gql.tada": "^1.4.2",
"graphql": "^16.8.1",
"h3": "^1.11.1",
"happy-dom": "^14.7.0",
"ioredis": "^5.3.2",
"jiti": "^1.21.0",
"json-schema-to-typescript": "^13.1.2",
"lint-staged": "^15.2.2",
"lucia": "3.1.1",
"node-cron": "^3.0.3",
"nuxt": "^3.11.1",
"oslo": "^1.2.0",
"p-timeout": "^6.1.2",
"pg": "^8.11.5",
"playwright-core": "^1.43.0",
"postgres": "^3.4.4",
"scule": "^1.3.0",
"simple-git-hooks": "^2.11.1",
"slugify": "^1.6.6",
"typescript": "^5.4.3",
"unimport": "^3.7.1",
"vitest": "^1.5.0",
"vue-input-otp": "^0.1.0"
},
"publishConfig": {
"access": "public"
}
}