forked from dqualizer/dqanalyzer2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
46
47
48
49
{
"name": "dqanalyzer",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@tanstack/react-query": "^4.29.19",
"@tanstack/react-query-devtools": "^4.29.19",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.4.0",
"compromise": "^14.10.0",
"dagre": "^0.8.5",
"dotenv": "^16.3.1",
"flowbite-react": "^0.4.11",
"indefinite": "^2.4.3",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"pluralize": "^8.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.12.1",
"react-select": "^5.7.3",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.18.0",
"reactflow": "^11.7.0",
"sort-by": "^0.0.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"daisyui": "^3.1.7",
"postcss": "^8.4.23",
"source-map-loader": "^4.0.1",
"tailwindcss": "^3.3.2",
"ts-loader": "^9.4.4",
"vite": "^4.2.0"
}
}