-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 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
{
"name": "1ff-chat-ui",
"version": "1.0.47",
"description": "chatbot to communicate with taught ai",
"main": "src/lib/chat-ui.js",
"scripts": {
"dev": "webpack --mode=development",
"prod": "webpack-dev-server --mode=production --open",
"tests": "NODE_ENV=test jest --testPathPattern=/__tests__/unit"
},
"keywords": [
"chatui",
"ai",
"frontend"
],
"repository": {
"type": "git",
"url": "https://github.com/1FF/chat-ui"
},
"author": "di",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@faker-js/faker": "^7.6.0",
"@testing-library/jest-dom": "^5.16.4",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.2",
"html-webpack-plugin": "^5.5.1",
"jest": "^27.5.1",
"jest-fetch-mock": "^3.0.3",
"jest-location-mock": "^1.0.9",
"node-libs-browser": "^2.2.1",
"prettier": "^2.8.8",
"webpack": "^5.82.0",
"webpack-cli": "^5.1.1",
"webpack-dev-server": "^4.15.0"
},
"dependencies": {
"socket.io-client": "^4.6.1"
}
}