-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "react-scribe",
"version": "0.3.0",
"description": "The Guardian's scribe.js react component",
"main": "lib/react-scribe-editor.js",
"dependencies": {
"lodash": "^4.0.0",
"lodash-amd": "^3.5.0",
"prop-types": "^15.5.10",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"scribe-editor": "^3.2.0",
"scribe-plugin-blockquote-command": "^0.1.0",
"scribe-plugin-code-command": "^0.1.0",
"scribe-plugin-heading-command": "^0.1.0",
"scribe-plugin-intelligent-unlink-command": "^0.1.6",
"scribe-plugin-link-prompt-command": "^1.0.0",
"scribe-plugin-toolbar": "^1.0.0"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.25",
"eslint": "^3.0",
"eslint-plugin-react": "^6.0",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.16.1",
"node-sass": "^3.7.0",
"sass-loader": "^4.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
},
"scripts": {
"test": "eslint ./src/*.js",
"dev": "webpack-dev-server -w --inline",
"build": "webpack -p --config webpack.build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/javiercf/react-scribe.git"
},
"bugs": {
"url": "https://github.com/javiercf/react-scribe/issues"
},
"keywords": [
"react",
"react component",
"react-component",
"component",
"React",
"editor",
"content editor",
"scribe.js",
"WYSIWYG"
],
"author": "[email protected]",
"license": "MIT",
"homepage": "http://javiercf.github.io/react-scribe"
}