19 lines
453 B
JSON
19 lines
453 B
JSON
{
|
|
"name": "nickpegg.com",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1",
|
|
"react-fontawesome": "^1.6.1",
|
|
"react-markdown": "^2.5.0",
|
|
"react-scripts": "1.0.13",
|
|
"react-skeleton-css": "^1.0.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|