58 lines
1.4 KiB
JSON
58 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"
|
|
},
|
|
"devDependencies": {
|
|
"@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-scripts": "^4.0.3",
|
|
"react-toastify": "^7.0.4",
|
|
"sass": "^1.37.5"
|
|
},
|
|
"scripts": {
|
|
"start": "node server/index.js",
|
|
"start:dev": "nodemon server/index.js",
|
|
"start:react": "react-scripts start",
|
|
"build:react": "react-scripts build",
|
|
"build:all": "npm run build:react && docker-compose build"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"react-app",
|
|
"react-app/jest"
|
|
]
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"nodemonConfig": {
|
|
"env": {
|
|
"CAIRO_URL": "http://localhost:52000"
|
|
}
|
|
}
|
|
}
|