-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.16 KB
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
{
"name": "libraries",
"version": "0.0.0",
"description": "A bunch of libraries provided by @alistigo",
"scripts": {
"third-party-js:start": "nx run-many -t serve -p third-party-js-playground third-party-js-application-example-simple",
"build": "nx run-many -t build",
"lint": "nx run-many -t lint",
"test": "nx run-many -t test",
"nx:upgrade": "nx migrate latest",
"nx:graph": "nx graph",
"clean": "nx reset"
},
"keywords": [
"typescript",
"library"
],
"author": "alistigo",
"license": "MIT",
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392",
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nx/eslint": "19.5.3",
"@nx/eslint-plugin": "19.5.3",
"@nx/jest": "19.5.3",
"@nx/js": "19.5.3",
"@nx/react": "19.5.3",
"@nx/web": "19.5.3",
"@nx/webpack": "19.5.3",
"@nx/workspace": "19.5.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "1.9.2",
"@swc/cli": "~0.1.62",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.12",
"@testing-library/react": "15.0.6",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.4",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"babel-jest": "^29.4.1",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"nx": "19.5.3",
"prettier": "^2.8.8",
"react-refresh": "^0.10.0",
"ts-jest": "^29.1.3",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "^2.6.2"
},
"engines": {
"node": ">=20"
}
}