-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 1.89 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "josephmorse.me",
"version": "0.2.0",
"description": "Personal Website",
"author": "Joseph Morse <[email protected]> (https://github.com/jnmorse)",
"license": "MIT",
"homepage": "https://github.com/jnmorse/react-webpack#readme",
"keywords": [
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack",
"babel",
"react-transform"
],
"main": "webpack.config.js",
"private": true,
"scripts": {
"start": "node server.js",
"build": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jnmorse/react-webpack.git"
},
"bugs": {
"url": "https://github.com/jnmorse/react-webpack/issues",
"email": "[email protected]"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"eslint": "^5.15.2",
"eslint-plugin-react": "^7.12.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.5.3",
"prop-types": "^15.7.2",
"react-hot-loader": "^4.8.0",
"react-tap-event-plugin": "^3.0.3",
"webpack-cli": "^3.3.0",
"webpack-dev-middleware": "^3.6.1",
"webpack-hot-middleware": "^2.18.2"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.4",
"axios": "^0.18.0",
"body-parser": "^1.17.2",
"bootstrap-sass": "^3.3.7",
"cors": "^2.8.4",
"express": "^4.15.4",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"node-sass-middleware": "^0.11.0",
"radium": "^0.25.1",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-router-dom": "^4.1.2",
"sendgrid": "^5.2.3",
"webpack": "^4.29.6"
}
}