-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "mykea-proxy-server",
"description": "An IKEA clone",
"author": "zach mansell",
"license": "ISC",
"engines": {
"node": ">=6.13.0"
},
"scripts": {
"start": "nodemon server/index.js"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1",
"express-http-proxy": "^1.6.2",
"http-proxy-middleware": "^1.0.5",
"nodemon": "^2.0.4"
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-hackreactor": "git://github.com/reactorcore/eslint-config-hackreactor.git",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.0.0"
},
"version": "1.0.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hrr47-fec-omalley/main-title-pictures-proxy.git"
},
"bugs": {
"url": "https://github.com/hrr47-fec-omalley/main-title-pictures-proxy/issues"
},
"homepage": "https://github.com/hrr47-fec-omalley/main-title-pictures-proxy#readme"
}