forked from Margatroid/micro-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.42 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
{
"name": "micro-dashboard",
"version": "0.1.0",
"description": "Web-based dashboard microservices toolchain micro.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot --inline",
"build": "webpack",
"lint": "eslint app"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Margatroid/new-website.git"
},
"author": "Alvis Duong",
"license": "ISC",
"homepage": "https://bitbucket.org/Margatroid/new-website#readme",
"private": true,
"devDependencies": {
"babel-loader": "^5.3.2",
"eslint": "^1.7.3",
"eslint-plugin-react": "^3.6.3",
"file-loader": "^0.8.4",
"react-hot-loader": "^1.3.0",
"redux-devtools": "^2.1.5",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"brace": "^0.5.1",
"express": "^4.13.3",
"history": "^1.13.1",
"material-ui": "^0.13.1",
"react": "^0.14.0",
"react-addons-create-fragment": "^0.14.2",
"react-addons-pure-render-mixin": "^0.14.2",
"react-addons-transition-group": "^0.14.2",
"react-addons-update": "^0.14.2",
"react-dom": "^0.14.0",
"react-redux": "^4.0.0",
"react-router": "^1.0.0-rc4",
"react-tap-event-plugin": "^0.2.1",
"redux": "^3.0.4",
"redux-logger": "^2.0.4",
"redux-router": "^1.0.0-beta3",
"redux-thunk": "^1.0.0",
"superagent": "^1.4.0"
}
}