Files
svgedit/packages/react-test/package.json
JFH 0c44b49450 Update dep (#988)
* update and adapt code to latest dependencies

-> need testIsolation to False with the latest Cypress

* need this for CI (bug https://github.com/npm/cli/issues/4828)

* run instrument before test

* fix test

* v7.3.4
2024-08-18 23:51:28 +02:00

40 lines
724 B
JSON

{
"name": "@svgedit/react-test",
"version": "1.1.1",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"prebuild": "standard . && npm i",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SVG-Edit/svgedit.git"
},
"publishConfig": {
"access": "public"
},
"standard": {
"ignore": [
"dist"
],
"globals": [
"cy",
"assert"
],
"env": [
"mocha",
"browser"
]
},
"author": "OptimistikSAS",
"license": "MIT",
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/preset-react": "^7.24.7"
}
}