labyrinth-frontend/package.json

20 lines
452 B
JSON
Raw Normal View History

2023-04-14 02:01:55 +02:00
{
"dependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-scripts": "^5.0.0"
},
"main": "/index.js",
"devDependencies": {
"react-scripts": "1.0.0"
},
2023-04-16 01:01:23 +02:00
"name": "a-maze-r",
"description": "The A-Maze-Ing Generator!",
2023-04-14 02:01:55 +02:00
"version": "0.0.0",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}