|
| 1 | +{ |
| 2 | + "name": "bright-docs", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "The bright-docs website generator", |
| 5 | + "main": "index.js", |
| 6 | + "license": "MIT", |
| 7 | + "private": true, |
| 8 | + "scripts": { |
| 9 | + "test": "cd website && jest", |
| 10 | + "cypress": "node_modules/.bin/cypress run", |
| 11 | + "dev:website": "cd website && yarn dev", |
| 12 | + "docs": "cd website && node generate-pages.js --config=website-dev-config.json && FORCE_EXTRACT_REACT_TYPES=true next dev", |
| 13 | + "build": "cd website && next build", |
| 14 | + "start": "next start -p 8080" |
| 15 | + }, |
| 16 | + "dependencies": { |
| 17 | + "@atlaskit/avatar": "^14.1.8", |
| 18 | + "@atlaskit/button": "^8.2.4", |
| 19 | + "@atlaskit/css-reset": "^3.0.5", |
| 20 | + "@atlaskit/docs": "^6.0.2", |
| 21 | + "@atlaskit/drawer": "^2.7.1", |
| 22 | + "@atlaskit/dropdown-menu": "^6.1.26", |
| 23 | + "@atlaskit/dynamic-table": "^10.0.23", |
| 24 | + "@atlaskit/icon": "^16.0.1", |
| 25 | + "@atlaskit/logo": "^9.1.0", |
| 26 | + "@atlaskit/navigation-next": "^4.1.2", |
| 27 | + "@atlaskit/quick-search": "^5.2.5", |
| 28 | + "@atlaskit/section-message": "^1.0.17", |
| 29 | + "@atlaskit/table-tree": "^5.0.7", |
| 30 | + "@atlaskit/theme": "^6.0.0", |
| 31 | + "@atlaskit/tree": "^4.1.11", |
| 32 | + "@babel/preset-flow": "^7.0.0", |
| 33 | + "@mdx-js/loader": "^0.17.5", |
| 34 | + "@mdx-js/mdx": "^0.17.5", |
| 35 | + "@mdx-js/tag": "^0.17.5", |
| 36 | + "@zeit/next-css": "^1.0.1", |
| 37 | + "@zeit/next-mdx": "^1.2.0", |
| 38 | + "babel-plugin-transform-flow-strip-types": "^6.22.0", |
| 39 | + "command-line-args": "^5.0.2", |
| 40 | + "emotion": "^9.0.1", |
| 41 | + "emotion-server": "^9.2.12", |
| 42 | + "express": "^4.16.4", |
| 43 | + "extract-react-types-loader": "^0.3.0", |
| 44 | + "fs-extra": "^7.0.1", |
| 45 | + "git-url-parse": "^11.1.2", |
| 46 | + "glob": "^7.1.3", |
| 47 | + "jest-fixtures": "^0.6.0", |
| 48 | + "lodash.capitalize": "^4.2.1", |
| 49 | + "lodash.debounce": "^4.0.8", |
| 50 | + "lodash.flatmap": "^4.5.0", |
| 51 | + "lodash.snakecase": "^4.1.1", |
| 52 | + "next": "^7.0.2", |
| 53 | + "outdent": "^0.7.0", |
| 54 | + "pretty-proptypes": "^0.6.0", |
| 55 | + "prop-types": "^15.6.2", |
| 56 | + "react": "^16.7.0", |
| 57 | + "react-addons-text-content": "^0.0.4", |
| 58 | + "react-dom": "^16.7.0", |
| 59 | + "rimraf": "^2.6.3", |
| 60 | + "styled-components": "^3.2.6", |
| 61 | + "title-case": "^2.1.1" |
| 62 | + }, |
| 63 | + "devDependencies": { |
| 64 | + "babel-plugin-emotion": "^10.0.6", |
| 65 | + "babel-plugin-styled-components": "^1.10.0", |
| 66 | + "css-loader": "^1.0.0", |
| 67 | + "cypress": "^3.1.5", |
| 68 | + "enzyme": "^3.9.0", |
| 69 | + "enzyme-adapter-react-16": "^1.9.1", |
| 70 | + "extracted-loader": "^1.0.7", |
| 71 | + "file-loader": "^2.0.0", |
| 72 | + "jest": "^24.1.0", |
| 73 | + "json-loader": "^0.5.7", |
| 74 | + "style-loader": "^0.23.0" |
| 75 | + } |
| 76 | +} |
0 commit comments