-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 5.89 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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "tlightchat-main",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"vite2": "vite --port 5174",
"sigs": "tsx watch ./src/SignalServer.ts",
"test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
"//--": "",
"test_vite_tt1": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --runTestsByPath ./test/App.test.tsx -t=\"send accept offer communicate simple _II_ vite_tt1\"",
"test_vite_tt2": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --runTestsByPath ./test/App.test.tsx -t=\"send accept offer communicate simple _II_ vite_tt2\"",
"test_communicate_tt": "concurrently \"pnpm test_vite_tt1\" \"pnpm test_vite_tt2\"",
"//---": "",
"randomUtest": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js \"--testPathIgnorePatterns= \" --runTestsByPath ./test/randomTest/Utest1.test.tsx",
"randomViteTest": "vite serve ./test/randomTest",
"//-----": "",
"p1": "prisma migrate dev --name init",
"p2": "prisma generate",
"p3": "prisma studio",
"//------": "",
"// testjestcfg": "node --experimental-vm-modules --trace-warnings ./node_modules/jest/bin/jest.js --runTestsByPath ./test/_introTryTest/JestConfig.test.tsx --watch --detectOpenHandles",
"// testjestpreview_only": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --runTestsByPath ./test/_introTryTest/JestPreview_introTryTest.test.tsx",
"// jest-preview": "jest-preview",
"// // testjestpreview_1": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --runTestsByPath ./test/_introTryTest/JestPreview_introTryTest.test.tsx -t=\"simpleTest__2\"",
"// // testjestpreview_2": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --runTestsByPath ./test/_introTryTest/JestPreview_introTryTest.test.tsx -t=\"simpleTest__3\"",
"// // testjestpreview_concurrent": "concurrently \"pnpm testjestpreview_1\" \"pnpm testjestpreview_2\"",
"// // tt1": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --runTestsByPath ./test/_introTryTest/App_introTryTest.test.tsx -t=\"print App, check online\" --watch",
"// // tt2": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js --runTestsByPath ./test/_introTryTest/App_introTryTest.test.tsx -t=\"click and send offer\"",
"// // // tt1": "npx jest --runTestsByPath ./test/App.test.tsx -t=\"print App, check online\" --watch",
"//-------": "",
"vite:build": "tsc && vite build",
"// lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"vite:preview": "vite preview --port 5173 --host",
"//--------": "",
"start_server_start_client": "concurrently \"pnpm sigs\" \"pnpm dev\""
},
"engines": {
"node": ">=17.0.0 <18.19.0"
},
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@fortawesome/fontawesome-free": "^6.5.1",
"@mui/icons-material": "^5.15.1",
"@mui/material": "^5.15.1",
"@mui/system": "^5.15.1",
"@mui/x-tree-view": "^6.17.0",
"@preact/signals-react": "^1.3.6",
"@prisma/client": "^5.7.1",
"@reduxjs/toolkit": "^1.9.7",
"@xstate/react": "^3.2.2",
"bootstrap": "^5.3.2",
"class-transformer": "^0.5.1",
"cors": "^2.8.5",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"dotenv-flow": "^4.1.0",
"events": "^3.3.0",
"express": "^4.18.2",
"flatted": "^3.2.9",
"immer": "^9.0.21",
"mui-markdown": "^1.1.12",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.6",
"react-hotkeys-hook": "^4.4.1",
"react-redux": "^8.1.3",
"react-router-bootstrap": "^0.26.2",
"react-router-dom": "^6.21.0",
"reflect-metadata": "^0.2.1",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"sqlite3": "^5.1.6",
"uuid": "^9.0.1",
"vite-express": "^0.12.0",
"winston": "^3.11.0",
"ws": "^8.14.2",
"xstate": "^4.38.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.23.5",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@eslint/create-config": "^0.4.6",
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@prettier/sync": "^0.3.0",
"@socket.io/admin-ui": "^0.5.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/body-parser": "^1.19.3",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.20",
"@types/jest": "^29.5.10",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.8.7",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-router-bootstrap": "^0.26.6",
"@types/uuid": "^9.0.5",
"@types/ws": "^8.5.6",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"@vitejs/plugin-react": "^4.2.0",
"babel-jest": "^29.7.0",
"concurrently": "^8.2.2",
"emphasize": "^7.0.0",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-esm-transformer": "^1.0.0",
"jest-preview": "^0.3.1",
"jsdom": "^23.0.1",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"postcss-load-config": "^5.0.2",
"postcss-loader": "^7.3.3",
"postcss-modules": "^6.0.0",
"prettier": "^3.1.0",
"prisma": "^5.7.1",
"sass": "^1.69.5",
"string-hash": "^1.1.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"tsx": "^4.6.0",
"typescript": "^5.3.3",
"typescript-plugin-css-modules": "^5.0.2",
"vite": "^5.0.0"
}
}