-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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": "forkify",
"version": "2.0.0",
"description": "web app based on food2fork api",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"dev-server": "webpack-dev-server --mode development --open",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahmudul-hasan-sreejon/forkify.git"
},
"author": "Mahmudul Hasan Sreejon",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/mahmudul-hasan-sreejon/forkify/issues"
},
"homepage": "https://github.com/mahmudul-hasan-sreejon/forkify#readme",
"dependencies": {
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"express": "^4.16.4",
"fractional": "^1.0.0",
"uniqid": "^5.0.3"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "7.1.4",
"babel-preset-env": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.29.4",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
}
}