-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.13 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.13 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
{
"name": "vAIn",
"version": "1.0.0",
"description": "A React application for AI chatbot and network statistics.",
"main": "index.js",
"scripts": {
"audit": "npm audit",
"audit:fix": "npm audit fix",
"audit:fix-force": "npm audit fix --force"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.45.0"
},
"overrides": {
"nth-check": "^2.1.1",
"postcss": "^8.4.31",
"word-wrap": "^1.2.4",
"serialize-javascript": "^6.0.1",
"shell-quote": "^1.8.1",
"sockjs": "^0.3.24",
"terser": "^5.19.2",
"tough-cookie": "^4.1.3",
"webpack-dev-middleware": "^5.3.4",
"yargs-parser": "^21.1.1"
},
"resolutions": {
"serialize-javascript": "^6.0.1",
"shell-quote": "^1.8.1",
"sockjs": "^0.3.24",
"terser": "^5.19.2",
"tough-cookie": "^4.1.3",
"webpack-dev-middleware": "^5.3.4",
"yargs-parser": "^21.1.1"
}
}