-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
121 lines (121 loc) · 3.42 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"private": true,
"name": "@zustand-rx/workspace",
"version": "2.1.0",
"license": "MIT",
"homepage": "https://github.com/patdx/zustand-rx#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/patdx/zustand-rx.git"
},
"scripts": {
"clean": "rm -rf node_modules && rm -rf dist && rm -rf apps/zustand-rx-web/node_modules && rm -rf apps/zustand-rx-web/dist && rm -rf .nx",
"cz": "cz",
"preinstall": "npx only-allow pnpm",
"prepare": "husky"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"sideEffects": false,
"dependencies": {
"@arethetypeswrong/cli": "0.17.0",
"clsx": "2.1.1",
"core-js": "3.39.0",
"html-escaper": "3.0.3",
"observable-hooks": "4.2.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"react-router-dom": "6.28.0",
"regenerator-runtime": "0.14.1",
"rxjs": "7.8.1",
"shiki": "1.23.1",
"tslib": "2.8.1",
"zustand": "4.5.5"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-react": "7.25.9",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@jscutlery/semver": "5.3.1",
"@nx/devkit": "20.1.2",
"@nx/eslint": "20.1.2",
"@nx/eslint-plugin": "20.1.2",
"@nx/js": "20.1.2",
"@nx/react": "20.1.2",
"@nx/rollup": "20.1.2",
"@nx/vite": "20.1.2",
"@nx/web": "20.1.2",
"@nx/workspace": "20.1.2",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@svgr/webpack": "8.1.0",
"@swc-node/register": "1.10.9",
"@swc/core": "1.9.3",
"@testing-library/react": "15.0.7",
"@types/node": "22.9.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"astro": "4.16.18",
"commitizen": "4.3.1",
"css-loader": "7.1.2",
"cz-conventional-changelog": "3.3.0",
"dot-json": "1.3.0",
"eslint": "9.15.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.6.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"husky": "9.1.7",
"immer": "10.1.1",
"jsdom": "25.0.1",
"lint-staged": "15.2.10",
"ngx-deploy-npm": "8.3.1",
"nx": "20.1.2",
"nx-cloud": "19.1.0",
"only-allow": "1.2.1",
"prettier": "3.3.3",
"prettier-package-json": "2.8.0",
"react-refresh": "0.14.2",
"shx": "0.3.4",
"style-loader": "4.0.0",
"stylus": "0.64.0",
"stylus-loader": "8.1.1",
"swc-loader": "0.2.6",
"tslib": "2.8.1",
"tsup": "8.3.5",
"typedoc": "0.26.11",
"typedoc-plugin-markdown": "4.2.10",
"typescript": "5.6.3",
"url-loader": "4.1.1",
"vite": "5.4.11",
"vite-plugin-eslint": "1.8.1",
"vite-tsconfig-paths": "5.1.3",
"vitest": "2.1.5",
"webpack": "5.96.1",
"webpack-merge": "6.0.1"
},
"lint-staged": {
"*.{js,ts,md}": "prettier --write",
"package.json": "prettier-package-json --write"
},
"packageManager": "[email protected]+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387",
"pnpm": {
"overrides": {
"vite": "$vite"
},
"onlyBuiltDependencies": [
"nx",
"sharp"
]
}
}