-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.4 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": "flexirule",
"version": "0.0.1",
"description": "Advanced Rule Engine for Frappe",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --ext .js,.vue .",
"format": "prettier --write \"**/*.{js,vue,scss,json,md}\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@floating-ui/dom": "^1.0.0",
"@headlessui/vue": "^1.7.16",
"@tiptap/core": "^3.22.5",
"@tiptap/extension-bubble-menu": "^3.22.5",
"@tiptap/extension-mention": "^3.22.5",
"@tiptap/extension-text-align": "^3.22.5",
"@tiptap/extension-underline": "^3.22.5",
"@tiptap/pm": "^3.22.5",
"@tiptap/starter-kit": "^3.22.5",
"@tiptap/suggestion": "^3.22.5",
"@tiptap/vue-3": "^3.22.5",
"@vue-flow/background": "^1.3.0",
"@vue-flow/controls": "^1.1.1",
"@vue-flow/core": "^1.33.0",
"@vue-flow/minimap": "^1.4.0",
"dagre": "^0.8.5",
"tippy.js": "^6.3.7",
"vue": "^3.3.0"
},
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.5",
"@babel/core": "^7.22.5",
"@babel/eslint-parser": "^7.28.6",
"@cypress/code-coverage": "^3.12.39",
"@playwright/test": "^1.61.1",
"@testing-library/cypress": "^10.0.2",
"@testing-library/dom": "^8.17.1",
"cypress": "^13.13.0",
"cypress-real-events": "^1.13.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.33.0",
"vue-eslint-parser": "^9.4.3"
}
}