-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.47 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
{
"name": "flexible-dashboard",
"version": "0.0.2",
"description": "Simple and lightweight Dashboard powered by ReactJS",
"scripts": {
"test": "eslint src",
"start": "node server.js --development",
"build": "webpack -p --config ./webpack.production.config.js && cp index.html dist/index.html"
},
"repository": {
"type": "git",
"url": "https://github.com/noahlotzer/react-simple-boilerplate.git"
},
"keywords": [
"react",
"reactjs",
"home automation",
"dashboard"
],
"author": "Tim van de Vathorst <tim@vandevathorst.nl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/noahlotzer/react-simple-boilerplate/issues"
},
"homepage": "https://github.com/noahlotzer/react-simple-boilerplate",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"css-loader": "^0.23.1",
"eslint-plugin-react": "^3.6.2",
"gridster": "^0.5.6",
"jquery": "^3.0.0",
"react-grid-layout": "^0.13.9",
"sizzle": "^2.3.0",
"style-loader": "^0.13.1",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"es6-promise": "^3.2.1",
"express": "^4.14.0",
"history": "^3.0.0",
"react": "^0.14.0",
"react-d3-library": "^1.1.1",
"react-dom": "^0.14.0",
"react-router": "^2.0.0",
"sidr": "^2.2.1"
}
}