-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 849 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
{
"name": "react-chat-potato",
"description": "Re-imagined complete chat UI for React",
"version": "0.4.0",
"main": "dist/index.js",
"repository": "https://github.com/iam-kevin/react-chat-potato.git",
"author": "iam-kevin",
"license": "MIT",
"typings": "./typings",
"scripts": {
"tsc": "tsc -p .",
"build": "rm -rf dist && yarn run tsc"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/node": "^14.14.28",
"@types/react": "^17.0.2",
"autoprefixer": "^10.2.4",
"babel-cli": "6",
"babel-preset-react-app": "3",
"jest": "^26.6.3",
"nodemon": "^2.0.7",
"postcss": "^8.2.6",
"scheduler": "^0.20.1",
"tailwindcss": "^2.0.3",
"typescript": "^4.1.5",
"web-vitals": "^1.1.0"
},
"dependencies": {
"immer": "^8.0.1",
"use-context-selector": "^1.3.7"
}
}