labyrinth-frontend/package.json

38 lines
829 B
JSON
Raw Normal View History

2023-04-14 02:01:55 +02:00
{
"dependencies": {
2023-04-17 02:43:36 +02:00
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
2023-04-14 02:01:55 +02:00
"react": "^18.0.0",
2023-04-17 02:43:36 +02:00
"react-dom": "^18.0.0",
"typescript": "^5.0.4"
2023-04-14 02:01:55 +02:00
},
"main": "/index.js",
2023-04-16 04:04:00 +02:00
"homepage": ".",
2023-04-14 02:01:55 +02:00
"devDependencies": {
2023-04-16 02:53:01 +02:00
"react-scripts": "^5.0.1"
2023-04-14 02:01:55 +02:00
},
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"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
2023-04-14 02:01:55 +02:00
}
}