-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 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
{
"name": "reactiflux-dashboard",
"version": "0.0.1",
"description": "reactiflux-dashboard",
"main": "src/index.js",
"scripts": {
"test": "mocha test/index.ls --compilers ls:livescript",
"coverage": "gulp coverage",
"coveralls": "gulp coverage && cat coverage/lcov.info | coveralls",
"configure": "cp config.ls.template config.ls"
},
"author": "Furqan Zafar",
"devDependencies": {
"coveralls": "^2.11.4",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.9.0",
"livescript": "^1.4.0",
"livescript-loader": "^0.1.5",
"nib": "^1.1.0",
"react-hot-loader": "^1.3.0",
"run-sequence": "^1.1.5",
"string-replace-loader": "^1.0.0",
"style-loader": "^0.13.0",
"stylus-loader": "^1.5.1",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"inline-style-prefixer": "^0.6.7",
"jsonp": "^0.2.0",
"pipe-storyboard": "latest",
"prelude-extension": "latest",
"prelude-ls": "^1.1.1",
"react": "^0.14.7",
"react-addons-css-transition-group": "^0.14.7",
"react-addons-shallow-compare": "^0.14.7",
"react-dom": "^0.14.7",
"react-router": "^2.0.0-rc5",
"spy-web-client": "0.0.2"
}
}