25 lines
501 B
JSON
25 lines
501 B
JSON
{
|
|
"name": "control_page",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "control.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@babel/plugin-transform-runtime": "^7.13.15",
|
|
"@babel/preset-react": "^7.13.13",
|
|
"babel": "^6.23.0",
|
|
"jsx": "^0.9.89",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.16",
|
|
"@babel/preset-env": "^7.13.15",
|
|
"jest": "^26.6.3"
|
|
}
|
|
}
|