-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 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
{
"name": "@blazor/monorepo",
"type": "module",
"version": "1.0.0",
"private": true,
"license": "MIT",
"engines": {
"node": ">=24.13.1"
},
"scripts": {
"js": "pnpm -r run js",
"js-dev": "pnpm -r --parallel run js-dev",
"css": "pnpm --filter @blazor/css css",
"build": "pnpm css && pnpm js",
"dist": "pnpm css && pnpm js && pnpm --filter @blazor/js js-dist",
"publish-assets": "pnpm dist && cd dist && npm publish"
},
"devDependencies": {
"@antfu/eslint-config": "^6.7.3",
"@blazor/css": "workspace:*",
"@blazor/js": "workspace:*",
"@microsoft/dotnet-js-interop": "^10.0.0",
"@prettier/plugin-xml": "^3.4.2",
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/node": "^25.2.3",
"autoprefixer": "^10.4.24",
"cpy-cli": "^6.0.0",
"cross-env": "^10.1.0",
"cssnano": "^7.1.2",
"eslint": "^9.39.2",
"eslint-parser-plain": "^0.1.1",
"eslint-plugin-format": "^1.4.0",
"eslint-plugin-jsonc": "^2.21.1",
"eslint-plugin-yml": "^3.1.2",
"jiti": "^2.6.1",
"markdownlint": "^0.40.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"rollup": "^4.57.1",
"rollup-plugin-esbuild": "^6.2.1",
"rtlcss": "^4.3.0",
"sass": "^1.97.3",
"stylelint": "^16.26.1",
"stylelint-config-twbs-bootstrap": "^16.1.0",
"stylelint-scss": "^6.14.0",
"tiny-glob": "^0.2.9",
"typescript": "^5.9.3"
}
}