-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "kevingrimm",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"start": "webpack-dev-server --open --mode development",
"eslint": "eslint . --ext .js,.jsx",
"eslint-fix": "eslint --fix . --ext .js,.jsx"
},
"author": "",
"license": "ISC",
"dependencies": {
"prop-types": "15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-router-dom": "5.0.0"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/preset-react": "7.0.0",
"babel-eslint": "10.0.1",
"babel-loader": "8.0.5",
"css-loader": "2.1.1",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-loader": "2.1.2",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.13.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "4.12.0",
"sass-loader": "7.1.0",
"webpack": "4.30.0",
"webpack-cli": "3.3.2",
"webpack-dev-server": "3.3.1"
}
}