forked from cherninlab/react-flow-visualizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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": "vite-react-flow-template",
"version": "1.0.0",
"keywords": [
"react",
"graph",
"diagram",
"workflow",
"react-flow"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,md}\"",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"lint:style": "stylelint \"src/**/*.css\" --fix",
"preview": "vite preview"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-icons": "^1.3.1",
"@xyflow/react": "^12.3.5",
"html-to-image": "^1.11.11",
"lucide-react": "^0.454.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^4.4.0"
},
"devDependencies": {
"@types/react": "^18.2.53",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"stylelint": "^16.10.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "5.1.3",
"vite": "^5.0.12"
},
"license": "MIT"
}