10 Star 87 Fork 39

不如怀念 / the-book-of-ruby

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.39 KB
一键复制 编辑 原始数据 按行查看 历史
不如怀念 提交于 2019-05-12 11:48 . audit fix
{
"name": "the_book_of_ruby",
"version": "1.0.0",
"description": "Chinese translation of the book - 《The Book Of Ruby》",
"main": "app.js",
"dependencies": {
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^9.2.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"browser-sync": "^2.26.5",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "^1.0.0",
"del": "^3.0.0",
"eslint": "^5.7.0",
"file-loader": "^2.0.0",
"highlight.js": "^9.13.1",
"html-webpack-plugin": "^3.2.0",
"imagemin-jpeg-recompress": "^6.0.0",
"imagemin-webpack-plugin": "^2.4.2",
"marked": "^0.6.2",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.2",
"webpack": "^4.22.0"
},
"scripts": {
"start": "set NODE_ENV=development & node index.js",
"build": "node index.js",
"webpack": "npx webpack --config ./config/webpack.config.js"
},
"author": "mrwang",
"license": "ISC"
}
Ruby
1
https://gitee.com/i_wang1212/the-book-of-ruby.git
git@gitee.com:i_wang1212/the-book-of-ruby.git
i_wang1212
the-book-of-ruby
the-book-of-ruby
master

搜索帮助