|
|
|
|
@ -3,22 +3,16 @@ |
|
|
|
|
"version": "0.1.0", |
|
|
|
|
"private": true, |
|
|
|
|
"scripts": { |
|
|
|
|
"prestart ": "yarn generate", |
|
|
|
|
"start": "react-scripts start", |
|
|
|
|
"build": "GENERATE_SOURCEMAP=false react-scripts build && gzipper --verbose ./build", |
|
|
|
|
"test": "react-scripts test --testMatch '**/__tests__/*' --passWithNoTests --watchAll=false", |
|
|
|
|
"test:watch": "react-scripts test --testMatch '**/__tests__/*'", |
|
|
|
|
"eject": "react-scripts eject", |
|
|
|
|
"generate": "graphql-codegen --config codegen.yml", |
|
|
|
|
"lint": "eslint 'src/**/*.{ts,tsx}'", |
|
|
|
|
"storybook": "start-storybook -p 9009 -s public", |
|
|
|
|
"build-storybook": "build-storybook -s public" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@apollo/react-common": "^3.1.4", |
|
|
|
|
"@apollo/react-hooks": "^3.1.5", |
|
|
|
|
"apollo-boost": "^0.4.9", |
|
|
|
|
"graphql": "^15.0.0", |
|
|
|
|
"lodash": "^4.17.15", |
|
|
|
|
"react": "^16.13.1", |
|
|
|
|
"react-dom": "^16.13.1", |
|
|
|
|
@ -27,12 +21,6 @@ |
|
|
|
|
"devDependencies": { |
|
|
|
|
"@commitlint/cli": "^8.3.5", |
|
|
|
|
"@commitlint/config-conventional": "^8.3.4", |
|
|
|
|
"@graphql-codegen/cli": "1.15.0", |
|
|
|
|
"@graphql-codegen/import-types-preset": "^1.15.0", |
|
|
|
|
"@graphql-codegen/near-operation-file-preset": "^1.15.0", |
|
|
|
|
"@graphql-codegen/typescript": "1.15.0", |
|
|
|
|
"@graphql-codegen/typescript-operations": "1.15.0", |
|
|
|
|
"@graphql-codegen/typescript-react-apollo": "1.15.0", |
|
|
|
|
"@storybook/addon-actions": "^5.3.19", |
|
|
|
|
"@storybook/addon-docs": "^5.3.19", |
|
|
|
|
"@storybook/addon-links": "^5.3.19", |
|
|
|
|
|