mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-27 01:30:51 +00:00
20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"name": "wangeditor-in-react",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^15.5.4",
|
|
"react-dom": "^15.5.4",
|
|
"wangeditor": ">=3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"react-scripts": "1.0.7"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
}
|