-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "who-to-follow-box",
"version": "1.0.0",
"description": "twitter who to follow box written in Cycle.js",
"main": "index.js",
"scripts": {
"clean": "rm -fr dist",
"start": "node dev_server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kibin/cycle-example-who-to-follow.git"
},
"author": "kibin",
"license": "ISC",
"bugs": {
"url": "https://github.com/kibin/cycle-example-who-to-follow/issues"
},
"homepage": "https://github.com/kibin/cycle-example-who-to-follow#readme",
"dependencies": {
"@cycle/core": "^6.0.0",
"@cycle/dom": "^8.0.0",
"@cycle/http": "^7.0.0",
"@cycle/isolate": "^1.1.1",
"autoprefixer": "^6.2.1",
"ramda": "^0.18.0",
"rx": "^4.0.7"
},
"devDependencies": {
"autoprefixer": "^6.1.0",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-stage-2": "^6.1.18",
"css-loader": "^0.23.0",
"express": "^4.13.3",
"postcss-loader": "^0.8.0",
"style-loader": "^0.13.0",
"stylus-loader": "^1.4.2",
"webpack": "^1.12.9",
"webpack-cli": "^1.0.0",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.5.1",
"webpack-notifier": "^1.2.1"
}
}