-
Notifications
You must be signed in to change notification settings - Fork 157
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "react-chatbot-kit",
"version": "2.2.0",
"homepage": "https://fredrikoseberg.github.io/react-chatbot-kit-docs/",
"description": "Fully customizable chatbot kit for react.",
"main": "build/index.js",
"types": "build/src/index.d.ts",
"dependencies": {
"react-conditionally-render": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"build-watch": "webpack --watch",
"prepare": "yarn run build"
},
"author": {
"name": "Fredrik Strand Oseberg",
"email": "[email protected]"
},
"devDependencies": {
"@types/react": "^17.0.21",
"css-loader": "^3.5.1",
"mini-css-extract-plugin": "^1.4.0",
"react-svg-loader": "^3.0.3",
"style-loader": "^1.1.3",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"webpack": "5.53.0",
"webpack-cli": "4.8.0",
"webpack-node-externals": "^2.5.2"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/FredrikOseberg/react-chatbot-kit"
}
}