-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 773 Bytes
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
{
"name": "post-editor",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.5.0",
"bootstrap": "^4.1.1",
"css-loader": "^0.28.11",
"draft-js": "^0.10.5",
"draftjs-to-html": "^0.8.4",
"html-to-draftjs": "^1.4.0",
"immutable": "^3.8.2",
"jquery": "^3.3.1",
"local-storage": "^1.4.2",
"popper.js": "^1.14.3",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-draft-wysiwyg": "^1.12.13",
"react-icons-kit": "^1.1.5",
"react-scripts": "1.1.4",
"react-textarea-autosize": "^6.1.0",
"style-loader": "^0.21.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}