1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-11 13:45:52 +03:00
x0/package.json

148 lines
3.7 KiB
JSON
Raw Normal View History

2017-09-13 05:00:28 +03:00
{
2017-09-16 18:41:58 +03:00
"name": "@compositor/x0",
2018-08-15 17:02:06 +03:00
"version": "6.0.4",
2018-06-24 01:37:55 +03:00
"description": "Document & develop React components without breaking a sweat",
2018-06-19 20:14:54 +03:00
"main": "index.js",
2017-09-13 05:02:59 +03:00
"bin": {
2018-05-20 00:06:12 +03:00
"x0": "cli.js"
2017-09-13 05:02:59 +03:00
},
2017-09-13 05:00:28 +03:00
"scripts": {
2018-06-24 02:34:13 +03:00
"start": "./cli.js docs",
2018-05-27 23:37:06 +03:00
"build": "./cli.js build docs",
2018-06-23 20:06:12 +03:00
"test": "nyc ava --timeout=60s",
2018-06-22 18:13:15 +03:00
"test:components": "nyc ava test/components.js",
2017-10-07 23:53:08 +03:00
"cover": "nyc report --reporter=html --reporter=lcov"
2017-09-13 05:00:28 +03:00
},
2018-06-01 19:45:12 +03:00
"keywords": [
"react",
"webpack",
"zero-config",
"jsx",
"mdx",
"ui",
"prototyping",
"static-site-generator",
"isolated",
"design-systems"
],
2017-09-13 05:00:28 +03:00
"author": "Brent Jackson",
"license": "MIT",
"dependencies": {
2018-05-20 22:46:52 +03:00
"@compositor/log": "^1.0.0-0",
2018-08-14 23:58:19 +03:00
"@mdx-js/loader": "^0.15.0",
"@mdx-js/mdx": "^0.15.0",
"@mdx-js/tag": "^0.15.0",
2018-06-19 18:41:18 +03:00
"@rebass/markdown": "^1.0.0-1",
2018-05-20 00:06:12 +03:00
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
2018-06-19 17:45:17 +03:00
"babel-plugin-macros": "^2.2.2",
2017-10-07 19:57:56 +03:00
"babel-plugin-transform-runtime": "^6.23.0",
2018-05-20 00:06:12 +03:00
"babel-preset-env": "^1.7.0",
2017-09-13 05:00:28 +03:00
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
2017-09-13 06:00:27 +03:00
"babel-register": "^6.26.0",
2018-06-22 18:13:15 +03:00
"browser-env": "^3.2.5",
2018-05-20 00:06:12 +03:00
"chalk": "^2.4.1",
"clipboardy": "^1.2.3",
"connect-history-api-fallback": "^1.5.0",
2018-06-19 17:45:17 +03:00
"emotion": "^9.2.3",
"emotion-server": "^9.2.3",
2018-05-20 00:06:12 +03:00
"find-up": "^2.1.0",
"fs-extra": "^6.0.1",
2018-05-21 00:07:39 +03:00
"glamor": "^2.20.40",
2018-06-19 20:14:54 +03:00
"gray-matter": "^4.0.1",
"html-minifier": "^3.5.16",
2018-05-20 00:06:12 +03:00
"koa-connect": "^2.0.1",
2018-06-19 20:14:54 +03:00
"lodash.sortby": "^4.7.0",
2018-05-20 00:06:12 +03:00
"meow": "^5.0.0",
"mini-html-webpack-plugin": "^0.2.3",
2018-06-19 18:41:18 +03:00
"minimatch": "^3.0.4",
2018-05-20 00:06:12 +03:00
"pkg-conf": "^2.1.0",
2018-06-20 20:53:12 +03:00
"prop-types": "^15.6.2",
2018-06-19 17:45:17 +03:00
"react": "^16.4.1",
2018-05-20 00:06:12 +03:00
"react-dev-utils": "^5.0.1",
2018-06-19 17:45:17 +03:00
"react-dom": "^16.4.1",
2018-06-19 20:14:54 +03:00
"react-live": "^1.10.1",
2018-06-19 17:45:17 +03:00
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
2018-06-19 18:41:18 +03:00
"react-scope-provider": "^1.0.0-1",
2018-05-20 00:06:12 +03:00
"read-pkg-up": "^3.0.0",
2018-06-19 23:51:21 +03:00
"rebass": "^2.0.0-6",
2018-06-19 17:45:17 +03:00
"remark-autolink-headings": "^5.0.0",
"remark-emoji": "^2.0.1",
"remark-images": "^0.8.1",
"remark-slug": "^5.0.0",
2018-05-20 00:06:12 +03:00
"semver": "^5.5.0",
2018-06-19 20:14:54 +03:00
"stringify-object": "^3.2.2",
2018-07-02 17:20:05 +03:00
"styled-components": ">=3.3.0",
2018-06-20 03:01:39 +03:00
"styled-system": "^2.3.1",
2018-05-20 00:06:12 +03:00
"update-notifier": "^2.5.0",
"webpack": "^4.10.2",
2018-06-24 01:26:36 +03:00
"webpack-bundle-analyzer": "^2.13.1",
2018-06-19 17:45:17 +03:00
"webpack-merge": "^4.1.3",
2018-06-20 03:01:39 +03:00
"webpack-serve": "^1.0.4"
2017-09-13 06:00:27 +03:00
},
"devDependencies": {
2018-06-19 17:45:17 +03:00
"@compositor/logo": "^1.4.0",
2018-05-25 18:22:39 +03:00
"ava": "^0.25.0",
2017-10-07 19:57:56 +03:00
"isomorphic-fetch": "^2.2.1",
"nyc": "^12.0.1",
2018-06-22 18:13:15 +03:00
"react-test-renderer": "^16.4.1",
2018-05-25 18:22:39 +03:00
"refunk": "^3.0.1",
2018-05-25 17:22:35 +03:00
"rimraf": "^2.6.2",
"sinon": "^6.0.0"
2017-09-13 07:26:40 +03:00
},
2017-09-14 01:35:13 +03:00
"x0": {
2018-06-24 01:37:55 +03:00
"title": "x0",
2018-05-27 23:37:06 +03:00
"basename": "/x0",
2018-05-26 18:38:26 +03:00
"meta": [
2018-05-27 23:46:56 +03:00
{
"name": "description",
2018-06-24 01:37:55 +03:00
"content": "Document & develop React components without breaking a sweat"
2018-05-27 23:46:56 +03:00
},
{
"name": "twitter:card",
"content": "summary"
},
{
"name": "twitter:site",
"content": "@getcompositor"
},
{
"name": "twitter:image",
"content": "https://compositor.io/logo/dist/compositor.png"
},
{
"name": "twitter:title",
"content": "Compositor x0"
},
{
"name": "twitter:description",
"content": "Zero-config React development environment and static site generator"
}
2018-05-26 18:38:26 +03:00
]
2017-10-07 23:53:08 +03:00
},
"ava": {
"files": [
"test/*",
2018-06-19 20:43:01 +03:00
"!**/test/components",
"!**/test/output"
2017-10-07 23:53:08 +03:00
],
2017-10-08 01:03:48 +03:00
"require": [
"babel-register"
],
2018-06-22 18:13:15 +03:00
"babel": "inherit"
2017-12-18 19:43:41 +03:00
},
2018-06-11 17:41:31 +03:00
"engines": {
"node": ">=8.0"
},
2017-12-18 19:43:41 +03:00
"repository": {
"type": "git",
"url": "git+https://github.com/c8r/x0.git"
},
"bugs": {
"url": "https://github.com/c8r/x0/issues"
},
"homepage": "https://github.com/c8r/x0#readme"
2017-09-13 05:00:28 +03:00
}