mirror of
https://github.com/GoodStartLabs/AI_Diplomacy.git
synced 2026-04-19 12:58:09 +00:00
40 lines
892 B
JSON
40 lines
892 B
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"homepage": ".",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@primer/octicons-react": "^19.11.0",
|
|
"bootstrap": "^5.3.3",
|
|
"jquery": "^3.7.1",
|
|
"popper.js": "^1.16.1",
|
|
"prop-types": "^15.8.1",
|
|
"react": "^19.1.0",
|
|
"react-confirm-alert": "^3.0.6",
|
|
"react-dom": "^19.1.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-scripts": "5.0.1",
|
|
"react-scrollchor": "^6.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-plugin-react": "^7.35.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|