-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.04 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
{
"name": "wekan",
"version": "v7.80.0",
"description": "Open-Source kanban",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/wedraw/wekan.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wekan/wedraw/issues"
},
"homepage": "https://wekan.github.io",
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.23.5",
"@excalidraw/excalidraw": "^0.17.6",
"@rwap/jquery-ui-touch-punch": "^1.0.11",
"@wekanteam/dragscroll": "https://github.com/wekan/dragscroll.git",
"@wekanteam/exceljs": "https://github.com/wekan/exceljs.git",
"@wekanteam/html-to-markdown": "^1.0.2",
"@wekanteam/meteor-globals": "^1.1.4",
"@wekanteam/meteor-reactive-cache": "^1.0.6",
"meteor-node-stubs": "^1.2.12",
"bcrypt": "^5.1.1",
"dompurify": "^2.5.6",
"escape-string-regexp": "^5.0.0",
"file-type": "^16.5.4",
"filesize": "^8.0.7",
"framer-motion": "^6.5.1",
"history": "^5.3.0",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.3",
"jszip": "^3.7.1",
"ldapjs": "^2.3.3",
"markdown-it": "^12.3.2",
"markdown-it-emoji": "^2.0.0",
"markdown-it-mathjax3": "^4.3.2",
"moment": "^2.29.4",
"os": "^0.1.2",
"qs": "^6.13.0",
"papaparse": "^5.3.1",
"pretty-ms": "^7.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.52.1",
"react-router-dom": "^6.28.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/meteor": "^2.9.8",
"@types/mocha": "^9.1.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"chai": "^4.4.1"
},
"meteor": {
"mainModule": {
"client": "client/main.jsx",
"server": "server/main.js"
},
"testModule": "tests/main.js"
}
}