forked from wafflebase/wafflebase
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 5 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) · 5 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
{
"name": "wafflebase",
"version": "0.6.2",
"private": true,
"description": "Super Simple Spreadsheet",
"scripts": {
"dev": "concurrently \"pnpm frontend dev\" \"pnpm backend start:dev\" \"pnpm documentation dev\"",
"build": "pnpm core build && concurrently \"pnpm --filter @wafflebase/docs build\" \"pnpm sheets build\" && pnpm slides build && concurrently \"pnpm frontend build\" \"pnpm backend build\" \"pnpm cli build\"",
"test": "concurrently \"pnpm sheets test\" \"pnpm slides test\" \"pnpm frontend test\" \"pnpm backend test\" \"pnpm cli test\" \"pnpm --filter @wafflebase/docs test\" \"pnpm --filter @wafflebase/notes test\"",
"verify:architecture": "pnpm frontend lint:arch && pnpm backend lint:arch",
"lint:scripts": "eslint scripts",
"verify:fast": "pnpm lint:scripts && pnpm core build && pnpm verify:architecture && pnpm frontend lint && pnpm frontend test && pnpm backend test && pnpm sheets typecheck && pnpm sheets test && pnpm slides typecheck && pnpm slides test && pnpm cli typecheck && pnpm cli test && pnpm --filter @wafflebase/docs typecheck && pnpm --filter @wafflebase/docs test && pnpm --filter @wafflebase/notes typecheck && pnpm --filter @wafflebase/notes test && pnpm --filter @wafflebase/board typecheck && pnpm --filter @wafflebase/board test",
"verify:frontend:chunks": "node ./scripts/verify-frontend-chunks.mjs",
"verify:frontend:visual": "pnpm frontend test:visual:browser",
"verify:frontend:interaction": "pnpm frontend test:interaction",
"verify:hunt:oracles": "pnpm frontend test:hunt-oracles",
"verify:browser:docker": "pnpm frontend test:browser:docker",
"verify:browser:docker:update": "pnpm frontend test:visual:browser:docker:update",
"verify:entropy": "node ./scripts/verify-entropy.mjs",
"verify:self": "node ./scripts/verify-self.mjs",
"verify:ci": "node ./scripts/verify-ci.mjs",
"verify:integration": "node ./scripts/verify-integration.mjs",
"verify:integration:local": "node ./scripts/verify-integration-local.mjs",
"verify:integration:docker": "node ./scripts/verify-integration-docker.mjs",
"verify:integration:repeat": "node ./scripts/verify-integration-repeat.mjs",
"verify:full": "pnpm verify:self && pnpm verify:ci",
"tasks:index": "node ./scripts/tasks-index.mjs",
"tasks:archive": "node ./scripts/tasks-archive.mjs && pnpm tasks:index",
"frontend": "pnpm --filter @wafflebase/frontend",
"backend": "pnpm --filter @wafflebase/backend",
"sheets": "pnpm --filter @wafflebase/sheets",
"slides": "pnpm --filter @wafflebase/slides",
"cli": "pnpm --filter @wafflebase/cli",
"documentation": "pnpm --filter @wafflebase/documentation",
"core": "pnpm --filter @wafflebase/core",
"build:all": "pnpm core build && pnpm frontend build && pnpm documentation build && rm -rf packages/frontend/dist/docs && cp -r packages/documentation/.vitepress/dist packages/frontend/dist/docs",
"postinstall": "git config core.hooksPath .githooks || true"
},
"keywords": [],
"author": {
"name": "hackerwins",
"email": "susukang98@gmail.com"
},
"license": "Apache-2.0",
"packageManager": "pnpm@10.5.2",
"pnpm": {
"overrides": {
"@xhmikosr/decompress@<10.2.1": "10.2.1",
"minimatch@<3.1.4": "3.1.4",
"minimatch@>=5.0.0 <5.1.8": "5.1.8",
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
"serialize-javascript@<7.0.5": "7.0.5",
"brace-expansion@>=3.0.0 <5.0.9": "5.0.9",
"brace-expansion@>=2.0.0 <2.1.4": "2.1.4",
"brace-expansion@>=1.0.0 <1.1.16": "1.1.16",
"yaml@>=2.0.0 <2.8.3": "2.8.3",
"picomatch@>=4.0.0 <4.0.4": "4.0.4",
"picomatch@<2.3.2": "2.3.2",
"on-headers@<1.1.0": "1.1.0",
"@eslint/plugin-kit@<0.3.4": "0.3.4",
"js-yaml@<3.15.0": "3.15.0",
"js-yaml@>=4.0.0 <4.3.0": "4.3.0",
"lodash@>=4.0.0 <4.18.1": "4.18.1",
"diff@>=4.0.0 <4.0.4": "4.0.4",
"ajv@>=8.0.0 <8.18.0": "8.18.0",
"ajv@<6.14.0": "6.14.0",
"multer@<2.2.0": "2.2.0",
"file-type@>=13.0.0 <21.3.2": "21.3.2",
"undici@>=7.0.0 <7.29.0": "7.29.0",
"flatted@<=3.4.1": "3.4.2",
"yauzl@=3.2.0": "3.2.1",
"smol-toml@<1.6.1": "1.6.1",
"fast-uri@<3.1.5": "3.1.5",
"fast-xml-builder@<1.1.7": "1.1.7",
"fast-xml-parser@<5.7.0": "5.7.0",
"path-to-regexp@>=8.0.0 <8.4.0": "8.4.0",
"tmp@<0.2.7": "0.2.7",
"esbuild@<0.25.0": "0.25.0",
"esbuild@>=0.27.3 <0.28.1": "0.28.1",
"postcss@<8.5.23": "8.5.23",
"qs@<6.15.2": "6.15.2",
"body-parser@<1.20.6": "1.20.6",
"body-parser@>=2.0.0 <2.3.0": "2.3.0",
"vite@>=6.0.0 <6.4.3": "6.4.3",
"shell-quote@<1.9.0": "1.9.0",
"piscina@<4.9.3": "4.9.3",
"form-data@>=4.0.0 <4.0.6": "4.0.6",
"@babel/core@<7.29.6": "7.29.6",
"react-router@<7.18.2": "7.18.2",
"react-router-dom@<7.18.2": "7.18.2"
}
},
"devDependencies": {
"@eslint/js": "^9.21.0",
"concurrently": "^9.2.1",
"eslint": "^9.21.0",
"globals": "^16.0.0",
"knip": "^5.85.0",
"typescript": "^5.9.3"
}
}