-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.24 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.24 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
73
74
75
76
77
78
{
"name": "scrapeium",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@chakra-ui/react": "^2.1.2",
"@codemirror/lang-html": "^6.4.2",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/language": "^6.6.0",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@uiw/codemirror-themes-all": "^4.19.9",
"@uiw/react-codemirror": "^4.19.9",
"ace-builds": "^1.5.3",
"core-js": "^3.6.5",
"framer-motion": "^6.3.6",
"jstoxml": "^3.2.3",
"react": "18.2.0",
"react-ace": "^10.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-json-tree": "^0.17.0",
"react-router-dom": "6.4.3",
"regenerator-runtime": "0.13.7",
"ts-dedent": "^2.2.0",
"tslib": "^2.3.0",
"yaml": "^2.1.1"
},
"devDependencies": {
"@nrwl/cli": "15.8.6",
"@nrwl/cypress": "15.8.6",
"@nrwl/eslint-plugin-nx": "15.8.6",
"@nrwl/jest": "15.8.6",
"@nrwl/js": "15.8.6",
"@nrwl/linter": "15.8.6",
"@nrwl/react": "15.8.6",
"@nrwl/vite": "^15.8.6",
"@nrwl/web": "15.8.6",
"@nrwl/workspace": "15.8.6",
"@testing-library/react": "13.4.0",
"@types/jest": "29.4.4",
"@types/jstoxml": "^2.0.2",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"@vitejs/plugin-react": "^3.0.0",
"@vitest/coverage-c8": "~0.25.8",
"@vitest/ui": "^0.25.8",
"babel-jest": "29.4.3",
"cypress": "^9.1.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "29.4.3",
"jest-environment-jsdom": "^29.4.1",
"jsdom": "~20.0.3",
"nx": "15.8.6",
"prettier": "2.8.4",
"react-test-renderer": "18.2.0",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"vite": "^4.0.1",
"vite-plugin-dts": "~1.7.1",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.25.8"
}
}