forked from artyomtrityak/react-webpack-blank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
{
"name": "react-webpack-blank",
"version": "0.0.0",
"description": "react-webpack-blank",
"main": "app/javascript/router.js",
"scripts": {
"start": "webpack-dev-server -d --progress --colors",
"build": "webpack --progress --profile --colors",
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/artyomtrityak/react-webpack-blank.git"
},
"keywords": [
"webpack",
"react",
"javascript"
],
"author": "Artyom Trityak",
"license": "MIT",
"bugs": {
"url": "https://github.com/artyomtrityak/react-webpack-blank/issues"
},
"homepage": "https://github.com/artyomtrityak/react-webpack-blank",
"devDependencies": {
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.10",
"babel-loader": "^5.1.3",
"bluebird": "^2.9.27",
"classnames": "^2.1.2",
"css-loader": "^0.14.4",
"eslint": "^0.21.2",
"eslint-loader": "^0.11.2",
"eslint-plugin-react": "^2.3.0",
"eventemitter2": "^0.4.14",
"flux": "^2.0.3",
"image-webpack-loader": "^1.4.0",
"imagemin": "^3.2.0",
"immutable": "^3.7.3",
"jquery": "^2.1.4",
"leaflet": "^0.7.3",
"node-libs-browser": "^0.5.2",
"react": "^0.13.3",
"react-pure": "^0.3.1",
"react-router": "^0.13.3",
"spin.js": "^2.3.1",
"url-loader": "^0.5.6",
"webpack": "^1.9.10",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"firebase": "^2.2.7",
"react-intl": "^1.2.0"
}
}