-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.07 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.07 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
{
"name": "@assemblerjs/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"devDependencies": {
"@electron-toolkit/preload": "^3.0.2",
"@electron-toolkit/utils": "^4.0.0",
"@eslint/js": "^9.8.0",
"@nx/eslint": "20.8.0",
"@nx/eslint-plugin": "20.8.0",
"@nx/js": "20.8.0",
"@nx/vite": "20.8.0",
"@nx/web": "20.8.0",
"@rollup/plugin-swc": "0.4.0",
"@solidjs/testing-library": "^0.8.10",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.1",
"@testing-library/svelte": "^5.3.1",
"@testing-library/vue": "^8.1.0",
"@types/express": "5.0.1",
"@types/node": "18.16.9",
"@vitest/coverage-istanbul": "3.1.2",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
"@vue/test-utils": "^2.4.6",
"assert": "2.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.2",
"electron": "38.4.0",
"error-polyfill": "0.1.3",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"express": "5.1.0",
"happy-dom": "^20.0.11",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"nx": "20.8.0",
"prettier": "^2.6.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"reflect-metadata": "0.2.2",
"solid-js": "^1.9.10",
"svelte": "^5.46.1",
"terser": "5.39.0",
"tslib": "^2.3.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.19.0",
"verdaccio": "^6.0.5",
"vite": "^6.0.0",
"vite-plugin-dts": "~4.5.0",
"vite-tsconfig-paths": "5.1.4",
"vitest": "^3.0.0",
"vue": "^3.5.26"
},
"workspaces": [
"packages/*"
],
"nx": {
"includedScripts": [],
"targets": {
"local-registry": {
"executor": "@nx/js:verdaccio",
"options": {
"port": 4873,
"config": ".verdaccio/config.yml",
"storage": "tmp/local-registry/storage"
}
}
}
},
"dependencies": {
"istanbul-badges-readme": "^1.9.0"
}
}