-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
83 lines (83 loc) · 2.29 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
{
"name": "monosize-monorepo",
"version": "0.0.0",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/monosize"
},
"scripts": {
"build": "nx affected:build",
"change": "beachball change --no-commit",
"check-dependencies": "syncpack list-mismatches --types prod,peer",
"lint": "nx affected:lint",
"test": "nx affected:test"
},
"nano-staged": {
"**/*.{js,json,ts,tsx}": "prettier --write",
"**/*.{md}": "doctoc -u"
},
"simple-git-hooks": {
"pre-commit": "./node_modules/.bin/nano-staged"
},
"packageManager": "[email protected]",
"devDependencies": {
"@nx/eslint": "17.3.2",
"@nx/eslint-plugin": "17.3.2",
"@nx/js": "17.3.2",
"@nx/vite": "17.3.2",
"@nx/workspace": "17.3.2",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@types/babel__core": "7.20.5",
"@types/glob": "8.0.0",
"@types/node": "18.19.24",
"@types/prettier": "^2.7.3",
"@types/tmp": "0.2.3",
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitest/coverage-v8": "0.34.6",
"@vitest/ui": "0.34.7",
"beachball": "2.31.5",
"doctoc": "2.2.1",
"eslint": "8.48.0",
"eslint-config-prettier": "9.0.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-unicorn": "48.0.1",
"nano-staged": "0.8.0",
"nx": "17.3.2",
"prettier": "2.8.8",
"simple-git-hooks": "2.9.0",
"syncpack": "11.2.1",
"ts-node": "10.9.1",
"typescript": "5.3.3",
"vite": "5.1.8",
"vitest": "0.34.6"
},
"dependencies": {
"@azure/data-tables": "^13.2.2",
"@azure/identity": "^4.5.0",
"@upstash/redis": "^1.18.0",
"acorn": "^8.11.3",
"ci-info": "^3.7.0",
"cli-table3": "^0.6.3",
"esbuild": "^0.20.2",
"find-up": "^6.3.0",
"glob": "^8.0.3",
"gzip-size": "^7.0.0",
"node-fetch": "^3.3.0",
"picocolors": "^1.0.0",
"pretty-bytes": "^6.0.0",
"terser": "^5.16.0",
"terser-webpack-plugin": "^5.3.1",
"tslib": "^2.4.1",
"webpack": "^5.94.0",
"yargs": "^17.6.2"
},
"resolutions": {
"[email protected]": "patch:beachball@npm:2.31.5#.yarn/patches/beachball-npm-2.31.5-0e84ec4233.patch"
}
}