-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.37 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
{
"name": "dasz",
"version": "0.5.0",
"description": "A cool dashboard system written with React and Express",
"main": "start.js",
"scripts": {
"start": "npm run server | npm run dev",
"server": "nodemon --watch server/ --watch boards/ --watch widgets/ server/server.js",
"dev": "webpack-dev-server --progress --colors --port 8090"
},
"repository": {
"type": "git",
"url": "https://github.com/dotintegral/Dasz.git"
},
"author": "Artur Siery (http://github.com/dotintegral)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dotintegral/Dasz/issues"
},
"dependencies": {
"css-loader": "^0.28.4",
"dasz-widget-ping": "^1.0.0",
"express": "^4.13.4",
"immutable": "^3.7.6",
"node-http-ping": "^0.2.2",
"node-sass": "^4.5.3",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"redux": "^3.3.1",
"sass-loader": "^6.0.6",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"style-loader": "^0.18.2"
},
"devDependencies": {
"babel-core": "^6.7.2",
"babel-loader": "^7.1.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.5.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"jsx-loader": "^0.13.2",
"nodemon": "^1.11.0",
"standard": "^10.0.2",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
}
}