-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "react-dragd",
"version": "1.0.1",
"description": "Drag-and-drop page builder and viewer for React.",
"main": "build/index.js",
"scripts": {
"start": "webpack --env publish --mode production --watch",
"build": "webpack --env publish --mode production",
"dev": "webpack-dev-server --env testServer --mode development --open"
},
"author": "prnth.com",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/prnthh/react-dragd"
},
"peerDependencies": {
"react": "^16.7.0"
},
"dependencies": {
"@giphy/js-fetch-api": "^4.1.2",
"@giphy/react-components": "^5.7.0",
"@monaco-editor/react": "^4.4.5",
"react-colorful": "^5.5.1",
"react-giphy-searchbox": "^1.5.4",
"react-markdown": "^8.0.3",
"rehype-raw": "^6.1.1"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^5.2.7",
"mini-css-extract-plugin": "^0.9.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"style-loader": "^2.0.0",
"webpack": "^4.33.0",
"webpack-cli": "^3.3.3",
"webpack-dev-server": "^3.7.1"
}
}