This repository has been archived by the owner on May 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
113 lines (113 loc) · 2.86 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
105
106
107
108
109
110
111
112
113
{
"name": "esex",
"version": "1.0.0",
"description": "Full-stack Universal JavaScript Framework",
"keywords": [
"full-stack",
"universal",
"isomorphic",
"framework"
],
"homepage": "https://github.com/esex/esex",
"bugs": {
"url": "https://github.com/esex/esex/issues",
"email": "vslinko@yahoo.com"
},
"license": "MIT",
"author": {
"name": "Vyacheslav Slinko",
"email": "vslinko@yahoo.com",
"url": "https://twitter.com/vslinko"
},
"contributors": [],
"main": "dist",
"bin": {},
"repository": {
"type": "git",
"url": "esex/esex"
},
"scripts": {
"build": "gulp build",
"check-nulls": "./bin/check_nulls",
"clean": "gulp clean",
"eslint": "gulp eslint",
"karma": "gulp karma",
"lint": "gulp lint",
"start": "gulp start",
"sync-tests": "./bin/sync_tests",
"test": "gulp test",
"watch-fixtures": "gulp watch-fixtures",
"watch-frontend": "gulp watch-frontend",
"watch-karma": "gulp watch-karma",
"watch-migrate": "gulp watch-migrate",
"watch-webserver": "gulp watch-webserver"
},
"config": {},
"dependencies": {
"access-rule": "1.0.0",
"bcryptjs": "2.1.0",
"body-parser": "1.13.1",
"components-data-tree": "1.0.0",
"cookie-parser": "1.3.5",
"express": "4.13.0",
"html5-history-api": "4.2.1",
"lodash": "3.9.3",
"match-route-pattern": "1.2.4",
"morgan": "1.6.0",
"node-fetch": "1.3.0",
"nprogress": "0.2.0",
"oriento": "1.2.0",
"passport": "0.2.2",
"passport-http": "0.2.2",
"passport-http-bearer": "1.0.1",
"ramda": "0.15.1",
"react": "0.13.3",
"react-observable": "1.1.3",
"redux": "0.12.0",
"rx": "2.5.3",
"source-map-support": "0.3.1",
"strulidator": "1.2.0",
"whatwg-fetch": "0.9.0"
},
"devDependencies": {
"babel": "5.6.5",
"babel-core": "5.6.5",
"babel-eslint": "3.1.18",
"babel-loader": "5.1.4",
"babel-runtime": "5.6.5",
"css-loader": "0.15.1",
"del": "1.2.0",
"eslint": "0.23.0",
"eslint-plugin-babel": "1.0.0",
"eslint-plugin-react": "2.5.2",
"fs-promise": "0.3.1",
"gulp": "3.9.0",
"gulp-eslint": "0.14.0",
"gulp-load-plugins": "1.0.0-rc.1",
"isparta-loader": "0.2.0",
"karma": "0.12.37",
"karma-chrome-launcher": "0.2.0",
"karma-coverage": "0.4.2",
"karma-junit-reporter": "0.2.2",
"karma-mocha": "0.2.0",
"karma-sinon-chai": "1.0.0",
"karma-webpack": "1.5.1",
"mocha": "2.2.5",
"node-libs-browser": "0.5.2",
"nodemon": "1.3.7",
"react-hot-loader": "1.2.7",
"run-sequence": "1.1.1",
"style-loader": "0.12.3",
"webpack": "1.9.11",
"webpack-dev-server": "1.9.0"
},
"peerDependencies": {},
"bundledDependencies": [],
"optionalDependencies": {},
"engines": {},
"os": [],
"cpu": [],
"preferGlobal": false,
"private": true,
"publishConfig": {}
}