-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
56 lines (56 loc) · 1.53 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
{
"name": "uxcore-tinymce",
"version": "0.2.20",
"description": "uxcore-tinymce component for uxcore.",
"repository": "https://github.com/uxcore/uxcore-tinymce.git",
"author": "eternalsky",
"main": "build/index.js",
"scripts": {
"start": "uxcore-tools run start",
"server": "uxcore-tools run server",
"lint": "uxcore-tools run lint",
"build": "uxcore-tools run build",
"test": "uxcore-tools run test",
"coverage": "uxcore-tools run coverage",
"pub": "uxcore-tools run pub",
"dep": "uxcore-tools run dep",
"tnpm-dep": "uxcore-tools run tnpm-dep",
"chrome": "uxcore-tools run chrome",
"browsers": "uxcore-tools run browsers",
"saucelabs": "uxcore-tools run saucelabs",
"update": "uxcore-tools run update",
"tnpm-update": "uxcore-tools run tnpm-update"
},
"bugs": {
"url": "http://github.com/uxcore/uxcore-tinymce/issues"
},
"keywords": [
"react",
"react-component",
"uxcore-tinymce",
"Tinymce"
],
"devDependencies": {
"babel-polyfill": "6.x",
"console-polyfill": "^0.2.2",
"enzyme": "^3.0.0",
"enzyme-adapter-react-16": "1.x",
"expect.js": "~0.3.1",
"kuma-base": "1.x",
"react": "16.x",
"react-dom": "16.x",
"react-test-renderer": "16.x",
"uxcore": "^0.16.5",
"uxcore-button": "^0.4.5",
"uxcore-kuma": "*",
"uxcore-tools": "^0.3.0"
},
"dependencies": {
"classnames": "^2.1.2",
"deep-equal": "~1.0.1",
"object-assign": "^4.0.0",
"prop-types": "15.x"
},
"contributors": [],
"license": "MIT"
}