forked from getarcaneapp/arcane
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 894 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 894 Bytes
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
{
"name": "arcane-repo",
"private": true,
"packageManager": "pnpm@10.27.0+sha512.72d699da16b1179c14ba9e64dc71c9a40988cbdc65c264cb0e489db7de917f20dcf4d64d8723625f2969ba52d4b7e2a1170682d9ac2a5dcaeaab732b7e16f04a",
"engines": {
"node": ">=25"
},
"workspaces": [
"frontend",
"tests",
"email-templates"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "pnpm --filter arcane-frontend dev",
"build": "pnpm --filter arcane-frontend build",
"test:up": "docker compose -f tests/setup/compose.yaml up -d --build",
"test:down": "docker compose -f tests/setup/compose.yaml down",
"test": "pnpm --filter arcane-tests test",
"format": "pnpm --filter arcane-frontend format",
"check": "pnpm --filter arcane-frontend check",
"knip": "pnpm --filter arcane-frontend knip"
},
"dependencies": {
"svelte-motion": "^0.12.2"
}
}