-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.97 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
{
"name": "react-alt-starter",
"version": "0.0.1",
"description": "Starter kit for ReactJS applications using Alt flux",
"main": "index.js",
"keywords": [
"react",
"alt",
"webpack",
"es6"
],
"author": "Chris Laughlin <[email protected]>",
"scripts": {
"build": "webpack --progress --profile --colors",
"watch": "webpack-dev-server --hot --inline --progress --colors"
},
"license": "MIT",
"dependencies": {
"alt": "0.17.1",
"babel-runtime": "5.6.18",
"backbone": "^1.2.3",
"backbone.marionette": "^2.4.3",
"chart.js": "^1.0.2",
"fixed-data-table": "^0.6.0",
"jquery": "^2.1.4",
"react": "^0.14.2",
"react-bootstrap-table": "^1.2.11",
"react-dom": "^0.14.2",
"react-dragula": "^1.1.6"
},
"devDependencies": {
"babel-core": "5.6.18",
"babel-eslint": "^4.1.4",
"babel-loader": "^5.3.3",
"connect": "^3.4.0",
"css-loader": "^0.22.0",
"d3": "^3.5.6",
"eslint": "^1.8.0",
"eslint-friendly-formatter": "^1.2.2",
"eslint-loader": "^1.1.1",
"eslint-plugin-react": "^3.6.3",
"expect": "^1.12.2",
"express": "^4.13.3",
"file-loader": "^0.8.4",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-eslint": "^17.3.1",
"grunt-jscs": "^2.3.0",
"grunt-sass": "^1.1.0",
"grunt-shell": "^1.1.2",
"grunt-webpack": "^1.0.11",
"html-webpack-plugin": "1.6.0",
"image-webpack-loader": "^1.6.2",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-cli": "^0.1.1",
"karma-mocha": "^0.2.0",
"karma-webpack": "^1.7.0",
"load-grunt-tasks": "^3.3.0",
"material-ui": "^0.13.2",
"materialize-css": "^0.97.3",
"mocha": "^2.3.3",
"node-sass": "^3.4.1",
"sass-loader": "^3.1.1",
"style-loader": "^0.13.0",
"time-grunt": "^1.2.2",
"url-loader": "^0.5.6",
"webpack": "^1.12.3",
"webpack-dev-server": "1.10.1"
}
}