📦 YMFE / qreact-cli

📄 package.json · 117 lines
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
114
115
116
117{
  "name": "qreact-cli",
  "version": "0.0.2",
  "description": "qreact-cli",
  "main": "dist/React.js",
  "bin": {
    "qreact": "bin/qreact",
    "qreact-init": "bin/qreact-init"
  },
  "scripts": {
    "start": "webpack-dev-server"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:YMFE/qreact-cli.git"
  },
  "keywords": [
    "react-like",
    "react",
    "jsx",
    "vdom",
    "virtual-dom",
    "react-compat",
    "performance",
    "ie8"
  ],
  "author": "RubyLouvre",
  "license": "WTFPL",
  "bugs": {
    "url": "https://github.com/RubyLouvre/anu/issues"
  },
  "homepage": "https://github.com/RubyLouvre/anu#readme",
  "devDependencies": {
    "babel": "^6.5.2",
    "babel-core": "^6.22.1",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^6.2.10",
    "babel-plugin-check-es2015-constants": "^6.22.0",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-import": "^1.3.1",
    "babel-plugin-istanbul": "^4.1.1",
    "babel-plugin-syntax-async-generators": "^6.13.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
    "babel-plugin-transform-es2015-block-scoping": "^6.26.0",
    "babel-plugin-transform-es2015-classes": "^6.24.1",
    "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.4.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "babel-register": "^6.9.0",
    "babel-runtime": "^6.9.2",
    "chai": "^3.5.0",
    "es3ify-webpack-plugin": "0.0.1",
    "node-sass": "^4.5.3",
    "rollup": "^0.41.6",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-filesize": "^1.4.2",
    "rollup-plugin-istanbul": "^1.1.0",
    "rollup-plugin-license": "^0.4.0",
    "rollup-plugin-re": "^1.0.6",
    "semicolon-less": "^0.7.0",
    "sinon": "^2.3.4",
    "sinon-chai": "^2.11.0",
    "style-loader": "^0.19.0",
    "webpack": "^3.8.1",
    "webpack-dev-server": "^2.9.3"
  },
  "ghooks": {
    "commit-msg": "validate-commit-msg"
  },
  "validate-commit-msg": {
    "types": [
      "feat",
      "fix",
      "docs",
      "test",
      "chore",
      "refactor",
      "opti"
    ],
    "warnOnFail": false,
    "maxSubjectLength": 100,
    "subjectPattern": ".+",
    "subjectPatternErrorMsg": "请输入message信息!",
    "helpMessage": "Commit message 格式错误, \n请查看规范: http://wiki.corp.qunar.com/pages/viewpage.action?pageId=159698767"
  },
  "dependencies": {
    "anujs": "^1.1.4",
    "babel-polyfill": "^6.26.0",
    "commander": "^2.11.0",
    "css-loader": "^0.28.7",
    "download": "^6.2.5",
    "fs-extra": "^4.0.2",
    "husky": "^0.14.3",
    "inquirer": "^3.3.0",
    "install": "^0.10.1",
    "ora": "^1.3.0",
    "react-router": "2.8.1",
    "react-router-dom": "^4.2.2",
    "request": "^2.83.0",
    "rimraf": "^2.6.2",
    "sass": "^1.0.0-beta.2",
    "sass-loader": "^6.0.6",
    "unzip": "^0.1.11",
    "webpack": "^3.8.1"
  },
  "engines": {
    "node": ">= 7.6.0",
    "npm": ">= 4.1.2"
  }
}