Current section
Files
Jump to
Current section
Files
package.json
{
"name": "lyn",
"description": "Elixir CMS",
"author": "Valerii Iatsko <dwr@codingbox.io> (https://github.com/viatsko)",
"license": "MIT",
"version": "0.0.14",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/viatsko/lyn"
},
"homepage": "https://github.com/viatsko/lyn",
"keywords": [
"elixir",
"cms"
],
"dependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-plugin-transform-class-properties": "^6.5.2",
"babel-plugin-transform-runtime": "^6.5.2",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"bootstrap": "^4.0.0-alpha.2",
"brunch": "~2.4.2",
"copy-webpack-plugin": "^1.1.1",
"css-loader": "^0.23.1",
"estraverse": "^4.1.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.5.0",
"jquery": "^2.2.1",
"lodash": "^4.5.1",
"node-sass": "^3.4.2",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"postcss-loader": "^0.8.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"tether": "^1.2.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
},
"devDependencies": {
"babel-eslint": "^5.0.0",
"eslint": "^2.2.0",
"eslint-config-airbnb": "^6.0.2",
"eslint-plugin-import": "^1.0.3",
"eslint-plugin-react": "^4.1.0"
},
"engines": {
"node": "5.6.0"
}
}