32 lines
671 B
JSON
32 lines
671 B
JSON
{
|
|
"dependencies": {
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0"
|
|
},
|
|
"main": "/index.js",
|
|
"homepage": ".",
|
|
"devDependencies": {
|
|
"react-scripts": "^5.0.1"
|
|
},
|
|
"name": "a-maze-r",
|
|
"description": "The A-Maze-Ing Generator!",
|
|
"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"
|
|
]
|
|
}
|
|
}
|