-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
50 lines (50 loc) · 1.13 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
{
"name": "react-trix-editor",
"version": "1.0.3",
"description": "A React component for Basecamp's Trix text editor",
"main": "lib/index.js",
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && npm clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server"
},
"bugs": {
"url": "https://github.com/AndrewGHC/react-trix-editor/issues"
},
"dependencies": {
"trix": "^0.9.10"
},
"peerDependencies": {
"react": "15.x"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.10.2",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-react": "^6.7.1",
"expect": "^1.20.2",
"nwb": "0.12.x",
"react": "^15.4.0",
"react-dom": "^15.4.0"
},
"author": "AndrewGHC",
"license": "MIT",
"repository": "",
"repository": {
"type": "git",
"url": "https://github.com/AndrewGHC/react-trix-editor"
},
"keywords": [
"react",
"trix",
"text editor",
"wysiwyg",
"ui",
"component",
"components",
"react-component"
]
}