-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 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
{
"name": "my-holiday-mini-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"homepage": "http://dieudonneAwa.github.io/national-holidays",
"scripts": {
"dev": "webpack-dev-server --open --hot --mode development",
"start": "node src/server.js",
"build": "webpack --mode production",
"heroku-postbuild": "webpack --mode production",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"author": "Awa",
"license": "ISC",
"engines": {
"npm": "6.4.1",
"node": "10.15.1"
},
"dependencies": {
"axios": "^0.19.1",
"babel-polyfill": "^6.26.0",
"express": "^4.17.1",
"react": "^16.9.0",
"react-dom": "^16.12.0",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"file-loader": "^5.0.2",
"gh-pages": "^2.1.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.8",
"webpack-dev-server": "^3.8.0"
}
}