forked from firekylin/firekylin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.2 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
{
"name": "Firekylin",
"description": "A Simple & Fast Node Bloging Platform Base On ThinkJS 2.0 & ReactJS & ES2015+",
"version": "0.12.5",
"scripts": {
"start": "node www/development.js",
"compile": "babel --presets es2015-loose,stage-1 --plugins transform-runtime src/ --out-dir app/",
"watch-compile": "node -e \"console.log('<npm run watch-compile> no longer need, use <npm start> command direct.');console.log();\"",
"watch": "npm run watch-compile",
"copy-package": "node copy_package.js",
"webpack": "webpack --watch"
},
"dependencies": {
"babel-runtime": "6.x.x",
"highlight.js": "^9.2.0",
"marked": "^0.3.5",
"marked-toc": "^0.3.0",
"moment": "^2.11.2",
"node-crontab": "0.0.8",
"nodemailer": "^2.3.2",
"nunjucks": "^2.3.0",
"phpass": "^0.1.1",
"push-to-firekylin": "^0.2.2",
"request": "^2.69.0",
"semver": "^5.1.0",
"source-map-support": "^0.4.0",
"speakeasy": "2.0.0",
"thinkjs": "^2.1.5",
"to-markdown": "^2.0.1",
"xml2js": "^0.4.16"
},
"devDependencies": {
"autobind-decorator": "^1.3.3",
"babel-cli": "6.x.x",
"babel-core": "6.x.x",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "6.x.x",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015-loose": "6.x.x",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "6.x.x",
"babel-preset-stage-1": "^6.5.0",
"brace": "^0.8.0",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"history": "^1.17.0",
"md5": "^2.0.0",
"qrcode-react": "^0.1.10",
"rc-select": "^5.10.0",
"react": "^0.14.7",
"react-ace": "^3.4.1",
"react-anything-sortable": "^1.5.0",
"react-bootstrap": "^0.28.3",
"react-bootstrap-validation": "^0.1.11",
"react-color": "^2.1.0",
"react-datetime": "^2.0.3",
"react-dom": "^0.14.7",
"react-fontawesome": "^0.3.3",
"react-mixin": "^3.0.3",
"react-router": "^2.0.0-rc5",
"reflux": "^0.3.0",
"style-loader": "^0.13.0",
"superagent": "^1.7.2",
"webpack": "^1.12.12"
},
"repository": "https://github.com/75team/firekylin",
"license": "MIT"
}