-
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.1.1",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^22.0.2",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.1",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-solid": "^0.14.1",
"eslint-plugin-svelte": "^2.43.0",
"eslint-plugin-vue": "^9.27.0",
"globals": "^15.9.0",
"lint-staged": "^15.2.7",
"postcss-html": "^1.7.0",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"rollup": "^4.19.2",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-esbuild": "^6.1.1",
"stylelint": "^16.8.1",
"stylelint-config-recess-order": "^5.0.1",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0",
"vite": "^5.3.5",
"vitest": "^2.0.5"
}
}