generated from yandex-praktikum/middle.messenger.praktikum.yandex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.58 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "module_1",
"version": "1.0.0",
"description": "https://www.figma.com/file/55Bdqy4cZViEVuMq1Ce8wY/Chat-UI?node-id=0%3A1",
"scripts": {
"dev": "parcel static/*.html static/img/*.png",
"build": "parcel build static/*.html static/img/*.png --no-source-maps --no-cache",
"start": "npm run build & node server.js"
},
"engines": {
"node": ">=12.x"
},
"targets": {
"default": {
"distDir": "./dist",
"sourceMap": true,
"includeNodeModules": [
"handlebars",
"uuid"
],
"context": "browser"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/AnnAErmak/middle.messenger.praktikum.yandex.git"
},
"keywords": [],
"author": "AnnA Ermak",
"license": "ISC",
"bugs": {
"url": "https://github.com/AnnAErmak/middle.messenger.praktikum.yandex/issues"
},
"homepage": "https://github.com/AnnAErmak/middle.messenger.praktikum.yandex#readme",
"devDependencies": {
"@parcel/transformer-sass": "2.6.2",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.13.0",
"@typescript-eslint/parser": "5.0.0",
"eslint": "8.20.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "17.0.0",
"handlebars": "4.7.7",
"parcel": "2.6.2",
"parcel-transformer-hbs": "1.0.4",
"sass": "1.54.1",
"stylelint": "14.9.1",
"stylelint-config-standard": "26.0.0",
"stylelint-config-standard-scss": "5.0.0",
"typescript": "4.7.4"
},
"dependencies": {
"express": "4.18.1",
"stylelint-scss": "4.3.0",
"uuid": "8.3.2"
}
}