-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 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
{
"name": "FoodDotCom",
"private": true,
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"cleave.js": "^1.1.3",
"lodash": "^4.17.5",
"npm": "^5.8.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"webpack": "^3.11.0"
},
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"version": "1.0.0",
"main": "webpack.config.js",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"webpack-cli": "^2.0.10",
"redux-logger": "^3.0.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack",
"build": "webpack --watch",
"postinstall": "webpack"
},
"engines": {
"node": "9.6.1",
"npm": "5.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Numie/FoodDotCom.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Numie/FoodDotCom/issues"
},
"homepage": "https://github.com/Numie/FoodDotCom#readme"
}