-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.59 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.59 KB
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
{
"name": "lyn",
"description": "Elixir CMS",
"author": "Valerii Iatsko <dwr@codingbox.io> (https://github.com/viatsko)",
"license": "MIT",
"version": "0.0.16",
"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",
"react-router": "^2.0.0",
"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"
}
}