-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
85 lines (85 loc) · 2.01 KB
/
package.json
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "trailsjs-io",
"version": "0.0.0",
"description": "Trails website hosted on Trails!",
"homepage": "http://trailsjs.io/",
"author": {
"name": "langateam",
"email": "hello@langa.io",
"url": "http://langa.io"
},
"main": "index.js",
"keywords": [
"langa",
"trails",
"trailsjs",
"docs",
"documentation"
],
"dependencies": {
"github-fork-ribbon-css": "^0.2.1",
"handlebars": "^4.0.5",
"hapi-react-views": "^9.2.1",
"inert": "^4.0.0",
"iso-639-1": "^1.3.0",
"react": "^15.1.0",
"react-burger-menu": "^1.8.3",
"react-dom": "^15.1.0",
"request-promise": "^4.1.1",
"sass": "^0.5.0",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.1",
"trailpack-gulp": "^1.0.1",
"trailpack-hapi": "^2",
"trailpack-repl": "^2",
"trailpack-router": "^2",
"trailpack-webpack": "^1.0.1",
"trails": "^2",
"viewport-size": "0.0.1",
"vision": "^4.1.0",
"winston": "^2.2"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.26.1",
"eslint": "^3.15.0",
"eslint-config-trails": "^2.0.8",
"eslint-plugin-react": "^6.9.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.10.0",
"gulp-babel": "^6.1.2",
"gulp-image": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-watch": "^4.3.11",
"mocha": "^3.2.0",
"node-sass": "^4.5.0",
"supertest": "^3.0.0",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0"
},
"scripts": {
"test": "eslint api config assets test && mocha"
},
"engines": {
"node": ">= 4.0.0"
},
"eslintConfig": {
"extends": "trails",
"plugins": [
"react"
],
"parserOptions": {
"ecmaFeatures": {
"jsx": true
}
}
},
"repository": "git@github.com:langateam/trailsjs.io.git",
"license": "MIT"
}