-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 855 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
34
35
36
{
"name": "rememberall",
"author": {
"name": "Anton Lukin",
"email": "[email protected]",
"url": "https://lukin.me"
},
"license": "MIT",
"version": "1.0.2",
"dependencies": {
"autolinker": "^3.15.0",
"caniuse-lite": "^1.0.30001320",
"db-migrate-sqlite3": "^0.4.0",
"dotenv": "^16.0.0",
"escape-html": "^1.0.3",
"express": "^4.17.3",
"hashtag-regex": "^2.1.0",
"http-errors": "^2.0.0",
"nanoid": "^3.3.2",
"pug": "^3.0.1",
"sqlite3": "^5.0.2",
"striptags": "^3.1.1",
"telegraf": "^4.7.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-uglify-es": "^3.0.0",
"sass": "^1.49.9"
}
}