mirror of
https://github.com/Turfjs/turf.git
synced 2025-12-08 20:26:16 +00:00
17 lines
326 B
JSON
17 lines
326 B
JSON
{
|
|
"private": true,
|
|
"name": "create-react-app",
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"dependencies": {
|
|
"react": "*",
|
|
"react-dom": "*",
|
|
"react-scripts": "*",
|
|
"@turf/turf": "*"
|
|
}
|
|
}
|