rightfe
Version:
the front-end-engineer tool
83 lines (82 loc) • 2.16 kB
JSON
{
"name": "rightfe",
"version": "1.1.16",
"description": "the front-end-engineer tool",
"main": "index.js",
"engines": {
"node": "*",
"npm": "*"
},
"bin": {
"rightfe": "./bin/rightfe"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://git.oschina.net/Rightli/rightfe"
},
"keywords": [
"engineer",
"design"
],
"author": "li.xiaomei (Rightli)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rightli/rightfe/issues"
},
"homepage": "https://github.com/Rightli/rightfe#readme",
"dependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"browser-sync": "2.11.1",
"css-loader": "^0.23.1",
"del": "2.2.0",
"ejs-loader": "^0.3.0",
"extract-text-webpack-plugin": "^1.0.1",
"graceful-fs": "^4.1.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-changed": "1.3.0",
"gulp-cssnano": "2.1.1",
"gulp-gh-pages": "0.5.4",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "2.0.0",
"gulp-notify": "2.2.0",
"gulp-processhtml": "^1.1.0",
"gulp-rename": "1.2.2",
"gulp-rev": "7.0.0",
"gulp-rev-napkin": "0.1.0",
"gulp-rev-replace": "0.4.3",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"gulp-watch": "4.3.5",
"html-loader": "^0.4.3",
"http-proxy": "*",
"node-sass": "^3.4.2",
"optimist": "0.3.x",
"request": "*",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.2.3",
"vue-loader": "^8.5.3",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.5.1",
"webpack-hot-middleware": "^2.12.1"
},
"devDependencies": {
"babel-core": "^6.11.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-1": "^6.5.0"
}
}