-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
41 lines (41 loc) · 968 Bytes
/
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
{
"name": "react-trumbowyg",
"version": "1.1.1",
"description": "React wrapper for Trumbowyg",
"main": "dist/react-trumbowyg.js",
"scripts": {
"prepare": "npm run build",
"build": "set NODE_ENV='production' && webpack -p"
},
"repository": {
"type": "git",
"url": "[email protected]:RD17/react-trumbowyg.git"
},
"keywords": [
"Trumbowyg",
"editor",
"WYSIWYG",
"react"
],
"author": "RD17",
"license": "MIT",
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2",
"trumbowyg": "^2.25.1"
},
"devDependencies": {
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"clean-webpack-plugin": "^0.1.13",
"copy-webpack-plugin": "^4.0.0",
"eslint": "^3.9.1",
"eslint-loader": "^1.6.0",
"eslint-plugin-react": "^6.4.1",
"file-loader": "^0.9.0",
"style-loader": "^0.13.1",
"svg-inline-loader": "^0.7.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3"
}
}