generated from yandex-praktikum/middle.messenger.praktikum.yandex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 908 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": "practikum_project",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --port 3000",
"build": "vite build",
"preview": "vite preview",
"start": "vite build && vite preview --port 3000",
"eslint": "npx eslint"
},
"devDependencies": {
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.18.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"less": "^4.2.0",
"postcss-less": "^6.0.0",
"stylelint": "^15.10.3",
"stylelint-less": "^3.0.1",
"typescript": "^5.5.3",
"vite": "^5.3.1"
},
"dependencies": {
"@stylistic/eslint-plugin": "^2.3.0",
"handlebars": "^4.7.8",
"uuid": "^10.0.0",
"vite-plugin-handlebars": "^2.0.0"
},
"engines": {
"node": "^17.4.0"
}
}