-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.1 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
{
"name": "clappr-emoji-chat",
"version": "1.0.4",
"description": "Emoji Chat plugin for clappr",
"homepage": "https://github.com/praem90/clappr-emoji-chat",
"repository": {
"type": "git",
"url": "https://github.com/praem90/clappr-emoji-chat"
},
"main": "dist/clappr-emoji-chat.js",
"scripts": {
"build": "webpack --mode=development",
"release": "NODE_ENV=production webpack -p"
},
"author": {
"name": "Mohan Raj",
"email": "[email protected]"
},
"license": "ISC",
"peerDependencies": {
"clappr": "^0.2.13"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"autoprefixer": "^9.6.1",
"babel-loader": "^8.0.6",
"babel-plugin-add-module-exports": "^1.0.2",
"css-loader": "^3.1.0",
"html-loader": "^0.5.5",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
},
"dependencies": {},
"keywords": [
"clappr",
"emoji",
"plugin"
]
}