-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 812 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 812 Bytes
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
{
"name": "ccesare.github.io",
"version": "1.0.0",
"description": "My personal website",
"repository": {
"type": "git",
"url": "git+https://github.com/ccesare/ccesare.github.io.git"
},
"author": "Chris Cesare",
"license": "ISC",
"bugs": {
"url": "https://github.com/ccesare/ccesare.github.io/issues"
},
"homepage": "https://github.com/ccesare/ccesare.github.io#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^5.0.1",
"eslint-plugin-react": "^7.10.0",
"json-loader": "^0.5.7",
"react": "^16.4.1",
"react-addons-update": "^15.6.2",
"react-dom": "^16.4.2",
"webpack": "^4.14.0",
"yaml-frontmatter-loader": "^0.1.0"
}
}