-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"name": "blog-chatbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"start": "parcel index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FreyaRhianna/blog-chatbot.git"
},
"author": "Rey Sheer",
"license": "ISC",
"bugs": {
"url": "https://github.com/FreyaRhianna/blog-chatbot/issues"
},
"homepage": "https://github.com/FreyaRhianna/blog-chatbot#readme",
"dependencies": {
"@react-navigation/native": "^5.9.4",
"parcel-bundler": "^1.12.4",
"react": "^17.0.2",
"react-chatbot-kit": "^2.0.1",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"parcel-plugin-static-files-copy": "^2.5.0",
"typescript": "^4.2.4"
}
}