generated from AreefChowdhury/codex-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
39 lines (39 loc) · 1005 Bytes
/
package-lock.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
{
"name": "codex-learners",
"version": "1.0.0",
"description": "Codex Learners Project",
"scripts": {
"install": "npm ci",
"lock:generate": "npm install",
"lock:check": "npm audit",
"lock:update": "npm update",
"preinstall": "npx npm-force-resolutions",
"postinstall": "npm audit fix",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"react@": "^18.3.1",
"react-dom@": "^18.3.1",
"react-router-dom": "^6.3.0",
"@babel/core": "^7.15.8",
"browserslist": "^4.24.0",
"bootstrap": "^5.1.0"
},
"devDependencies": {
"eslint": "^8.57.1",
"@eslint/eslintrc": "^2.1.4",
"eslint-plugin-react": "^7.28.0",
"eslint-webpack-plugin": "^3.2.0"
},
"resolutions": {
"react@": "^18.3.1",
"react-dom@": "^18.3.1"
},
"engines": {
"node": ">=14.x"
},
"license": "MIT"
}