Some checks failed
Testing Example / build-and-test (push) Failing after 3m4s
updated ci
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "my-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.13.3",
|
|
"@emotion/styled": "^11.13.0",
|
|
"@mui/icons-material": "^6.1.3",
|
|
"@mui/material": "^6.1.3",
|
|
"@mui/x-tree-view": "^7.22.1",
|
|
"@testing-library/jest-dom": "^5.17.0",
|
|
"@testing-library/react": "^13.4.0",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"codegen": "^0.1.0",
|
|
"eslint-plugin-react": "^7.37.1",
|
|
"js-sha256": "^0.11.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router-dom": "^6.27.0",
|
|
"react-scripts": "^5.0.1",
|
|
"web-vitals": "^2.1.4",
|
|
"xterm": "^5.3.0"
|
|
},
|
|
"scripts": {
|
|
"start": "node generatetoken.js && node generate-buildno.js && react-scripts start",
|
|
"build": "CI=false && node generatetoken.js && node generate-buildno.js && 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": {
|
|
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
|
"@babel/plugin-transform-private-property-in-object": "^7.25.9",
|
|
"ajv": "^8.17.1",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.1"
|
|
}
|
|
}
|