-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.27 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
{
"name": "vytyp",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx run-many --target=build",
"test": "nx run-many --target=test",
"lint": "nx run-many --target=lint"
},
"private": true,
"devDependencies": {
"@nrwl/devkit": "15.8.5",
"@nrwl/eslint-plugin-nx": "15.8.5",
"@nrwl/js": "15.8.5",
"@nrwl/linter": "15.8.5",
"@nrwl/vite": "15.8.5",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/testing-library__jest-dom": "5.14.5",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"@vitest/coverage-c8": "0.29.2",
"@vitest/ui": "0.29.2",
"chalk": "5.2.0",
"eslint": "8.35.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-prettier": "4.2.1",
"jsdom": "21.1.0",
"nx": "15.8.5",
"prettier": "2.8.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5",
"vite": "4.1.4",
"vite-plugin-dts": "2.0.2",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-static-copy": "0.13.1",
"vite-tsconfig-paths": "4.0.5",
"vitest": "0.29.2"
}
}