mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-26 23:59:58 +00:00
28 lines
622 B
JSON
28 lines
622 B
JSON
{
|
|
"name": "starter-kit",
|
|
"version": "1.1.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack",
|
|
"start": "python app.py"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-loader-spinner": "^4.0.0",
|
|
"react-router": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.13.1",
|
|
"@babel/preset-env": "^7.13.5",
|
|
"@babel/preset-react": "^7.12.13",
|
|
"babel-loader": "^8.2.2",
|
|
"webpack": "^5.24.2",
|
|
"webpack-cli": "^4.5.0"
|
|
}
|
|
}
|