-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.8 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "kekocho",
"private": true,
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"emotion": "^8.0.11",
"eslint": "^4.13.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.5.1",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-autosuggest": "^9.3.2",
"react-dom": "^16.0.0",
"react-html-parser": "^2.0.1",
"react-onclickoutside": "^6.6.2",
"react-quill": "^1.1.0",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"react-spinners": "^0.2.5",
"react-textarea-autosize": "^5.1.0",
"react-truncate": "^2.2.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"typed.js": "^2.0.6",
"webpack": "^3.8.1"
},
"env": {
"browser": true,
"node": true
},
"description": "--- ## kekocho Kekocho, a Quora clone, is a platform \"to gain and share knowledge\" that allows users to ask questions and get answers from people who have experience and knowledge in the domain.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"engines": {
"npm": "5.5.1",
"node": "6.11.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"postinstall": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muratcakmak/kekocho.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/muratcakmak/kekocho/issues"
},
"homepage": "https://github.com/muratcakmak/kekocho#readme",
"devDependencies": {}
}