-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 2.62 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 2.62 KB
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
{
"name": "react-kindling-client",
"version": "0.0.2",
"description": "React Client only starter.",
"repository": {
"type": "git",
"url": "https://github.com/jbasdf/react-kindling-client"
},
"scripts": {
"start": "node webpack.hot.js",
"test": "karma start",
"coveralls": "cat coverage/lcov.info | coveralls"
},
"author": "jbasdf bpetersen",
"license": "MIT",
"homepage": "https://github.com/jbasdf/react-kindling-client",
"dependencies": {
"babel": "^5.8.23",
"babel-runtime": "^5.8.24",
"express": "^4.13.3",
"flux": "^2.1.1",
"lodash": "^3.10.1",
"material-ui": "^0.11.1",
"null-loader": "^0.1.1",
"object-assign": "^4.0.1",
"react": "^0.13.3",
"react-proxy-loader": "^0.3.4",
"react-router": "^1.0.0-rc1",
"superagent": "^1.4.0",
"uuid": "^2.0.1",
"validator": "^4.0.6"
},
"devDependencies": {
"async": "^1.4.2",
"autoprefixer-loader": "^3.1.0",
"babel-core": "^5.8.24",
"babel-loader": "^5.3.2",
"chunk-manifest-webpack-plugin": "0.0.1",
"coveralls": "^2.11.4",
"css-loader": "^0.18.0",
"ecstatic": "^1.0.0",
"event-stream": "^3.3.1",
"extend-shallow": "^2.0.1",
"extract-text-webpack-plugin": "^0.8.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-file-include": "^0.13.7",
"gulp-load-plugins": "^1.0.0-rc",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-shell": "^0.4.3",
"html-minifier": "^0.7.2",
"imports-loader": "~0.6.4",
"install": "^0.1.8",
"istanbul": "^0.3.20",
"istanbul-instrumenter-loader": "^0.1.3",
"jasmine-core": "^2.3.4",
"jshint": "^2.8.0",
"jshint-loader": "^0.8.3",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "0.1.0",
"karma-coverage": "^0.5.2",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-jasmine-ajax": "^0.1.13",
"karma-phantomjs-launcher": "^0.2.1",
"karma-sourcemap-loader": "^0.3.5",
"karma-spec-reporter": "0.0.20",
"karma-webpack": "^1.7.0",
"less-loader": "^2.2.1",
"minimist": "^1.2.0",
"node-sass": "3.3.3",
"npm": "^3.3.3",
"npm-shrinkwrap": "^5.4.0",
"path": "^0.12.7",
"phantomjs": "^1.9.18",
"protractor": "^2.2.0",
"psi": "^1.0.6",
"react-hot-loader": "^1.3.0",
"react-tools": "^0.13.3",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.3",
"sass-loader": "^2.0.1",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-compile-templates": "^0.1.4",
"webpack-dev-server": "^1.11.0"
}
}