-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "@utilkit/utilkit",
"repository": "https://github.com/DoK6n/utilkit",
"author": "Dok6n",
"license": "MIT",
"private": true,
"keywords": [],
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"core": "pnpm --filter @utilkit/core",
"react": "pnpm --filter @utilkit/react",
"build": "tsc --build tsconfig.json && tsc --build tsconfig.esm.json"
},
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.1",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"vite": "^4.3.9"
},
"dependencies": {},
"workspaces": [
"packages/**/**",
"examples/**/**"
],
"engines": {
"node": ">=18.16.0",
"pnpm": ">=8.6.1"
},
"packageManager": "[email protected]"
}