-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
94 lines (94 loc) · 2.5 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
{
"name": "@edenjs/cli",
"description": "Web Application Framework built on Express.js and Redis",
"version": "1.7.5",
"bin": {
"edenjs": "./index.js"
},
"author": {
"name": "Alex Taylor (EdenCoder)",
"email": "alex@edenup.com",
"web": "https://edencoder.com/"
},
"contributors": [
{
"name": "Alex Taylor (EdenCoder)",
"email": "alex@edenup.com",
"web": "https://edencoder.com/"
},
{
"name": "installgen2",
"email": "gen2@gen2.space",
"web": "https://gen2.space/"
}
],
"bugs": {
"web": "https://github.com/eden-js/eden/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/eden-js/eden.git"
},
"license": "(MIT OR Apache-2.0)",
"homepage": "https://edenjs.com/",
"engines": {
"node": ">= 8.0.0"
},
"dependencies": {
"@babel/core": "^7.4.4",
"@babel/polyfill": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-typescript": "^7.6.0",
"@babel/register": "^7.6.2",
"@edenjs/glob": "^1.0.0",
"@edenjs/model": "^1.12.4",
"@edenjs/session-store": "0.0.2",
"@std/esm": "^0.26.0",
"app-module-path": "^2.2.0",
"babel-plugin-add-module-exports": "^1.0.2",
"babelify": "^10.0.0",
"body-parser": "^1.19.0",
"browserify": "^16.2.3",
"chalk": "^2.4.2",
"cookie-parser": "^1.4.4",
"deepmerge": "^4.0.0",
"directory-tree": "^2.2.3",
"dot-prop": "^5.0.0",
"dot-prop-immutable": "^1.5.0",
"esm": "^3.2.25",
"express": "^4.17.0",
"express-session": "^1.16.1",
"extract-comments": "^1.1.0",
"fs-extra": "^8.0.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-dart-sass": "^0.9.1",
"gulp-header": "^2.0.7",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"multer": "^1.4.1",
"nconf": "^0.10.0",
"pretty-error": "^2.1.1",
"pretty-hrtime": "^1.0.3",
"response-time": "^2.3.2",
"serialize-error": "^4.1.0",
"through2": "^3.0.1",
"typescript-require": "github:eden-js/typescript-require",
"uuid": "^3.3.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1",
"winston": "^3.2.1",
"yargonaut": "^1.1.4",
"yargs": "^13.2.4"
},
"devDependencies": {
"@edenjs/eslint-config-eden": "^2.0.14",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0"
}
}