Files
cypress/npm/webpack-preprocessor/examples/react-app/package.json

29 lines
694 B
JSON

{
"name": "react-app",
"version": "1.0.0",
"description": "Transpiling specs using Webpack options from react-app",
"private": true,
"main": "index.js",
"scripts": {
"start": "../../node_modules/.bin/react-scripts start",
"test": "../../node_modules/.bin/cypress run",
"dev": "../../node_modules/.bin/start-test 3000 cy:open",
"cy:open": "../../node_modules/.bin/cypress open"
},
"license": "ISC",
"author": "",
"keywords": [],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}