mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-08 15:39:54 -06:00
25 lines
572 B
JSON
25 lines
572 B
JSON
{
|
|
"name": "protocol-sample-project",
|
|
"version": "0.0.0-test",
|
|
"scripts": {},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.26.0",
|
|
"@babel/preset-env": "^7.26.0",
|
|
"@babel/preset-react": "^7.25.9",
|
|
"@babel/preset-typescript": "^7.26.0",
|
|
"css-loader": "^7.1.2",
|
|
"esbuild": "^0.24.0",
|
|
"mini-css-extract-plugin": "^2.9.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"style-loader": "^4.0.0",
|
|
"typescript": "^5.6.3",
|
|
"webpack": "^5.96.1"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"plugin:cypress/recommended"
|
|
]
|
|
}
|
|
}
|