Sha256: 85bab496701c43bc7a89a7e67f0a50d6e38664e7a18ea076ba159ee582afbf90
Contents?: true
Size: 1.39 KB
Versions: 3
Compression:
Stored size: 1.39 KB
Contents
{ "name": "<%= app_name.camelize %>", "version": "0.0.1", "license": "UNLICENSED", "private": true, "repository": "git@rscz.ru:rocket-science/<%= app_name.downcase %>.git", "scripts": { "start": "./node_modules/.bin/webpack-dev-server --config config/webpack.config.js --hot --inline" }, "dependencies": { "autoprefixer": "^7.2.5", "axios": "^0.17.1", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-lodash": "^3.3.2", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "babel-runtime": "^6.26.0", "bootstrap": "^4.0.0", "compression-webpack-plugin": "^1.1.3", "css-hot-loader": "^1.3.6", "css-loader": "^0.28.9", "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.6", "font-awesome": "^4.7.0", "handlebars": "^4.0.11", "handlebars-loader": "^1.6.0", "html-loader": "^0.5.5", "jquery": "^3.3.1", "js-cookie": "^2.2.0", "node-sass": "^4.7.2", "postcss-functions": "^3.0.0", "postcss-loader": "^2.0.10", "rails-ujs": "^5.1.4", "sass-loader": "^6.0.6", "stats-webpack-plugin": "^0.6.2", "style-loader": "^0.19.1", "turbolinks": "^5.1.1", "url-loader": "^0.6.2", "webpack": "^3.10.0", "webpack-dev-server": "^2.11.1", "webpack-hot-middleware": "^2.21.0" } }
Version data entries
3 entries across 3 versions & 1 rubygems