54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"name": "adrenaline",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^12.1.5",
|
|
"@testing-library/user-event": "^12.1.5",
|
|
"codemirror": "^5.65.10",
|
|
"create-react-app": "^5.0.1",
|
|
"diff": "^5.1.0",
|
|
"openai": "^3.1.0",
|
|
"react": "^16.13.0",
|
|
"react-codemirror2": "^7.2.1",
|
|
"react-dom": "^16.13.0",
|
|
"react-router-dom": "^6.6.1",
|
|
"react-scripts": "5.0.1",
|
|
"react-select": "^5.7.0",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start-local": "react-scripts start",
|
|
"start": "node server.js",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"gh-pages": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"npm": "8.6.0",
|
|
"node": "18.0.0"
|
|
}
|
|
}
|