Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80517 views
1
{
2
"name": "flummox-docs",
3
"version": "1.0.0",
4
"description": "Website for Flummox",
5
"main": "lib/app.js",
6
"scripts": {
7
"prestart": "make fast-build",
8
"start": "node --harmony lib/server"
9
},
10
"repository": {
11
"type": "git",
12
"url": "https://github.com/acdlite/flummox.git"
13
},
14
"keywords": [
15
"flummox",
16
"flux",
17
"react",
18
"reactjs"
19
],
20
"author": "Andrew Clark <[email protected]>",
21
"license": "MIT",
22
"bugs": {
23
"url": "https://github.com/acdlite/flummox/issues"
24
},
25
"homepage": "https://github.com/acdlite/flummox",
26
"dependencies": {
27
"case": "~1.2.1",
28
"flummox": "~3.4.0",
29
"highlight.js": "~8.4.0",
30
"immutable": "~3.6.4",
31
"isomorphic-fetch": "~2.0.0",
32
"koa": "~0.18.1",
33
"koa-static": "~1.4.9",
34
"nunjucks": "~1.2.0",
35
"react": "~0.13.1",
36
"react-router": "~0.13.2",
37
"react-style": "~0.5.1",
38
"react-suitcss": "~1.1.1",
39
"remarkable": "~1.6.0"
40
},
41
"devDependencies": {
42
"autoprefixer": "~5.1.0",
43
"babel": "~4.7.16",
44
"babel-core": "~4.7.16",
45
"babel-eslint": "~2.0.2",
46
"babel-loader": "~4.2.0",
47
"clean-css": "~3.1.8",
48
"css-loader": "~0.9.1",
49
"eslint": "~0.18.0",
50
"event-stream": "~3.3.0",
51
"front-matter": "~1.0.0",
52
"json-sass": "~1.3.3",
53
"mkdirp": "~0.5.0",
54
"mz": "~1.3.0",
55
"react-hot-loader": "~1.2.4",
56
"readdirp": "~1.3.0",
57
"style-loader": "~0.9.0",
58
"watch": "~0.14.0",
59
"webpack": "~1.7.3",
60
"webpack-dev-server": "~1.7.0"
61
}
62
}
63
64