Skip to content

Instantly share code, notes, and snippets.

@ahomu
Created September 26, 2017 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahomu/ab83225a85907f09402e445612637364 to your computer and use it in GitHub Desktop.
Save ahomu/ab83225a85907f09402e445612637364 to your computer and use it in GitHub Desktop.
{
"version": "0.0.1",
"private": true,
"engines": {
"node": "8.5.0",
"yarn": "^1.0.2"
},
"dependencies": {
"compression": "^1.7.0",
"fastify": "^0.28.2",
"fastify-static": "^0.1.0",
"fluxible": "^1.4.0",
"fluxible-addons-react": "^0.2.13",
"fluxible-plugin-fetchr": "^0.3.11",
"fluxible-router": "^1.3.0",
"fumble": "^0.1.3",
"handlebars": "^4.0.10",
"point-of-view": "^0.3.0",
"prop-types": "^15.5.10",
"react": "^16.0.0-rc.3",
"react-dom": "^16.0.0-rc.3",
"serialize-javascript": "^1.4.0",
"workbox-sw": "^2.0.1"
},
"devDependencies": {
"@types/compression": "^0.0.34",
"@types/enzyme": "^2.8.8",
"@types/handlebars": "^4.0.36",
"@types/jest": "^21.1.1",
"@types/node": "^8.0.28",
"@types/pino": "^4.7.0",
"@types/prop-types": "^15.5.1",
"@types/react": "^16.0.5",
"@types/react-dom": "^15.5.4",
"@types/react-test-renderer": "^15.5.4",
"@types/serialize-javascript": "^1.3.1",
"awesome-typescript-loader": "^3.2.3",
"copy-webpack-plugin": "^4.0.1",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "^1.0.0",
"fluxible-plugin-devtools": "^0.1.6",
"html-webpack-plugin": "^2.30.1",
"jest": "^21.1.0",
"react-test-renderer": "^16.0.0-rc.3",
"source-map-loader": "^0.2.1",
"ts-jest": "^21.0.1",
"typescript": "^2.5.2",
"webpack": "^3.6.0",
"webpack-clean-obsolete-chunks": "^0.2.0",
"workbox-webpack-plugin": "^2.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment