qpa-client/package.json
2019-08-06 10:05:35 +02:00

85 lines
2.8 KiB
JSON

{
"name": "client",
"version": "0.0.1",
"main": "index.ts",
"license": "private",
"private": true,
"scripts": {
"build": "yarn client-build; yarn ssr-build",
"client-build": "webpack --config ./webpack.config.ts",
"ssr-build": "tsc; cp src/SSR/*.mustache dist/SSR/",
"start": "NODE_ENV=development webpack-dev-server --config ./webpack.config.ts --hot --progress",
"ssr": "API_URL=http://alpha.quepasaalpujarra.com/graphql ts-node src/SSR/index.ts",
"release": "docker build -t eu.gcr.io/qpa-staging-237606/web:$TAG .; docker push eu.gcr.io/qpa-staging-237606/web:$TAG"
},
"dependencies": {
"@emotion/core": "^10.0.15",
"@emotion/styled": "^10.0.12",
"@types/mustache": "^0.8.32",
"@types/react-router-dom": "^4.3.3",
"apollo-cache-inmemory": "^1.3.8",
"apollo-client": "^2.4.5",
"apollo-link": "^1.2.12",
"apollo-link-http": "^1.5.14",
"apollo-link-logger": "^1.2.3",
"date-fns": "^1.29.0",
"emotion": "^10.0.14",
"emotion-server": "^10.0.14",
"express": "^4.17.1",
"formik": "^1.4.1",
"graphql": "^14.0.2",
"graphql-tag": "^2.9.2",
"graphql-tools": "^4.0.3",
"jest": "^24.8.0",
"jest-cli": "^24.8.0",
"keycode": "^2.2.0",
"mustache": "^3.0.1",
"node-fetch": "^2.6.0",
"nodemon": "^1.19.1",
"ramda": "^0.26.1",
"react": "^16.8.6",
"react-apollo": "^2.2.4",
"react-dom": "^16.8.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-export-default-from": "^7.2.0",
"@babel/plugin-syntax-jsx": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@emotion/babel-preset-css-prop": "^10.0.9",
"@types/jest": "^24.0.6",
"@types/node": "^11.9.4",
"@types/react": "^16.4.18",
"@types/react-dom": "^16.8.4",
"@types/react-loadable": "^5.4.1",
"@types/react-router": "^4.0.31",
"@types/styled-components": "^4.1.10",
"@types/webpack": "^4.4.27",
"@types/webpack-dev-server": "^3.1.2",
"apollo-link-context": "^1.0.14",
"babel-loader": "^8.0.5",
"babel-plugin-styled-components": "^1.10.0",
"html-webpack-plugin": "^3.2.0",
"react-hot-loader": "^4.8.2",
"ts-jest": "^24.0.0",
"ts-node": "^8.0.2",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.16.0",
"typescript": "^3.5.3",
"webpack": "^4.30.0",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.3.1",
"webpack-html-plugin": "^0.1.1",
"yarn": "^1.13.0"
}
}