26 lines
655 B
JSON
26 lines
655 B
JSON
{
|
|
"name": "hyper-static",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"react-scripts": "^0.9.5",
|
|
"snazzy": "^6.0.0",
|
|
"standard": "^9.0.2"
|
|
},
|
|
"dependencies": {
|
|
"polished": "^1.0.0",
|
|
"react": "^15.4.2",
|
|
"react-dom": "^15.4.2",
|
|
"react-helmet": "^4.0.0",
|
|
"react-markdown": "^2.4.6",
|
|
"react-router-dom": "^4.0.0",
|
|
"react-snapshot": "^1.0.4",
|
|
"styled-components": "^1.4.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build && react-snapshot",
|
|
"test": "standard | snazzy && react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|