-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (86 loc) · 2.61 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
{
"name": "@peercrypt/source",
"description": "Encrypted On- and Offline Peer-2-Peer for VolaTalk",
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@nx/cypress": "16.5.5",
"@nx/esbuild": "16.5.5",
"@nx/eslint-plugin": "16.5.5",
"@nx/jest": "16.5.5",
"@nx/js": "16.5.5",
"@nx/linter": "16.5.5",
"@nx/node": "16.5.5",
"@nx/react": "16.5.5",
"@nx/vite": "16.5.5",
"@nx/web": "16.5.5",
"@nx/workspace": "16.5.5",
"@swc-node/register": "~1.6.8",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.96",
"@testing-library/react": "14.1.0",
"@types/cors": "^2.8.16",
"@types/jest": "^29.5.8",
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/supertest": "^2.0.16",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vitejs/plugin-react": "~4.1.1",
"@vitejs/plugin-react-swc": "~3.4.1",
"@vitest/coverage-v8": "~0.34.6",
"@vitest/ui": "~0.34.6",
"cypress": "^12.7.4",
"esbuild": "^0.17.5",
"eslint": "~8.53.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"fake-indexeddb": "^5.0.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~22.1.0",
"ngx-deploy-npm": "^6.0.0",
"nx": "16.5.5",
"nx-cloud": "16.5.2",
"prettier": "^2.6.2",
"shipit-cli": "^5.3.0",
"shipit-deploy": "^5.3.0",
"shipit-pm2": "^0.0.4",
"shipit-shared": "^4.4.2",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "~5.2.2",
"verdaccio": "^5.0.4",
"vite": "~4.5.0",
"vite-plugin-pwa": "^0.16.7",
"vite-tsconfig-paths": "^4.2.1",
"vitest": "~0.34.6",
"workbox-core": "^7.0.0"
},
"dependencies": {
"@peercrypt/offline-client": "file:libs/offline/client",
"@peercrypt/offline-server": "file:libs/offline/server",
"@peercrypt/offline-shared": "file:libs/offline/shared",
"@peercrypt/online-client": "file:libs/online/client",
"@peercrypt/online-server": "file:libs/online/server",
"@peercrypt/shared": "file:libs/shared",
"@swc/helpers": "~0.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.18.0",
"tslib": "^2.3.0"
},
"nx": {
"includedScripts": []
}
}