-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 2.82 KB
/
package.json
File metadata and controls
101 lines (101 loc) · 2.82 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
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "gep-docs",
"version": "0.1.0",
"description": "GEP Documentation",
"repository": {
"type": "git",
"url": "https://github.com/developmentseed/gep-docs"
},
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/developmentseed/gep-docs/issues"
},
"homepage": "",
"scripts": {
"postinstall": "[ -f _config-dev.js ] || echo \"module.exports = {\n baseurl: 'http://localhost:3000'\n};\" > _config-dev.js",
"serve": "DS_ENV=development gulp collecticons && DS_ENV=development gulp serve",
"build": "DS_ENV=production NODE_ENV=production gulp",
"lint": "eslint app/assets/scripts/ --ext .js",
"test": "echo \"No tests\" && exit 0"
},
"engines": {
"node": "8.x"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
],
"require-globify",
"envify"
]
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^8.0.0",
"browser-sync": "^2.18.13",
"browserify": "^16.2.2",
"collecticons-processor": "^3.0.0",
"connect-history-api-fallback": "^1.5.0",
"del": "^3.0.0",
"ejs": "^2.5.6",
"envify": "^4.1.0",
"eslint": "^5.12.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-standard": "^4.0.0",
"gulp": "^3.9.1",
"gulp-cache": "^1.0.1",
"gulp-csso": "^3.0.0",
"gulp-exit": "0.0.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-markdown-to-json": "^1.0.3",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^8.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^4.0.1",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"gulp-useref": "^3.1.3",
"gulp-util": "^3.0.8",
"jeet": "^7.2.0",
"lodash.defaultsdeep": "^4.6.0",
"lodash.kebabcase": "^4.1.1",
"markdown-it": "^8.4.0",
"markdown-it-attrs": "^2.3.1",
"metalsmith": "^2.3.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-debug": "^1.1.0",
"metalsmith-directory-hierarchy": "^1.0.1",
"metalsmith-layouts": "^1.8.0",
"metalsmith-permalinks": "^0.5.0",
"node-bourbon": "^4.2.8",
"node-notifier": "^5.0.2",
"node-sass": "^4.5.0",
"prettier": "^1.15.3",
"require-globify": "^1.4.1",
"ui-seed": "https://github.com/developmentseed/ui-seed.git#v0.2.1-beta",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.9.0"
},
"dependencies": {}
}