-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.35 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.35 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
{
"name": "workflow-visualizer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pretty-quick": "pretty-quick --staged",
"prepare": "husky install",
"pre-commit": "yarn lint && yarn pretty-quick"
},
"dependencies": {
"@reactflow/node-resizer": "^1.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"html-to-image": "^1.11.11",
"next": "^12.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-scripts": "5.0.1",
"reactflow": "^11.3.3",
"styled-components": "^5.3.11",
"typescript": "^4.9.5",
"web-vitals": "^3.1.1",
"zustand": "^4.3.9"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@types/styled-components": "^5.1.26",
"autoprefixer": "^10.4.13",
"babel-plugin-styled-components": "^1.13.3",
"eslint": "^8.32.0",
"eslint-config-next": "^12.3.4",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"postcss": "^8.4.21",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"tailwindcss": "^3.3.3"
}
}