UNPKG

cra-template-vkma

Version:

The base VKMA template for Create React App.

39 lines (38 loc) 1.1 kB
{ "package": { "dependencies": { "@clickpick/shared": "^0.2.1", "@happysanta/bridge-plus": "^0.0.24", "@happysanta/router": "^0.3.0", "@vkontakte/icons": "^1.138.0", "@vkontakte/vk-bridge": "^2.4.8", "@vkontakte/vkjs": "^0.22.1", "@vkontakte/vkui": "^4.23.0" }, "devDependencies": { "@types/node": "^16.11.11", "@types/react": "^17.0.37", "@types/react-dom": "^17.0.11", "@vkontakte/eslint-config": "^3.0.0", "@vkontakte/vk-miniapps-deploy": "^0.0.25", "editorconfig-checker": "^4.0.2", "eslint-plugin-react-hooks": "^4.2.0", "typescript": "^4.5.2" }, "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", "deploy": "./node_modules/.bin/vk-miniapps-deploy", "predeploy": "yarn build" }, "eslintConfig": { "extends": [ "react-app" ] } } }