50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"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",
|
|
"gray-matter": "^3.1.1",
|
|
"js-yaml": "^3.10.0",
|
|
"react-scripts": "^1.0.10",
|
|
"sharp": "^0.18.4",
|
|
"snazzy": "^7.0.0",
|
|
"standard": "^10.0.2",
|
|
"sw-precache": "^5.2.0"
|
|
},
|
|
"dependencies": {
|
|
"netlify-identity-widget": "^1.2.0",
|
|
"polished": "^1.7.0",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"react-helmet": "^5.1.3",
|
|
"react-kawaii": "^0.1.6",
|
|
"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 && npm run resize-images && react-scripts start",
|
|
"build":
|
|
"npm run parse-content && npm run resize-images && react-scripts build && react-snapshot && npm run sw",
|
|
"parse-content": "node ./functions/parse-content.js",
|
|
"resize-images": "node ./functions/resize-images.js",
|
|
"sw": "sw-precache --config='sw-precache-config.js'",
|
|
"test": "standard | snazzy && react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
},
|
|
"reactSnapshot": {
|
|
"include": ["/404"]
|
|
}
|
|
}
|