-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 5.44 KB
/
Copy pathpackage.json
File metadata and controls
125 lines (125 loc) · 5.44 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
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
{
"name": "picktwo.photos",
"description": "Drop-in placeholder images for every project built on Arkstack.",
"type": "module",
"version": "1.2.0",
"scripts": {
"lint": "eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"test": "vitest run",
"test:watch": "vitest",
"dev": "ark dev",
"prebuild": "pnpm pictwo:build",
"build": "ark build",
"build:ssr": "vite build --ssr resources/js/ssr.tsx --outDir dist-ssr",
"serve": "pnpm build && pnpm pictwo:images:sync && pnpm build:ssr && pm2 startOrReload serve.config.json --env production",
"postinstall": "prepare",
"pictwo:build": "pnpm --filter @pictwo/core build && pnpm --filter @pictwo/faker build",
"pictwo:test": "pnpm --filter @pictwo/core test && pnpm --filter @pictwo/faker test",
"pictwo:typecheck": "pnpm --filter @pictwo/core typecheck && pnpm --filter @pictwo/faker typecheck",
"pictwo:images:generate": "tsx scripts/pictwo/generate-scaled-images.ts",
"pictwo:images:clean": "tsx scripts/pictwo/remove-scaled-images.ts",
"pictwo:images:manifest": "tsx scripts/pictwo/build-image-manifest.ts",
"pictwo:images:sync": "tsx scripts/pictwo/sync-images.ts",
"pictwo:images:build": "pnpm pictwo:images:generate && pnpm pictwo:images:manifest",
"pictwo:images:cdn": "tsx scripts/pictwo/build-cdn-images.ts",
"pictwo:version": "tsx scripts/pictwo/set-version.ts"
},
"dependencies": {
"@arkstack/common": "^0.17.4",
"@arkstack/console": "^0.17.4",
"@arkstack/contract": "^0.17.4",
"@arkstack/driver-express": "^0.17.4",
"@arkstack/filesystem": "^0.17.4",
"@arkstack/foundry": "^0.17.4",
"@arkstack/http": "^0.17.4",
"@arkstack/inertia": "^0.17.4",
"@arkstack/view": "^0.17.4",
"@h3ravel/musket": "^2.2.1",
"@h3ravel/support": "^2.2.1",
"@inertiajs/react": "^3.5.0",
"@pictwo/core": "workspace:*",
"@pictwo/images": "workspace:*",
"argon2": "^0.44.0",
"chalk": "^5.6.2",
"clear-router": "^2.9.0",
"commander": "^14.0.3",
"cors": "^2.8.6",
"date-fns": "^4.4.0",
"detect-port": "^2.1.0",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"flydrive": "^2.1.0",
"kanun": "^1.2.0",
"kysely": "^0.28.17",
"parasito": "^0.2.6",
"pg": "^8.22.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-syntax-highlighter": "^16.1.1",
"resora": "^1.3.27",
"sharp": "^0.34.5",
"tailwindcss": "^4.3.1"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@eslint/markdown": "^8.0.2",
"@faker-js/faker": "^10.5.0",
"@inertiajs/vite": "^3.5.0",
"@rollup/plugin-run": "^3.1.0",
"@tailwindcss/vite": "^4.3.1",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.6",
"@types/node": "^25.9.4",
"@types/pg": "^8.20.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^6.0.3",
"eslint": "^10.6.0",
"reflect-metadata": "^0.2.2",
"source-map-support": "^0.5.21",
"tsdown": "^0.22.3",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"typescript-eslint": "^8.62.0",
"unrun": "^0.3.1",
"vite": "^8.1.0",
"vitest": "^4.1.9"
},
"exports": {
"./app/http/controllers/BaseController": "./.arkstack/build/app/http/controllers/BaseController.js",
"./app/http/controllers/ImageController": "./.arkstack/build/app/http/controllers/ImageController.js",
"./app/http/controllers/ImageInfoController": "./.arkstack/build/app/http/controllers/ImageInfoController.js",
"./app/http/controllers/ImageListController": "./.arkstack/build/app/http/controllers/ImageListController.js",
"./app/http/controllers/PageController": "./.arkstack/build/app/http/controllers/PageController.js",
"./app/http/controllers/ToneflixController": "./.arkstack/build/app/http/controllers/ToneflixController.js",
"./app/http/resources/UserCollection": "./.arkstack/build/app/http/resources/UserCollection.js",
"./app/http/resources/UserResource": "./.arkstack/build/app/http/resources/UserResource.js",
"./app/services/cdnResolver": "./.arkstack/build/app/services/cdnResolver.js",
"./app/services/CdnService": "./.arkstack/build/app/services/CdnService.js",
"./app/services/ImageService": "./.arkstack/build/app/services/ImageService.js",
"./app/services/ImageServiceProvider": "./.arkstack/build/app/services/ImageServiceProvider.js",
"./config/app": "./.arkstack/build/config/app.js",
"./config/cdn": "./.arkstack/build/config/cdn.js",
"./config/cors": "./.arkstack/build/config/cors.js",
"./config/filesystem": "./.arkstack/build/config/filesystem.js",
"./config/inertia": "./.arkstack/build/config/inertia.js",
"./config/middleware": "./.arkstack/build/config/middleware.js",
"./config/notifications": "./.arkstack/build/config/notifications.js",
"./config/session": "./.arkstack/build/config/session.js",
"./core/app": "./.arkstack/build/core/app.js",
"./core/bootstrap": "./.arkstack/build/core/bootstrap.js",
"./routes/api": "./.arkstack/build/routes/api.js",
"./routes/web": "./.arkstack/build/routes/web.js",
"./server": "./.arkstack/build/server.js",
"./types/core": "./.arkstack/build/types/core.js",
"./Utils/font": "./.arkstack/build/Utils/font.js",
"./Utils/helpers": "./.arkstack/build/Utils/helpers.js",
"./Utils/Image": "./.arkstack/build/Utils/Image.js",
"./package.json": "./package.json"
},
"overrides": {
"arkormx": "^2.10.1"
}
}