-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 962 Bytes
/
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
{
"name": "@nx-vite-tsconfig-paths/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@nx/js": "19.0.4",
"@nx/react": "19.0.4",
"@nx/vite": "19.0.4",
"@nx/web": "19.0.4",
"@nx/workspace": "19.0.4",
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@testing-library/react": "15.0.6",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"jsdom": "~22.1.0",
"nx": "19.0.4",
"prettier": "^2.6.2",
"sass": "^1.55.0",
"typescript": "~5.4.2",
"vite": "file:vite-5.2.11.tgz",
"vitest": "^1.3.1"
}
}