qpa-client/package.json

49 lines
1.4 KiB
JSON
Raw Normal View History

2018-03-30 16:12:42 +02:00
{
2019-08-03 15:11:21 +02:00
"name": "client",
"version": "0.0.1",
"main": "index.ts",
"license": "private",
2018-10-05 21:27:50 +02:00
"private": true,
2019-05-18 08:58:46 +02:00
"scripts": {
2019-08-06 10:05:35 +02:00
"build": "yarn client-build; yarn ssr-build",
2019-10-04 17:21:47 +02:00
"client-build": "(cd packages/qpa; yarn build)",
"ssr-build": "(cd packages/qpa-ssr; yarn build)",
2019-10-07 17:06:08 +02:00
"start": "(cd packages/qpa; yarn start)",
2019-10-04 11:31:10 +02:00
"ssr": "API_URL=http://alpha.quepasaalpujarra.com/graphql ts-node packages/qpa-ssr/index.ts",
2019-10-06 11:30:10 +02:00
"release": "docker build -t eu.gcr.io/qpa-staging-237606/web:$TAG .; docker push eu.gcr.io/qpa-staging-237606/web:$TAG",
"codegen": "gql2ts ./schema.graphql -o ./@types/graphql.d.ts"
2019-05-18 08:58:46 +02:00
},
2019-08-16 10:30:29 +02:00
"workspaces": [
"packages/*"
],
2019-05-18 08:58:46 +02:00
"dependencies": {
2019-10-03 11:47:57 +02:00
"@babel/node": "^7.6.2",
2019-08-03 15:11:21 +02:00
"@types/mustache": "^0.8.32",
"@types/react-router-dom": "^4.3.3",
"jest": "^24.8.0",
"jest-cli": "^24.8.0",
"nodemon": "^1.19.1",
2019-10-06 11:30:10 +02:00
"qpa": "0.0.1",
2019-08-16 10:30:29 +02:00
"qpa-components": "0.0.1",
2019-10-06 11:30:10 +02:00
"qpa-message-center": "0.0.1"
2019-08-03 15:11:21 +02:00
},
"devDependencies": {
"@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",
"apollo-link-context": "^1.0.14",
2019-10-06 11:30:10 +02:00
"gql2ts": "^1.10.1",
"prettier": "^1.18.2",
2019-08-03 15:11:21 +02:00
"ts-jest": "^24.0.0",
"ts-node": "^8.0.2",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.16.0",
2019-10-15 13:17:54 +02:00
"typescript": "^3.6.4",
2019-08-03 15:11:21 +02:00
"yarn": "^1.13.0"
2019-05-18 08:58:46 +02:00
}
}