-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
64 lines (64 loc) · 1.58 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
{
"name": "webpack-chart",
"version": "1.0.7",
"main": "main.js",
"description": "Webpack Chart",
"scripts": {
"build": "NODE_ENV=production webpack -p",
"stats": "webpack --profile --json > stats.json",
"start": "node server.js",
"lint": "eslint src",
"version": "npm run build && git add -A .",
"postversion": "git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/alexkuz/webpack-chart.git"
},
"keywords": [
"react",
"reactjs",
"boilerplate",
"hot",
"reload",
"hmr",
"live",
"edit",
"webpack"
],
"author": "Alexander Kuznetsov",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexkuz/webpack-chart/issues"
},
"homepage": "https://github.com/alexkuz/webpack-chart",
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.4.7",
"babel-eslint": "^4.0.5",
"babel-loader": "^5.1.2",
"eslint": "^1.1.0",
"eslint-loader": "^1.0.0",
"eslint-plugin-babel": "^2.0.0",
"eslint-plugin-react": "^3.2.2",
"react-hot-loader": "^1.2.7",
"webpack": "^1.9.6",
"webpack-dev-server": "^1.8.2"
},
"dependencies": {
"babel": "^5.8.20",
"babel-eslint": "^4.0.5",
"babel-runtime": "^5.8.20",
"cake-chart": "^0.2.3",
"classnames": "^2.1.3",
"eslint-plugin-react": "^3.2.0",
"json-loader": "^0.5.2",
"jss": "^2.1.3",
"jss-vendor-prefixer": "^0.2.2",
"promise-loader": "^0.1.3",
"react": "^0.13.0",
"react-bootstrap": "^0.24.2",
"react-hot-loader": "^1.2.8",
"react-pure-render": "^1.0.2"
}
}