-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.75 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.75 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
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
{
"name": "awesome-js-ts",
"version": "1.0.0",
"description": "Here I would share with you all sort of awesome things about TS/JS. E.g. Regex, closure, etc",
"keywords": [
"regex",
"javascript",
"typescript",
"awesome-regex",
"awesome-javascript-regex"
],
"main": "index.js",
"scripts": {
"format": "prettier -w . -u",
"test": "jest",
"test:watch": "jest --watch",
"test:cov": "jest --coverage",
"cy:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kasir-barati/awesome-js-ts.git"
},
"author": "kasir-barati",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/kasir-barati/awesome-js-ts/issues"
},
"homepage": "https://github.com/kasir-barati/awesome-js-ts#readme",
"devDependencies": {
"@eslint/js": "^9.16.0",
"@jest/types": "^29.6.3",
"@nx/cypress": "20.1.4",
"@nx/esbuild": "20.1.4",
"@nx/eslint": "20.1.4",
"@nx/eslint-plugin": "20.1.4",
"@nx/jest": "20.1.4",
"@nx/js": "20.1.4",
"@nx/node": "20.1.4",
"@nx/react": "20.1.4",
"@nx/vite": "20.1.4",
"@nx/web": "20.1.4",
"@swc-node/register": "~1.10.9",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.9.3",
"@swc/helpers": "~0.5.15",
"@testing-library/react": "15.0.6",
"@types/amqplib": "^0.10.5",
"@types/cors": "^2.8.17",
"@types/express": "~5.0.0",
"@types/google-libphonenumber": "^7.4.30",
"@types/jest": "^29.5.14",
"@types/node": "~22.10.1",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/ws": "^8.5.13",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"cypress": "^13.16.0",
"dotenv": "^16.4.5",
"esbuild": "^0.24.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~22.1.0",
"nx": "20.1.4",
"prettier": "^3.4.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^5.0.0",
"vitest": "^1.3.1"
},
"dependencies": {
"amqplib": "^0.10.5",
"axios": "^1.7.8",
"classnames": "^2.5.1",
"cors": "^2.8.5",
"express": "~4.21.1",
"google-libphonenumber": "^3.2.39",
"mongoose": "^8.8.3",
"openai": "^4.73.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-toastify": "^10.0.6",
"reflect-metadata": "^0.2.2",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"ws": "^8.18.0"
}
}