-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.33 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
{
"name": "genshi",
"version": "0.0.0",
"description": "A simple, composable and effective JavaScript state management library",
"author": "Samrith Shankar <[email protected]>",
"license": "MIT",
"homepage": "https://genshi.samrith.dev",
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"g:publish": "vite-node --script scripts/publish.ts",
"preinstall": "yarn constraints"
},
"devDependencies": {
"@types/fs-extra": "11",
"@types/minimist": "1",
"@types/node": "20.12.11",
"@types/react": ">=18.3.10",
"@types/semver": "7",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"@yarnpkg/types": "4.0.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import-x": "4.4.2",
"eslint-plugin-prettier": "5.1.3",
"fs-extra": "11.2.0",
"minimist": "1.2.8",
"prettier": "3.2.5",
"react": ">=18.3.1",
"semver": "7.7.0",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-node": "1.6.0",
"vite-plugin-dts": "3.9.1",
"vitest": "1.6.0"
},
"packageManager": "[email protected]",
"@parcel/resolver-default": {
"packageExports": true
}
}