This repository has been archived by the owner on Sep 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.73 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
{
"name": "@artibox/core",
"version": "0.1.11",
"description": "A responsive rich article editor and viewer built with React",
"main": "lib/index.js",
"scripts": {
"prepublishOnly": "babel src -d lib",
"start": "webpack-dev-server --config ./examples/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/React-Artibox/core.git"
},
"keywords": [
"react",
"rte",
"richeditor",
"rwd"
],
"author": "Chia Yu Pai <chiayu@rytass.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/React-Artibox/core/issues"
},
"homepage": "https://github.com/React-Artibox/core#readme",
"devDependencies": {
"@artibox/theme-dark": "^0.1.2",
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.1",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"flow-bin": "^0.80.0",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-hot-loader": "^4.3.7",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
},
"peerDependencies": {
"react": "^16.5.1",
"react-dom": "^16.5.1"
},
"dependencies": {
"@artibox/colors": "^0.1.2",
"debug": "^4.0.1"
}
}