-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
77 lines (77 loc) · 2.05 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
{
"name": "sparks-cyclejs",
"version": "1.0.0",
"description": "Sparks.Network cyclejs SPA",
"repository": {
"type": "git",
"url": "https://github.com/andreloureiro/cyclejs-starter"
},
"keywords": [
"reactive",
"framework",
"rxjs",
"rx",
"unidirectional",
"mvi",
"virtual-dom"
],
"scripts": {
"eslint": "eslint js/",
"serve": "webpack-dev-server --hot --inline --host 0.0.0.0",
"start": "npm install && npm run serve",
"build": "webpack",
"test": "echo \"No tests, bad developer.\""
},
"author": "Sparks.Network",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.3.26",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.0",
"babel-plugin-transform-class-properties": "^6.5.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"eslint": "^1.10.3",
"eslint-config-cycle": "^3.2.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-cycle": "^1.0.2",
"eslint-plugin-no-class": "^0.1.0",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.14.0",
"image-webpack-loader": "^1.6.3",
"minimist": "^1.2.0",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.1",
"run-sequence": "^1.1.5",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"surge": "^0.17.7",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0",
"webpack-stream": "^3.1.0"
},
"dependencies": {
"@cycle/core": "^6.0.3",
"@cycle/isolate": "^1.2.0",
"braintree-web": "^2.23.0",
"cycle-snabbdom": "1.2.0",
"cyclic-fire": "^2.0.2",
"cyclic-router": "^1.0.0",
"firebase": "^2.4.1",
"history": "^2.0.1",
"moment": "^2.12.0",
"normalize-css": "^2.3.1",
"ramda": "^0.21.0",
"react": "^0.14.7",
"react-cropper": "^0.6.0",
"react-dom": "^0.14.7",
"react-dropzone": "^3.3.2",
"rx": "^4.1.0",
"rx-combine-latest-obj": "^1.0.2",
"snabbdom-material": "0.4.4"
}
}