-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "debijenkorf",
"version": "0.0.2",
"description": "account application",
"main": "index.js",
"scripts": {
"clean": "rm -fr dist",
"start": "node dev_server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kibin/debijenkorf.git"
},
"author": "kibin",
"license": "ISC",
"bugs": {
"url": "https://github.com/kibin/debijenkorf/issues"
},
"homepage": "https://github.com/kibin/debijenkorf#readme",
"dependencies": {
"@cycle/core": "^5.0.1",
"@cycle/dom": "^7.1.1",
"@cycle/history": "^1.1.0",
"@cycle/http": "^6.0.4",
"ramda": "^0.18.0",
"rx": "^4.0.6"
},
"devDependencies": {
"autoprefixer": "^6.0.3",
"babel-core": "^6.1.19",
"babel-loader": "^6.1.0",
"babel-plugin-transform-react-jsx": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-2": "^6.1.18",
"css-loader": "^0.19.0",
"express": "^4.13.3",
"postcss-loader": "^0.6.0",
"style-loader": "^0.12.4",
"stylus-loader": "^1.3.1",
"webpack": "^1.12.2",
"webpack-cli": "^1.0.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1"
}
}