-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.21 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.21 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
{
"name": "socialnetwork",
"version": "0.0.1",
"description": "social network using modern tecknologies.",
"main": "index.js",
"scripts": {
"dev": "nodemon src/configs/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "shinchan",
"license": "ISC",
"devDependencies": {
"axios": "^0.12.0",
"babel-cli": "^6.10.1",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-defines": "^2.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-plugin-version-inline": "^1.0.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-1": "^6.5.0",
"babel-register": "^6.9.0",
"cross-env": "^1.0.8",
"css-loader": "^0.23.1",
"eslint": "^2.12.0",
"eslint-watch": "^2.1.11",
"koa-webpack-dev-middleware": "^1.2.1",
"koa-webpack-hot-middleware": "^1.0.3",
"nib": "^1.1.0",
"nodemon": "^1.9.2",
"rimraf": "^2.5.2",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"webpack": "^1.13.1"
},
"dependencies": {
"autobind-decorator": "^1.3.3",
"axios": "^0.12.0",
"babel-cli": "^6.7.5",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-polyfill": "^6.9.1",
"bluebird": "^3.5.0",
"chalk": "^1.1.3",
"classnames": "^2.2.5",
"eslint": "^2.8.0",
"install": "^0.8.8",
"jwks-rsa": "^1.1.1",
"koa": "^2.0.0",
"koa-bodyparser": "^2.2.0",
"koa-convert": "^1.2.0",
"koa-jwt": "^2.2.4",
"koa-router": "^7.0.1",
"koa-static": "^3.0.0",
"lodash": "^4.17.4",
"material-ui": "^0.18.0",
"mobx": "^2.3.0",
"mobx-react": "^3.3.1",
"moment": "^2.13.0",
"mongoose": "^4.9.5",
"node-getopt": "^0.2.3",
"pg": "^6.1.5",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-sparklines": "^1.6.0",
"redux": "^3.6.0",
"redux-form": "^6.7.0",
"socket.io": "^1.4.6",
"webpack": "^1.13.0",
"youtube-api-search": "0.0.5"
}
}