-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 986 Bytes
/
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
{
"name": "joshcox.io",
"version": "1.0.0",
"description": "Personal website",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshcox/joshcox.io.git"
},
"keywords": [
"josh",
"cox"
],
"author": "Josh Cox",
"license": "ISC",
"bugs": {
"url": "https://github.com/joshcox/joshcox.io/issues"
},
"homepage": "https://github.com/joshcox/joshcox.io#readme",
"dependencies": {
"material-ui": "^1.0.0-beta.42",
"material-ui-icons": "^1.0.0-beta.36",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"copy-webpack-plugin": "^4.5.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.14",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"webpack-dev-server": "^3.1.3"
}
}