Modify files

This commit is contained in:
KingRainbow44
2022-05-08 18:42:37 -04:00
parent aa2d52c030
commit c0bbfa85ea
4 changed files with 3859 additions and 19 deletions

View File

@@ -1,8 +1,9 @@
{
"name": "grassclipper",
"name": "cultivation",
"version": "0.1.0",
"private": true,
"dependencies": {
"@tauri-apps/api": "^1.0.0-rc.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
@@ -17,10 +18,13 @@
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"start": "cross-env BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"tauri": "tauri",
"start:dev": "tauri dev"
},
"eslintConfig": {
"extends": [
@@ -39,5 +43,9 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.0-rc.10",
"cross-env": "^7.0.3"
}
}
}