-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
68 lines (68 loc) · 1.95 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "wunderpuss-photogenicus-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=production node server/server.js",
"build": "cross-env NODE_ENV=production webpack",
"dev": "concurrently \"cross-env NODE_ENV=development webpack serve --open\" \"cross-env NODE_ENV=development nodemon server/server.js\""
},
"nodemonConfig": {
"ignore": [
"public",
"client"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/jayjonathantrevorleonard/Wunderpuss-Photogenicus-Project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jayjonathantrevorleonard/Wunderpuss-Photogenicus-Project/issues"
},
"homepage": "https://github.com/jayjonathantrevorleonard/Wunderpuss-Photogenicus-Project#readme",
"dependencies": {
"axios": "^0.24.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.16.3",
"mongoose": "^6.0.14",
"node-fetch": "^2.6.6",
"node-sass": "^6.0.1",
"pg": "^8.7.1",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-hot-loader": "^4.6.3",
"react-redux": "^7.2.6",
"redux-devtools-extension": "^2.13.9",
"redux-promise": "^0.6.0",
"redux-thunk": "^2.4.1",
"sass": "^1.44.0",
"sass-loader": "^12.3.0",
"yelp-fusion": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"babel-loader": "^8.2.3",
"concurrently": "^6.4.0",
"cross-env": "^7.0.3",
"css-loader": "^6.5.1",
"eslint": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"nodemon": "^2.0.15",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.6.0",
"webpack-hot-middleware": "^2.25.1"
}
}