-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.38 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
44
45
46
{
"name": "yoga-with-adriene-bot",
"version": "0.0.1",
"description": "Gives you distraction-free yoga classes",
"keywords": [],
"repository": "https://github.com/oluckyman/YogaWithAdrieneBot",
"author": "Ilya Belsky <[email protected]>",
"license": "ISC",
"scripts": {
"dev": "next dev",
"build": "next build",
"start:next": "next start",
"start": "nodemon --watch src --watch pages --ext js,ts --exec \"npm run dev\" --signal SIGTERM",
"lint": "next lint"
},
"dependencies": {
"@amplitude/node": "^1.9.1",
"@google-cloud/firestore": "^3.7.4",
"d3-time-format": "^2.2.3",
"dayjs": "^1.8.28",
"dotenv": "^8.2.0",
"googleapis": "^49.0.0",
"json-to-pretty-yaml": "^1.2.2",
"lodash": "^4.17.20",
"next": "^13.0.3",
"number-to-emoji": "^1.0.0",
"slonik": "^33.0.6",
"telegraf": "3.38.x",
"written-number": "^0.9.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.0.4",
"@types/d3-time-format": "^3.0.0",
"@types/lodash": "^4.14.164",
"@types/react": "18.0.26",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"eslint": "^7.12.1",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^4.2.1",
"nodemon": "^2.0.3",
"prettier": "^2.7.1"
}
}