forked from zhoujianlin8/fde-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
94 lines (94 loc) · 2.39 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": "fde-cli",
"version": "0.2.4",
"repository": {
"type": "git",
"url": "git@github.com/zhoujianlin8/fde-cli.git"
},
"description": "fde support",
"keyword": [
"koa",
"webpack2"
],
"main": "index.js",
"bin": {
"fde": "./bin/fde"
},
"engines": {
"node": ">= 5.6.0"
},
"scripts": {
"test": "mocha --require should --reporter List --check-leaks test/"
},
"author": {
"name": "zhoujianlin",
"email": "zhoujianlin8@gmail.com"
},
"license": "MIT",
"dependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "~6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"css-loader": "^0.28.1",
"ctool-html-compile": "~0.0.8",
"ejs-loader": "^0.3.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.9.0",
"fs-extra": "^3.0.1",
"ginit": "~2.0.2",
"happypack": "^4.0.0-beta.1",
"html-list-middleware": "0.0.4",
"koa": "^0.19.1",
"koa-data-proxy": "~0.0.5",
"koa-morgan": "^0.2.0",
"koa-pac-middleware": "0.0.3",
"koa-serve-index": "^1.0.1",
"koa-static": "^1.4.9",
"koa-webpack-dev-middleware": "~1.4.6",
"koa-webpack-hot-middleware": "~1.0.3",
"less-loader": "~4.0.4",
"node-sass": "^4.5.2",
"npm-run-script": "~0.0.4",
"open": "0.0.5",
"postcss-loader": "^1.3.3",
"sass-loader": "^6.0.7",
"semver": "^5.3.0",
"serve-index": "^1.6.3",
"style-loader": "^0.18.1",
"sync-request": "^4.1.0",
"update-notifier": "^2.1.0",
"url-loader": "^0.5.8",
"webpack": "^2.2.1"
},
"devDependencies": {
"mocha": "^2.1.0",
"should": "^5.0.0"
},
"gitHead": "f38de53e1c279f8dee7acf505abc8a86dc27359e",
"_id": "WRT@0.0.3",
"_shasum": "f61d3df4d5cf0c0d6de93ea55bd84acf530b9d67",
"_from": "WRT@*",
"_npmUser": {
"name": "zhoujianlin",
"email": "zhoujianlin8@gmail.com"
},
"maintainers": [
{
"name": "zhoujianlin",
"email": "zhoujianlin8@gmail.com"
}
],
"log": "wm exteral add",
"dist": {
"shasum": "f61d3df4d5cf0c0d6de93ea55bd84acf530b9d67",
"tarball": "http://registry.npmjs.org/WRT/-/WRT-0.0.3.tgz"
},
"directories": {}
}