@clickpick/cra-template-vkma
Version:
The base VKMA template for Create React App.
51 lines (50 loc) • 1.6 kB
JSON
{
"package": {
"dependencies": {
"@clickpick/shared": "^0.1.9",
"@happysanta/bridge-plus": "^0.0.22",
"@happysanta/router": "^0.1.19",
"@mntm/graphql": "^4.0.3",
"@vkontakte/icons": "^1.129.0",
"@vkontakte/vk-bridge": "^2.4.8",
"@vkontakte/vkjs": "^0.22.1",
"@vkontakte/vkui": "^4.16.0",
"amplitude-js": "^8.8.0",
"graphql": "^15.6.1",
"recoil": "^0.4.1"
},
"devDependencies": {
"@clickpick/eslint-config": "0.1.2",
"@graphql-codegen/cli": "^2.2.0",
"@graphql-codegen/typescript": "^2.2.2",
"@graphql-codegen/typescript-operations": "^2.1.6",
"@mntm/graphql-codegen": "^3.0.1",
"@types/amplitude-js": "^8.0.1",
"@types/node": "^16.10.3",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"@vkontakte/vk-miniapps-deploy": "^0.0.25",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"editorconfig-checker": "^4.0.2",
"eslint-plugin-react-hooks": "^4.2.0",
"typescript": "^4.4.3"
},
"scripts": {
"start": "react-scripts start",
"editorconfig": "editorconfig-checker",
"eslint": "eslint ./src --ext .ts,.tsx",
"lint": "yarn editorconfig && yarn eslint",
"build": "react-scripts build",
"prebuild": "yarn lint",
"gql": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 graphql-codegen --config codegen.yml",
"deploy": "./node_modules/.bin/vk-miniapps-deploy",
"predeploy": "yarn build"
},
"eslintConfig": {
"extends": [
"react-app"
]
}
}
}