|
| 1 | +{ |
| 2 | + "name": "editable-comments", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Simple comment plugin (editable)", |
| 5 | + "scripts": { |
| 6 | + "start": "webpack-dev-server --hot --open", |
| 7 | + "build": "webpack --config webpack.production.config.js", |
| 8 | + "lint": "eslint src" |
| 9 | + }, |
| 10 | + "repository": { |
| 11 | + "type": "git", |
| 12 | + "url": "https://github.com/maidsafe/safe_examples/editable-comments-web" |
| 13 | + }, |
| 14 | + "keywords": [ |
| 15 | + "comments", |
| 16 | + "react", |
| 17 | + "reactjs", |
| 18 | + "mobx" |
| 19 | + ], |
| 20 | + "author": "MaidSafe", |
| 21 | + "license": "MIT", |
| 22 | + "bugs": { |
| 23 | + "url": "https://github.com/maidsafe/safe_examples/issues" |
| 24 | + }, |
| 25 | + "homepage": "https://github.com/maidsafe/safe_examples/editable-comments-web", |
| 26 | + "devDependencies": { |
| 27 | + "babel-core": "^6.9.1", |
| 28 | + "babel-eslint": "^7.2.3", |
| 29 | + "babel-loader": "^7.1.2", |
| 30 | + "babel-plugin-transform-async-to-generator": "^6.24.1", |
| 31 | + "babel-plugin-transform-decorators-legacy": "^1.3.4", |
| 32 | + "babel-polyfill": "^6.26.0", |
| 33 | + "babel-preset-es2015": "^6.9.0", |
| 34 | + "babel-preset-react": "^6.5.0", |
| 35 | + "babel-preset-stage-1": "^6.5.0", |
| 36 | + "css-loader": "^0.28.7", |
| 37 | + "eslint": "^4.8.0", |
| 38 | + "eslint-config-airbnb": "^16.0.0", |
| 39 | + "eslint-plugin-import": "^2.7.0", |
| 40 | + "eslint-plugin-jsx-a11y": "^6.0.2", |
| 41 | + "eslint-plugin-react": "^7.4.0", |
| 42 | + "style-loader": "^0.19.0", |
| 43 | + "uglifyjs-webpack-plugin": "^1.0.0-beta.3", |
| 44 | + "url-loader": "^0.6.2", |
| 45 | + "webpack": "^3.5.5", |
| 46 | + "webpack-dev-server": "^2.7.1" |
| 47 | + }, |
| 48 | + "dependencies": { |
| 49 | + "mobx": "^3.0.0", |
| 50 | + "mobx-react": "^4.1.0", |
| 51 | + "mobx-react-devtools": "^4.2.11", |
| 52 | + "nessie": "https://github.com/sociomantic-tsunami/nessie.git", |
| 53 | + "prop-types": "^15.6.0", |
| 54 | + "react": "^15.1.0", |
| 55 | + "react-dom": "^15.1.0", |
| 56 | + "react-stylable-diff": "https://github.com/shankar2105/react-stylable-diff.git" |
| 57 | + } |
| 58 | +} |
0 commit comments