Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee42048

Browse files
committed
remove unnecessary code
1 parent 323f9c6 commit ee42048

File tree

4 files changed

+235
-527
lines changed

4 files changed

+235
-527
lines changed

package.json

Lines changed: 23 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"name": "coderplex-app",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "We are on a mission to improve the state of tech in India",
55
"main": "index.js",
66
"scripts": {
77
"test": "xo && jest",
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",
910
"precommit": "lint-staged",
1011
"analyze": "cross-env ANALYZE=1 next build",
1112
"dev": "cross-env NODE_ENV=development node server.js",
@@ -15,32 +16,19 @@
1516
},
1617
"xo": {
1718
"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"],
2721
"rules": {
2822
"linebreak-style": 0,
2923
"react/display-name": 0,
3024
"react/prop-types": 0
3125
},
3226
"space:": 2,
33-
"ignores": [
34-
"next.config.js"
35-
],
27+
"ignores": ["next.config.js"],
3628
"overrides": [
3729
{
3830
"files": "**/__tests__/*.test.js",
39-
"globals": [
40-
"describe",
41-
"it",
42-
"expect"
43-
]
31+
"globals": ["describe", "it", "expect"]
4432
}
4533
]
4634
},
@@ -52,19 +40,8 @@
5240
"git add"
5341
]
5442
},
55-
"keywords": [],
56-
"contributors": [
57-
"Vinay Puppal <[email protected]> (https://www.vinaypuppal.com/)",
58-
"M-ZubairAhmed <[email protected]> (https://github.com/M-ZubairAhmed)"
59-
],
60-
"repository": {
61-
"type": "git",
62-
"url": "https://github.com/coderplex/coderplex.git"
63-
},
64-
"license": "BSD-3-Clause",
6543
"dependencies": {
6644
"date-fns": "1.29.0",
67-
"feathers-rest": "^1.8.0",
6845
"isomorphic-unfetch": "2.0.0",
6946
"marked": "^0.3.6",
7047
"next": "^4.1.0",
@@ -73,31 +50,36 @@
7350
"prop-types": "^15.5.10",
7451
"react": "^16.0.0",
7552
"react-dom": "^16.0.0",
76-
"react-ga": "^2.2.0",
7753
"react-headroom": "^2.1.6",
7854
"react-icons": "^2.2.5",
7955
"semantic-ui-react": "^0.75.1"
8056
},
8157
"devDependencies": {
82-
"axios": "0.17.0",
8358
"babel-eslint": "^8.0.1",
8459
"babel-plugin-lodash": "^3.2.11",
8560
"cross-env": "^5.0.2",
86-
"cross-spawn": "5.1.0",
8761
"eslint-config-prettier": "^2.3.0",
8862
"eslint-plugin-react": "^7.1.0",
8963
"husky": "^0.14.3",
9064
"jest": "^21.2.1",
9165
"lint-staged": "^4.0.2",
92-
"normalize-url": "1.9.1",
93-
"now": "8.3.11",
94-
"octonode": "0.9.1",
9566
"opn": "^5.1.0",
9667
"prettier": "^1.7.0",
97-
"travis-after-all": "1.4.5",
98-
"url-regex": "4.1.1",
9968
"webpack-bundle-analyzer": "^2.8.3",
100-
"xo": "^0.18.2",
101-
"yargs": "10.0.3"
102-
}
69+
"xo": "^0.18.2"
70+
},
71+
"keywords": [],
72+
"contributors": [
73+
"Vinay Puppal <[email protected]> (https://www.vinaypuppal.com/)",
74+
"M-ZubairAhmed <[email protected]> (https://github.com/M-ZubairAhmed)"
75+
],
76+
"repository": {
77+
"type": "git",
78+
"url": "git+https://github.com/coderplex/coderplex.git"
79+
},
80+
"license": "BSD-3-Clause",
81+
"bugs": {
82+
"url": "https://github.com/coderplex/coderplex/issues"
83+
},
84+
"homepage": "https://github.com/coderplex/coderplex#readme"
10385
}

scripts/deploy.js

Lines changed: 0 additions & 214 deletions
This file was deleted.

scripts/now.js

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)