netlify-cms-react-starter/package.json
2017-06-27 16:13:21 +10:00

26 lines
656 B
JSON

{
"name": "hyper-static",
"version": "0.1.1",
"private": true,
"devDependencies": {
"react-scripts": "^1.0.7",
"snazzy": "^7.0.0",
"standard": "^10.0.2"
},
"dependencies": {
"polished": "^1.2.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-helmet": "^5.1.3",
"react-markdown": "^2.5.0",
"react-router-dom": "^4.1.1",
"react-snapshot": "^1.1.0",
"styled-components": "^2.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && react-snapshot",
"test": "standard | snazzy && react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}