flex-area-grid
Version:
59 lines (58 loc) • 1.67 kB
JSON
{
"name": "flex-area-grid",
"version": "1.0.31",
"description": "The grid on flex",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "./node_modules/.bin/eslint src/*.* --fix",
"lint": "./node_modules/.bin/eslint src/*.*",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push origin master && git push origin master --tags"
},
"keywords": [
"flex-area-grid",
"flex-grid",
"grid",
"flex"
],
"author": "vlukyanuk",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Vladislav-Lukyanuk/flex-grid.git"
},
"files": [
"lib/**/*"
],
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/lodash-es": "^4.17.4",
"@types/node": "^14.14.31",
"@types/react": "^17.0.3",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"eslint": "^7.21.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"ts-jest": "^26.5.3",
"ts-loader": "^8.0.17",
"typescript": "^4.2.3"
},
"dependencies": {
"lodash-es": "^4.17.21",
"react": "^17.0.1",
"styled-components": "^5.2.1"
}
}