{ "name": "hyper-static", "version": "0.1.1", "private": true, "devDependencies": { "babel-eslint": "^8.0.1", "eslint": "^4.8.0", "eslint-config-standard": "^10.2.1", "eslint-config-standard-react": "^5.0.0", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^5.2.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-react": "^7.4.0", "eslint-plugin-standard": "^3.0.1", "glob": "^7.1.2", "react-scripts": "^1.0.10", "remark": "^8.0.0", "remark-frontmatter": "^1.1.0", "remark-html": "^6.0.1", "remark-parse": "^4.0.0", "snazzy": "^7.0.0", "standard": "^10.0.2", "sw-precache": "^5.2.0", "to-vfile": "^2.1.2", "unified": "^6.1.5", "vfile-reporter": "^4.0.0", "yamljs": "^0.3.0" }, "dependencies": { "polished": "^1.2.1", "react": "^16.0.0", "react-dom": "^16.0.0", "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": "npm run parse-content && react-scripts start", "build": "npm run parse-content && react-scripts build && react-snapshot && npm run sw", "parse-content": "node ./utils/parse-markdown.js", "sw": "sw-precache --config='sw-precache-config.js'", "test": "standard | snazzy && react-scripts test --env=jsdom", "eject": "react-scripts eject" }, "reactSnapshot": { "include": [ "/404" ] } }