joyent-portal/frontend/package.json

38 lines
1009 B
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo": "^0.2.2",
"babel-plugin-inline-react-svg": "^0.4.0",
"babel-plugin-styled-components": "^1.1.4",
"constant-case": "^2.0.0",
"graphql-tag": "^2.0.0",
"loadash": "^0.0.1",
"prop-types": "^15.5.9",
"react": "^15.5.4",
"react-apollo": "^1.2.0",
"react-dom": "^15.5.4",
"react-redux": "^5.0.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"redux": "^3.6.0",
"redux-actions": "^2.0.3",
"redux-batched-actions": "^0.2.0",
"redux-form": "^6.7.0",
"reselect": "^3.0.1",
"simple-statistics": "^4.1.0",
"styled-components": "^1.4.6"
},
"devDependencies": {
"react-scripts": "^1.0.5"
},
"scripts": {
"start": "PORT=3069 react-scripts start",
"build": "node react-scripts build",
"test": "node react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"install": "node scripts/postinstall"
}
}