|
5 | 5 | "main": "index.js",
|
6 | 6 | "scripts": {
|
7 | 7 | "test": "xo",
|
8 |
| - "lint": "prettier 'utils/**/*.js' 'components/**/*.js' 'pages/**/*.js' 'lib/**/*.js' 'hocs/**/*.js' '*.js' --write --single-quote --print-width='80' --trailing-comma='all' && xo --fix", |
| 8 | + "lint": |
| 9 | + "prettier 'utils/**/*.js' 'components/**/*.js' 'pages/**/*.js' 'lib/**/*.js' 'hocs/**/*.js' '*.js' --write --single-quote --print-width='80' --trailing-comma='all' && xo --fix", |
9 | 10 | "precommit": "lint-staged",
|
10 | 11 | "analyze": "cross-env ANALYZE=1 next build",
|
11 | 12 | "dev": "cross-env NODE_ENV=development next",
|
|
15 | 16 | },
|
16 | 17 | "xo": {
|
17 | 18 | "parser": "babel-eslint",
|
18 |
| - "extends": [ |
19 |
| - "prettier", |
20 |
| - "prettier/react", |
21 |
| - "plugin:react/recommended" |
22 |
| - ], |
23 |
| - "env": [ |
24 |
| - "browser", |
25 |
| - "node" |
26 |
| - ], |
| 19 | + "extends": ["prettier", "prettier/react", "plugin:react/recommended"], |
| 20 | + "env": ["browser", "node"], |
27 | 21 | "rules": {
|
28 | 22 | "linebreak-style": 0,
|
29 | 23 | "react/display-name": 0,
|
30 | 24 | "react/prop-types": 0
|
31 | 25 | },
|
32 | 26 | "space:": 2,
|
33 |
| - "ignores": [ |
34 |
| - "next.config.js" |
35 |
| - ] |
| 27 | + "ignores": ["next.config.js"] |
36 | 28 | },
|
37 | 29 | "lint-staged": {
|
38 | 30 | "*.js": [
|
|
42 | 34 | ]
|
43 | 35 | },
|
44 | 36 | "keywords": [],
|
45 |
| - "author": "Vinay Puppal <[email protected]> (https://www.vinaypuppal.com/)", |
46 |
| - "license": "BSD", |
| 37 | + "contributors": [ |
| 38 | + "Vinay Puppal <[email protected]> (https://www.vinaypuppal.com/)", |
| 39 | + "M-ZubairAhmed <[email protected]> (https://github.com/M-ZubairAhmed)" |
| 40 | + ], |
| 41 | + "repository": { |
| 42 | + "type": "git", |
| 43 | + "url": "https://github.com/coderplex/coderplex.git" |
| 44 | + }, |
| 45 | + "license": "BSD-3-Clause", |
47 | 46 | "dependencies": {
|
48 | 47 | "date-fns": "1.29.0",
|
49 | 48 | "feathers-rest": "^1.8.0",
|
|
58 | 57 | "react-headroom": "^2.1.6",
|
59 | 58 | "react-icons": "^2.2.5",
|
60 | 59 | "react-textgradient": "0.0.2",
|
61 |
| - "semantic-ui-react": "^0.71.3" |
| 60 | + "semantic-ui-react": "^0.71.5" |
62 | 61 | },
|
63 | 62 | "devDependencies": {
|
64 | 63 | "axios": "0.16.2",
|
|
0 commit comments