-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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",
"@types/webpack-env": "^1.15.2",
"redux-devtools-extension": "^2.13.8"
}
}