| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- {
- "name": "growi-commons",
- "version": "3.0.0",
- "description": "GROWI Commons Libraries",
- "keywords": [
- "growi"
- ],
- "main": "src/index.js",
- "files": [
- "src"
- ],
- "scripts": {
- "lint:js:fix": "eslint **/*.{js,jsx} --fix",
- "lint:js": "eslint **/*.{js,jsx}",
- "lint:styles:fix": "prettier-stylelint --quiet --write src/styles/scss/**/*.scss",
- "lint:styles": "stylelint src/styles/scss/**/*.scss",
- "lint": "npm-run-all -p lint:js lint:styles",
- "test": ""
- },
- "repository": "https://github.com/weseek/growi-commons.git",
- "author": "Yuki Takei <yuki@weseek.co.jp>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/weseek/growi-commons/issues"
- },
- "dependencies": {},
- "homepage": "https://github.com/weseek/growi-commons#readme",
- "devDependencies": {
- "babel-eslint": "^10.0.1",
- "babel-preset-env": "^1.7.0",
- "babel-preset-react": "^6.24.1",
- "eslint": "^5.15.1",
- "eslint-config-weseek": "^1.0.1",
- "eslint-plugin-chai-friendly": "^0.4.1",
- "eslint-plugin-import": "^2.16.0",
- "eslint-plugin-react": "^7.12.4",
- "prettier-stylelint": "^0.4.2"
- },
- "engines": {
- "node": ">=8.11.1 <11",
- "npm": ">=5.6.0 <7",
- "yarn": ">=1.5.1 <2"
- }
- }
|