1
1
mirror of https://github.com/c8r/x0.git synced 2024-09-11 21:57:26 +03:00
x0/package.json
2018-05-19 17:06:12 -04:00

93 lines
2.2 KiB
JSON

{
"name": "@compositor/x0",
"version": "4.0.2",
"description": "Zero-config React development environment and static site generator",
"main": "index.js",
"bin": {
"x0": "cli.js"
},
"scripts": {
"start": "./cli.js docs -op 8888",
"static": "./cli.js build docs --static -d docs",
"build": "./cli.js build docs -d docs -c docs/webpack.config.js",
"test": "nyc ava",
"cover": "nyc report --reporter=html --reporter=lcov"
},
"keywords": [],
"author": "Brent Jackson",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-macros": "^2.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"chalk": "^2.4.1",
"clipboardy": "^1.2.3",
"connect-history-api-fallback": "^1.5.0",
"emotion-server": "^9.1.3",
"find-up": "^2.1.0",
"fs-extra": "^6.0.1",
"html-minifier": "^3.5.15",
"koa-connect": "^2.0.1",
"meow": "^5.0.0",
"mini-html-webpack-plugin": "^0.2.3",
"pkg-conf": "^2.1.0",
"react": "^16.3.2",
"react-dev-utils": "^5.0.1",
"react-dom": "^16.3.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"read-pkg-up": "^3.0.0",
"semver": "^5.5.0",
"update-notifier": "^2.5.0",
"webpack": "^4.8.3",
"webpack-merge": "^4.1.2",
"webpack-serve": "^1.0.2"
},
"devDependencies": {
"ava": "^0.24.0",
"isomorphic-fetch": "^2.2.1",
"nano-style": "^1.0.0",
"nyc": "^11.2.1",
"refunk": "^2.2.4",
"styled-components": "^3.2.6",
"styled-system": "^1.1.7"
},
"x0": {
"title": "Compositor x0",
"basename": "/x0"
},
"ava": {
"files": [
"test/*",
"!test/components",
"!test/output"
],
"require": [
"babel-register"
],
"babel": {
"presets": [
"env",
"stage-0",
"react"
],
"plugins": [
"transform-runtime"
]
}
},
"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"
}