| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "name": "ktchn",
- "version": "1.0.0",
- "description": "backend for recipes",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@material/react-button": "^0.11.0",
- "@material/react-card": "^0.11.0",
- "@material/react-dialog": "^0.14.1",
- "@material/react-drawer": "^0.11.0",
- "@material/react-layout-grid": "^0.11.0",
- "@material/textfield": "^2.0.0",
- "@types/classnames": "^2.2.7",
- "@types/dotenv": "^6.1.0",
- "@types/material-components-web": "^0.43.1",
- "@types/node": "^11.13.2",
- "@types/react": "^16.8.15",
- "@types/react-redux": "^7.0.6",
- "@types/redux-thunk": "^2.1.0",
- "@types/sqlite3": "^3.1.3",
- "@types/throttle-debounce": "^1.1.1",
- "dotenv": "^6.2.0",
- "express": "^4.16.4",
- "material-components-web": "^1.1.1",
- "moment": "^2.24.0",
- "nano": "^8.0.0",
- "ramda": "^0.26.1",
- "redux-thunk": "^2.3.0",
- "sqlite3": "^4.0.6",
- "throttle-debounce": "^2.1.0"
- },
- "devDependencies": {
- "@types/ramda": "github:types/npm-ramda#dist",
- "redux-devtools-extension": "^2.13.8"
- }
- }
|