nickpegg.com/package.json
2017-09-24 17:04:47 -07:00

16 lines
No EOL
349 B
JSON

{
"name": "nickpegg.com",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-scripts": "1.0.13"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}