i18next.com
Version:
i18next website
44 lines (43 loc) • 1.38 kB
JSON
{
"name": "i18next.com",
"version": "1.0.0",
"description": "i18next website",
"main": "n/a",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gatsby develop",
"build": "gatsby build && gulp copy",
"deploy": "gatsby build && gulp copy && git-directory-deploy --directory public --branch gh-pages",
"_buildWithoutDomain": "GATSBY_ENV=gh-pages gatsby build && gulp copy",
"_deployWithoutDomain": "GATSBY_ENV=gh-pages gatsby build && gulp copy && git-directory-deploy --directory public/i18next.com --branch gh-pages"
},
"keywords": [
"i18next website"
],
"author": "Jan Mühlemann <jan.muehlemann@gmail.com>",
"license": "MIT",
"dependencies": {
"chroma-js": "0.7.2",
"color-pairs-picker": "^1.3.5",
"highlight.js": "8.9.1",
"i18next": "3.4.0",
"i18next-intervalplural-postprocessor": "0.2.3",
"i18next-xhr-backend": "0.5.4",
"lodash": "^3.10.1",
"react": "^0.14.3",
"react-document-title": "^2.0.1",
"react-dom": "^0.14.3",
"react-highlight": "0.6.1",
"react-motion": "^0.1.0",
"react-remarkable": "1.1.1",
"react-responsive-grid": "^0.3.0",
"react-router": "^0.13.5",
"typography": "^0.6.2",
"underscore.string": "^3.2.2"
},
"devDependencies": {
"git-directory-deploy": "1.3.0",
"gulp": "3.9.0",
"gatsby": "0.7.6"
}
}