-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
104 lines (104 loc) · 2.68 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "dogstack",
"version": "1.0.0",
"description": "a popular-choice grab-bag framework for teams working on production web apps",
"main": "index.js",
"browser": "browser.js",
"bin": {
"dogstack": "cli.js",
"dog": "cli.js"
},
"scripts": {
"test:deps": "dependency-check . entry && dependency-check . entry --extra --no-dev -i es2040",
"test:lint": "standard",
"test": "npm-run-all -s test:node test:lint test:deps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enspiral-root-systems/dogstack.git"
},
"keywords": [
"feathers",
"redux",
"react",
"crud",
"frp",
"full",
"stack",
"framework",
"production",
"team"
],
"author": "Root Systems <hello@rootsystems.nz>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/enspiral-root-systems/dogstack/issues"
},
"homepage": "https://dogstack.js.org",
"browserify": {
"transform": [
"es2040"
]
},
"dependencies": {
"@material-ui/core": "^1.0.0",
"babel-register": "^6.24.1",
"bankai": "^9.12.0",
"compression": "^1.6.2",
"config": "^1.30.0",
"cors": "^2.8.4",
"es2040": "^1.2.5",
"express-enforces-ssl": "^1.1.0",
"feathers": "^2.2.0",
"feathers-configuration": "^0.4.2",
"feathers-errors": "^2.8.0",
"feathers-hooks": "^2.0.1",
"feathers-reactive": "^0.4.1",
"feathers-rest": "^1.7.3",
"feathers-socketio": "^2.0.0",
"fela": "^6.1.7",
"fela-beautifier": "^5.0.11",
"fela-monolithic": "^5.0.11",
"fela-plugin-fallback-value": "^5.0.12",
"fela-plugin-lvha": "^5.0.0",
"fela-plugin-prefixer": "^5.0.12",
"fela-plugin-validator": "^5.0.11",
"helmet": "^3.6.0",
"history": "^4.6.1",
"knex": "^0.13.0",
"longjohn": "^0.2.12",
"pino": "^4.5.0",
"pino-colada": "^1.4.0",
"pino-http": "^2.6.1",
"pump": "^1.0.2",
"ramda": "^0.24.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-fela": "^7.2.0",
"react-hyperscript": "^3.0.0",
"react-intl": "^2.4.0",
"react-redux": "^5.0.5",
"react-router-redux": "5.0.0-alpha.6",
"recompose": "^0.27.1",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.0.4",
"redux-fp": "^0.2.0",
"redux-logger": "^3.0.6",
"redux-observable": "^0.14.1",
"rxjs": "^5.4.0",
"serve-favicon": "^2.4.3",
"socket.io-client": "^2.0.1",
"static-module": "^1.3.2",
"string-to-stream": "^1.1.0",
"uws": "^0.14.5",
"yargs": "^7.1.0"
},
"devDependencies": {
"ava": "^0.25.0",
"dependency-check": "^2.7.0",
"npm-run-all": "^4.0.1",
"pg": "^6.2.2",
"sqlite3": "^3.1.8"
}
}