-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.94 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.94 KB
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": "PlatziVideo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack-cli --config webpack.config.js --colors",
"start:prod": "node src/server/index.js",
"start:dev": "nodemon src/server/index.js --exact babel-node"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/register": "7.6.2",
"asset-require-hook": "^1.2.0",
"autoprefixer": "9.6.5",
"babel-eslint": "10.0.3",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-assign": "6.22.0",
"classnames": "2.2.6",
"compression-webpack-plugin": "3.0.0",
"dotenv": "^8.2.0",
"eslint": "6.5.1",
"eslint-config-airbnb": "18.0.1",
"eslint-loader": "3.0.2",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.16.0",
"express": "4.17.1",
"helmet": "3.21.1",
"history": "4.10.1",
"ignore-styles": "5.0.1",
"md5": "2.2.1",
"postcss-loader": "3.0.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-hot-loader": "4.12.15",
"react-redux": "7.1.0",
"react-router": "5.1.2",
"react-router-config": "5.1.1",
"react-router-dom": "5.1.2",
"redux": "4.0.4",
"terser-webpack-plugin": "2.1.3",
"webpack-dev-middleware": "3.7.2",
"webpack-hot-middleware": "2.25.0",
"webpack-manifest-plugin": "2.2.0"
},
"devDependencies": {
"@babel/core": "7.5.4",
"@babel/preset-env": "7.5.4",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.6",
"css-loader": "3.0.0",
"dotenv-webpack": "1.7.0",
"file-loader": "4.0.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "0.7.0",
"node-sass": "4.12.0",
"nodemon": "1.19.3",
"sass-loader": "7.1.0",
"webpack": "4.35.3",
"webpack-cli": "3.3.5",
"webpack-dev-server": "3.7.2"
}
}