UNPKG

1.89 kBJSONView Raw
1{
2 "name": "mb-react-tinymce",
3 "version": "1.0.1",
4 "author": "mockingbot",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/mockingbot/mb-react-tinymce.git"
9 },
10 "main": "library/index.js",
11 "scripts": {
12 "example-watch": "cross-env NODE_ENV=development webpack --watch --config config/example.conf.js",
13 "library": "cross-env NODE_ENV=production webpack --config config/library.conf.js",
14 "library-watch": "cross-env NODE_ENV=production webpack --watch --config config/library.conf.js",
15 "webpack-stats": "cross-env NODE_ENV=production webpack -p --config config/library.conf.js --json > stats.json",
16 "generate-translation": "node __generate_translation__.js",
17 "build": "npm run generate-translation && npm run library",
18 "start": "npm run generate-translation && npm run example-watch",
19 "prepare": "npm run build"
20 },
21 "devDependencies": {
22 "babel-core": "^6.25.0",
23 "babel-eslint": "^7.2.2",
24 "babel-loader": "^7.1.0",
25 "babel-preset-es2015": "^6.24.1",
26 "babel-preset-react": "^6.24.1",
27 "babel-preset-stage-0": "^6.24.1",
28 "cross-env": "^5.0.1",
29 "css-loader": "^0.28.4",
30 "eslint": "^4.1.1",
31 "eslint-config-standard": "^10.2.1",
32 "eslint-config-standard-react": "^5.0.0",
33 "eslint-plugin-import": "^2.6.0",
34 "eslint-plugin-node": "^5.1.0",
35 "eslint-plugin-promise": "^3.5.0",
36 "eslint-plugin-react": "^7.1.0",
37 "eslint-plugin-standard": "^3.0.1",
38 "extract-text-webpack-plugin": "^2.1.2",
39 "messageformat": "1.x",
40 "postcss": "5.x",
41 "postcss-cssnext": "2.x",
42 "postcss-loader": "1.x",
43 "webpack": "3.x",
44 "prop-types": "^15.5.8",
45 "react": "^15.6.1",
46 "react-dom": "^15.6.1"
47 },
48 "peerDependencies": {
49 "prop-types": "*",
50 "react": "*",
51 "react-dom": "*"
52 }
53}