-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.84 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.84 KB
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
{
"name": "lantern",
"version": "1.0.0",
"description": "Template for website",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run serve | npm run dev",
"serve": "./node_modules/.bin/http-server -p 8080",
"dev": "webpack-dev-server --progress --colors --port 8090"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/cfsghost/lantern.git"
},
"keywords": [
"web"
],
"author": "Fred Chien <cfsghost@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cfsghost/lantern/issues"
},
"homepage": "https://github.com/cfsghost/lantern",
"devDependencies": {
"babel": "^6.3.26",
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-syntax-async-functions": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.3.13",
"copy-webpack-plugin": "^1.1.1",
"css-loader": ">=0.15.6",
"file-loader": "^0.8.4",
"ignore-loader": "^0.1.1",
"json-loader": "^0.5.2",
"koa-webpack-dev-middleware": "^1.0.1",
"koa-webpack-hot-middleware": "^1.0.1",
"less": ">=2.5.1",
"less-loader": ">=2.2.0",
"node-libs-browser": ">=0.5.2",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.1.1",
"style-loader": ">=0.12.3",
"url-loader": "^0.5.6",
"webpack": ">=1.13.0 <2.x",
"webpack-hot-middleware": "^2.4.1"
},
"dependencies": {
"co": "^4.6.0",
"co-busboy": "^1.3.1",
"consolidate": "^0.14.1",
"fluky": "^0.1.22",
"fs-extra": "^0.30.0",
"history": "^1.12.4",
"koa": "^1.2.5",
"koa-bodyparser": "^2.3.0",
"koa-locale": "^1.0.0",
"koa-logger": "^1.3.0",
"koa-mount": "^1.3.0",
"koa-passport": "^1.1.6",
"koa-router": "=5.1.2",
"koa-session": "^4.0.1",
"koa-static": "^1.5.2",
"lampion": ">=0.0.2",
"minimist": "^1.2.0",
"moment": "^2.10.6",
"mongoose": "^4.1.3",
"node-uuid": "^1.4.7",
"nodemailer": "^1.4.0",
"nodemailer-smtp-pool": "^1.1.1",
"numeral": "^1.5.3",
"passport-facebook": "^2.0.0",
"passport-github2": "^0.1.9",
"passport-google-oauth": "^0.2.0",
"passport-linkedin-oauth2": "^1.2.1",
"passport-local": "^1.0.0",
"pug": "^2.0.0-beta6",
"react": "^0.14.9",
"react-datepicker": "^0.46.0",
"react-dom": "^0.14.9",
"react-router": "^2.0.0",
"restpack": "^0.0.5",
"scriptjs": "^2.5.8",
"superagent": "^1.3.0",
"urlsafe-base64": "^1.0.0",
"xoauth2": "^1.1.0"
}
}