-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.19 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
{
"name": "nx-size-limit",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build:plugin": "npx nx run nx-size-limit:build"
},
"private": true,
"devDependencies": {
"@nrwl/devkit": "15.9.2",
"@nrwl/eslint-plugin-nx": "15.9.2",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.9.2",
"@nrwl/nx-plugin": "^15.9.2",
"@nrwl/react": "^15.9.2",
"@nrwl/workspace": "15.9.2",
"@size-limit/preset-app": "^8.2.4",
"@swc-node/register": "^1.4.2",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.3.53",
"@types/jest": "^29.4.0",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jsonc-eslint-parser": "^2.1.0",
"nx": "15.9.2",
"nx-size-limit": "2.0.0",
"prettier": "^2.6.2",
"size-limit": "^8.2.4",
"ts-jest": "^29.0.5",
"ts-node": "10.9.1",
"typescript": "~4.9.5"
},
"dependencies": {
"@swc/helpers": "^0.5.0",
"ts-pattern": "^4.2.2",
"tslib": "^2.3.0"
},
"volta": {
"node": "16.10.0"
}
}