{ "name": "resticui", "version": "1.0.0", "description": "", "scripts": { "start": "BUILD_TIME=$(date +\"%Y-%m-%d %H:%M:%S\") parcel serve src/index.html", "build": "BUILD_TIME=$(date +\"%Y-%m-%d %H:%M:%S\") parcel build src/index.html", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@ant-design/icons": "^5.2.6", "@types/lodash": "^4.14.202", "@types/node": "^20.9.0", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "antd": "^5.11.1", "buffer": "^6.0.3", "lodash": "^4.17.21", "parcel": "^2.10.2", "process": "^0.11.10", "react": "^18.2.0", "react-dom": "^18.2.0", "react-js-cron": "^5.0.1", "recoil": "^0.7.7", "typescript": "^5.2.2" }, "devDependencies": { "@parcel/transformer-sass": "^2.10.3", "events": "^3.3.0", "stream-browserify": "^3.0.0" } }