-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
103 lines (103 loc) · 3.02 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "rendevoz",
"productName": "Rendevoz",
"private": true,
"version": "0.0.1",
"description": "Rendevoz is an open source & free knowledge management software.",
"author": "RealRong 2001",
"license": "AGPL3",
"main": "dist-electron/electron/main/index.js",
"scripts": {
"dev": "vite",
"build": "vite build && electron-builder"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"dependencies": {
"@emotion/css": "^11.9.0",
"@icon-park/react": "^1.4.2",
"@nestjs/common": "^8.4.5",
"@nestjs/core": "^8.4.5",
"@nestjs/microservices": "^8.4.5",
"@nestjs/platform-express": "^8.4.5",
"@slate-yjs/core": "^0.2.8",
"@tanstack/react-virtual": "^3.0.0-beta.18",
"axios": "^0.25.0",
"babel-plugin-import": "^1.13.5",
"classnames": "^2.3.1",
"date-fns": "^2.29.2",
"dexie": "^3.2.1",
"fabric-pure-browser": "^5.1.0",
"framer-motion": "^6.3.4",
"fuzzysort": "^2.0.1",
"html2canvas": "^1.4.1",
"https-proxy-agent": "^5.0.1",
"i18next": "^22.0.2",
"i18next-http-backend": "^1.4.4",
"immer": "^9.0.15",
"is-hotkey": "^0.2.0",
"jotai": "^1.8.4",
"lodash": "^4.17.21",
"material-colors": "^1.2.6",
"optics-ts": "^2.3.0",
"pdfjs-dist": "^2.15.349",
"react-error-boundary": "^3.1.4",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.0",
"react-i18next": "^12.0.0",
"react-infinite-scroller": "^1.2.5",
"react-rnd": "^10.3.5",
"react-router-dom": "^6.4.0",
"react-style-object-to-css": "^1.1.2",
"react-tiny-popover": "^7.0.1",
"react-use": "^17.4.0",
"rebuild": "^0.1.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5",
"search-index": "^3.1.1",
"simplebar-react": "^2.4.1",
"slate": "^0.78.0",
"slate-history": "^0.66.0",
"slate-hyperscript": "^0.77.0",
"slate-react": "^0.78.1",
"swr": "^1.3.0",
"y-indexeddb": "^9.0.9",
"yjs": "^13.5.41"
},
"devDependencies": {
"@emotion/eslint-plugin": "^11.10.0",
"@types/fabric": "^4.5.11",
"@types/lodash": "^4.14.182",
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.21",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "^18.0.6",
"@types/react-infinite-scroller": "^1.2.2",
"@types/react-router-dom": "^5.3.3",
"@types/search-index": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.40.0",
"@typescript-eslint/typescript-estree": "^5.26.0",
"@vitejs/plugin-react": "^2.1.0",
"electron": "^21.1.0",
"electron-builder": "^23.3.3",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"less": "^4.1.2",
"prettier": "^2.6.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-flow-renderer": "^10.3.10",
"typescript": "^4.8.4",
"vite": "^3.1.4",
"vite-electron-plugin": "^0.4.6"
},
"debug": {
"env": {
"VITE_DEV_SERVER_URL": "http://127.0.0.1:7777"
}
}
}