-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
78 lines (78 loc) · 2.2 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
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": "arrows-workspace",
"version": "0.0.0",
"license": "Apache2",
"scripts": {
"build": "nx run arrows-ts:build"
},
"private": true,
"dependencies": {
"@japont/unicode-range": "^1.0.0",
"@swc/helpers": "~0.5.0",
"date-fns": "^2.30.0",
"graphql": "^16.6.0",
"js-base64": "^3.7.5",
"lodash.find": "^4.6.0",
"memoizee": "^0.4.15",
"neo4j-driver": "^5.8.1",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-document-title": "^2.0.3",
"react-dom": "18.2.0",
"react-from-dom": "^0.6.2",
"react-recompose": "^0.33.0",
"react-redux": "^8.0.5",
"react-youtube": "^10.1.0",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"redux-undo": "^1.0.1",
"reselect": "^4.1.8",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.4"
},
"devDependencies": {
"@nx/cypress": "16.2.2",
"@nx/esbuild": "16.2.2",
"@nx/eslint-plugin": "16.2.2",
"@nx/js": "16.2.2",
"@nx/linter": "16.2.2",
"@nx/react": "16.2.2",
"@nx/vite": "16.2.2",
"@nx/workspace": "16.2.2",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "14.0.0",
"@types/memoizee": "^0.4.8",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/recompose": "^0.30.10",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "0.31.0",
"@vitest/ui": "0.31.0",
"cypress": "^12.11.0",
"esbuild": "0.17.17",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^2.10.3",
"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-watch-typeahead": "^2.2.2",
"jsdom": "~20.0.3",
"nx": "16.2.2",
"nx-cloud": "16.0.5",
"prettier": "^2.6.2",
"typescript": "5.0.4",
"vite": "4.3.7",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.0",
"web-vitals": "^3.3.1"
}
}