
Co-authored-by: dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.net/elysium/khufu/pulls/4
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "khufu",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"author": "Dunemask",
|
|
"license": "LGPL-2.1",
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"express": "^4.17.1",
|
|
"http-proxy-middleware": "^2.0.1",
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.36",
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.4",
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.4",
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.4",
|
|
"@fortawesome/react-fontawesome": "^0.1.15",
|
|
"js-file-download": "^0.4.12",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-dropzone": "^11.3.4",
|
|
"react-fontawesome": "^1.7.1",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-toastify": "^7.0.4",
|
|
"sass": "^1.37.5"
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "^4.0.3",
|
|
"nodemon": "^2.0.14"
|
|
},
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"start:dev": "nodemon server/index.js",
|
|
"start:react": "react-scripts start",
|
|
"build:react": "react-scripts build",
|
|
"start:garden": "KHUFU_DEV_PORT=52035 node server/index.js",
|
|
"start:garden:dev": "KHUFU_DEV_PORT=52002 nodemon server/index.js & CI=true PORT=80 CAIRO_PROXY_URL=http://localhost:52002 NUBIAN_PROXY_URL=http://localhost:52002 react-scripts start"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|