-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
82 lines (82 loc) · 2.47 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
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
80
81
82
{
"name": "@rpunkfu/loud",
"version": "0.0.0",
"description": "Soundcloud client",
"scripts": {
"dev-server": "webpack-dashboard -c white -- node webpack-server.js",
"api-server": "nodemon server/index.js --exec babel-node",
"lint": "standard",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/rpunkfu/loud.git"
},
"author": "rpunkfu <[email protected]> (https://github.com/rpunkfu)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rpunkfu/loud/issues"
},
"homepage": "https://github.com/rpunkfu/loud#readme",
"devDependencies": {
"ava": "0.16.0",
"babel-cli": "^6.18.0",
"babel-core": "6.18.0",
"babel-eslint": "7.1.0",
"babel-loader": "6.2.5",
"babel-plugin-lodash": "3.2.9",
"babel-plugin-transform-class-properties": "6.18.0",
"babel-plugin-transform-export-extensions": "6.8.0",
"babel-plugin-transform-function-bind": "6.8.0",
"babel-plugin-transform-object-rest-spread": "6.16.0",
"babel-polyfill": "^6.16.0",
"babel-preset-latest": "6.16.0",
"babel-preset-react": "6.16.0",
"css-loader": "0.25.0",
"eslint": "3.8.1",
"eslint-config-standard": "6.2.1",
"eslint-config-standard-react": "4.2.0",
"express": "^4.14.0",
"nodemon": "^1.11.0",
"redux-devtools": "3.3.1",
"redux-devtools-dispatch": "2.2.0",
"redux-devtools-dock-monitor": "1.1.1",
"redux-devtools-log-monitor": "1.1.1",
"redux-devtools-multiple-monitors": "1.0.1",
"redux-logger": "2.7.1",
"redux-thunk": "2.1.0",
"standard": "8.5.0",
"style-loader": "0.13.1",
"stylelint": "7.5.0",
"stylelint-config-css-modules": "0.1.0",
"stylelint-config-idiomatic-order": "2.0.0",
"stylelint-config-standard": "14.0.0",
"webpack": "1.13.2",
"webpack-combine-loaders": "2.0.0",
"webpack-dashboard": "0.2.0",
"webpack-dev-middleware": "1.8.4",
"webpack-hot-middleware": "2.13.0"
},
"dependencies": {
"async-file": "^2.0.2",
"classnames": "2.2.5",
"koa": "next",
"koa-logger": "next",
"koa-mount": "next",
"koa-router": "next",
"koa-static": "next",
"postcss": "5.2.5",
"postcss-cssnext": "2.8.0",
"postcss-loader": "1.0.0",
"postcss-reporter": "1.4.1",
"react": "15.3.2",
"react-dom": "15.3.2",
"react-redux": "4.4.5",
"react-router": "4.0.0-alpha.5",
"redux": "3.6.0",
"rucksack-css": "0.8.6"
},
"standard": {
"parser": "babel-eslint"
}
}