-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
133 lines (133 loc) · 3.11 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "searchtelegram",
"version": "0.1.0",
"description": "searchtelegram.com",
"scripts": {
"eslint": "eslint *.js client",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "knarfeh",
"license": "MIT",
"dependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^9.4.0",
"@types/react": "^15.6.12",
"autoprefixer": "^7.1.1",
"axios": "^0.17.1",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.2",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.24.1",
"bem-cn": "^2.1.3",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.28.0",
"elemental": "^0.6.1",
"es6-promise": "^4.2.4",
"eslint": "^3.19.0",
"eslint-plugin-react": "^6.10.3",
"expose-loader": "^0.7.1",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"font-awesome": "^4.7.0",
"history": "^2.1.2",
"immutability-helper": "^2.6.4",
"less-plugin-clean-css": "^1.5.1",
"merge-files-webpack-plugin": "^1.1.2",
"node-sass": "^4.5.3",
"normalize.css": "^6.0.0",
"postcss-functions": "^2.1.0",
"postcss-loader": "^2.0.5",
"precss": "^1.4.0",
"prop-types": "^15.6.0",
"proxy-middleware": "^0.15.0",
"react": "^15.5.4",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "^15.5.4",
"react-ga": "^2.4.1",
"react-helmet": "^5.0.3",
"react-promise": "^2.0.1",
"react-redux": "^4.4.8",
"react-router": "^3.0.5",
"react-tag-input": "^4.8.0",
"react-toastify": "^3.3.4",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"sass-loader": "^6.0.5",
"searchkit": "beta",
"style-loader": "^0.16.1",
"svgo-loader": "^1.2.1",
"ts-loader": "^3.3.1",
"typescript": "^2.6.2",
"url-loader": "^0.5.8",
"webpack": "^2.5.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.18.0",
"whatwg-fetch": "^2.0.3",
"when": "^3.7.8"
},
"babel": {
"presets": [
"es2015",
"react",
"stage-0"
],
"env": {
"dev": {
"presets": [
"react-hmre"
]
}
}
},
"eslintConfig": {
"rules": {
"indent": [
2,
2
],
"quotes": [
2,
"single"
],
"linebreak-style": [
2,
"unix"
],
"semi": [
2,
"always"
],
"react/jsx-uses-react": 2,
"react/jsx-uses-vars": 2,
"react/react-in-jsx-scope": 2
},
"env": {
"es6": true,
"browser": true,
"node": true
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true,
"modules": true
},
"sourceType": "module"
},
"plugins": [
"react"
]
},
"main": "index.js",
"repository": "git@github.com:knarfeh/searchtelegram.git",
"devDependencies": {
"@types/bluebird": "^3.5.20",
"@types/core-js": "^0.9.36",
"@types/history": "^4.6.2"
}
}