forked from smirea/reddit-place-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.23 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
{
"name": "reddit-place-bot",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start:bot": "ts-node -T src/index.ts",
"start:ui": "parcel client/index.html"
},
"dependencies": {
"axios": "^0.26.1",
"canvas": "^2.9.1",
"chalk": "4.1.2",
"dotenv": "^16.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"ts-node": "^10.7.0",
"ts-node-dev": "^1.1.8",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
},
"devDependencies": {
"@parcel/transformer-sass": "2.4.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash": "^4.14.181",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"parcel": "^2.4.1",
"parcel-plugin-case-sensitive-path": "^1.0.4",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.4"
}
}