uppy/website/package.json
Kevin van Zonneveld f1e6cc65ff
Provide clarity about what we can and cannot support (#1314)
* First swing at support page

* Add hexo-include-markdown

* Move CONTRIBUTING.md to .github

* Update .github/SUPPORT.md

* Channel issues in the  GitHub tracker

* Inject integration help MD into website

* Fix include_markdown path

* Inject CONTRIBUTING in the same fashion as support options

* Flesh out support policy

* Inject into website

* Tweaks

* Update website/update.js

* Update website/src/_template/support.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* iterating

* iterate

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update website/src/support.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update website/src/_template/integration_help.md

* iterate

* Migrate to a table

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* WIP

* wip

* Update website/src/_template/integration_help.md

* Update .github/ISSUE_TEMPLATE/integration_help.md

* Add touch module

* Replace shelling out to GNU `sed` with native node

* Update website/update.js

* Inject new .github copies

* Move the pricing table to the website only /cc @arturi

* Update website/src/support.md

* Update website/src/support.md

* Update .github/CONTRIBUTING.md

* Update website/src/_template/contributing.md
2019-03-20 17:38:15 +01:00

45 lines
1.2 KiB
JSON

{
"name": "uppy.io",
"version": "0.0.1",
"private": true,
"hexo": {
"version": "3.7.1"
},
"dependencies": {
"autoprefixer": "^7.2.6",
"cssnano": "^3.10.0",
"he": "^1.1.1",
"hexo": "^3.7.1",
"hexo-browsersync": "^0.3.0",
"hexo-generator-alias": "^0.1.3",
"hexo-generator-archive": "^0.1.5",
"hexo-generator-category": "^0.1.3",
"hexo-generator-feed": "^1.2.2",
"hexo-generator-index": "^0.2.1",
"hexo-generator-tag": "^0.2.0",
"hexo-include-markdown": "^1.0.2",
"hexo-renderer-ejs": "^0.3.1",
"hexo-renderer-marked": "^0.3.2",
"hexo-renderer-postcss": "git+https://github.com/arturi/hexo-renderer-postcss.git",
"hexo-renderer-scss": "^1.2.0",
"hexo-server": "^0.3.2",
"hexo-tag-emojis": "^2.0.1",
"hexo-util": "^0.6.3",
"js-yaml": "^3.12.0",
"mkdirp": "0.5.1",
"postcss-inline-svg": "^3.1.1",
"prismjs": "^1.15.0"
},
"devDependencies": {
"aliasify": "^2.1.0",
"babel-core": "^6.26.3",
"babelify": "^8.0.0",
"browserify": "^16.2.2",
"chalk": "^2.4.1",
"glob": "^7.1.2",
"mdast-util-inject": "1.1.0",
"multi-glob": "1.0.1",
"node-notifier": "^5.2.1",
"watchify": "^3.11.0"
}
}