-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.31 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
79
80
81
82
83
84
85
86
87
{
"name": "translator-ui-platform",
"version": "0.1.0",
"private": true,
"type": "module",
"dependencies": {
"@lexical/react": "^0.12.0",
"@reduxjs/toolkit": "^1.7.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^14.4.3",
"cytoscape": "^3.23.0",
"cytoscape-avsdf": "^1.0.0",
"cytoscape-dagre": "^2.5.0",
"cytoscape-klay": "^3.1.4",
"cytoscape-navigator": "^2.0.2",
"cytoscape-popper": "^2.0.0",
"fastest-levenshtein": "^1.0.16",
"fraction.js": "4.2.0",
"lexical": "^0.12.0",
"lodash": "^4.17.21",
"mathjs": "^11.9.1",
"react": "^18.2.0",
"react-animate-height": "^2.0.23",
"react-awesome-reveal": "^4.2.11",
"react-csv": "^2.2.2",
"react-dom": "^18.1.0",
"react-highlight-words": "^0.18.0",
"react-paginate": "^8.1.3",
"react-range": "^1.8.12",
"react-redux": "^8.0.5",
"react-responsive-carousel": "^3.2.22",
"react-router-dom": "^6.10.0",
"react-select": "^5.7.4",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.8.1",
"redux": "^4.2.1",
"sass": "^1.52.3",
"source-map-explorer": "^2.5.3"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "17.x"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@testing-library/cypress": "^10.0.1",
"@testing-library/jest-dom": "^5.16.5",
"@types/lodash": "^4.17.0",
"@types/react": "^18.2.73",
"@types/react-dom": "^18.2.22",
"@types/react-highlight-words": "^0.16.7",
"@vitejs/plugin-react": "^4.0.4",
"cypress": "^13.3.0",
"cypress-vite": "^1.4.2",
"eslint": "^8.49.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-cypress": "^2.15.1",
"react-query": "^3.34.19",
"typescript": "^5.4.3",
"vite": "^4.4.9",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-svgr": "^4.0.0",
"web-vitals": "^2.1.4"
}
}