-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.63 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
{
"name": "chat",
"version": "1.0.0",
"description": "chat",
"main": "index.js",
"scripts": {
"start": "brunch watch --server",
"prod": "brunch build --production",
"run": ". ./rundjango.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Venskiy/chat.git"
},
"author": "Venskiy Ilya",
"license": "ISC",
"bugs": {
"url": "https://github.com/Venskiy/chat/issues"
},
"homepage": "https://github.com/Venskiy/chat#readme",
"dependencies": {
"dateformat": "^1.0.12",
"es6-promise": "^3.2.1",
"lodash": "^4.14.2",
"lodash.clone": "^4.4.1",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-thunk": "^2.1.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"autoprefixer": "^6.3.6",
"babel-brunch": "~6.0.0",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-plugin-syntax-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.5.0",
"brunch": "^2.4.0",
"clean-css-brunch": "^2.0.0",
"css-brunch": "^2.0.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.19.0",
"javascript-brunch": "^2.0.0",
"node-sass": "^3.7.0",
"postcss-brunch": "^0.5.0",
"postcss-loader": "^0.9.1",
"sass-brunch": "^2.6.3",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"uglify-js-brunch": "^2.0.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-validator": "^2.1.2"
}
}