-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.08 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.08 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
{
"name": "thesis",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.33.0",
"pnpm": {
"onlyBuiltDependencies": [
"'",
"@nestjs/core",
"@swc/core",
"[",
"]",
"a",
"core-js",
"cpu-features",
"es5-ext",
"esbuild",
"h",
"microsandbox",
"msw",
"nx",
"p",
"protobufjs",
"r",
"s",
"ssh2",
"vue-demi"
]
},
"devDependencies": {
"@nx/js": "22.6.4",
"@nx/storybook": "^22.6.4",
"@nx/web": "22.6.4",
"@storybook/react": "8.6.18",
"@storybook/react-vite": "8.6.18",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.15.5",
"@swc/helpers": "~0.5.18",
"nx": "^22.5.0",
"prettier": "^3.8.1",
"storybook": "8.6.18",
"ts-node": "10.9.1",
"typescript": "^5.9.3",
"vite": "^6.0.0"
},
"msw": {
"workerDirectory": [
"apps/web/public"
]
}
}