-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.63 KB
/
package.json
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
{
"private": true,
"name": "minissg-root",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/uenoB/minissg.git"
},
"type": "module",
"scripts": {
"prepare": "git config --local core.hooksPath .githooks || exit 0",
"git-pre-commit": "lint-staged",
"build": "rollup -c rollup.config.js"
},
"pnpm": {
"overrides": {
"vite-plugin-minissg": "workspace:^",
"@minissg/async": "workspace:^",
"@minissg/page": "workspace:^",
"@minissg/render-preact": "workspace:^",
"@minissg/render-react": "workspace:^",
"@minissg/render-solid": "workspace:^",
"@minissg/render-svelte": "workspace:^",
"@minissg/render-vue": "workspace:^"
}
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^22.10.5",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-solid": "^0.14.5",
"eslint-plugin-svelte": "^2.46.1",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"lint-staged": "^15.3.0",
"postcss-html": "^1.7.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"rollup": "^4.29.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"stylelint": "^16.12.0",
"stylelint-config-recess-order": "^5.1.1",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.19.0",
"vite": "^6.0.7",
"vitest": "^2.1.8"
}
}