-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.19 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
{
"name": "2024_2_fight-club",
"version": "1.0.0",
"description": "## Репозиторий команды Бойцовский клуб проект Cian",
"main": "index.ts",
"type": "module",
"scripts": {
"start": "npm run compile:templates && vite",
"build": "npm run compile:templates && vite build",
"preview": "vite preview",
"prestart": "npm run compile:templates",
"compile:templates": "node src/vite-plugins/hbs-recompile.js",
"eslint:fix": "npx eslint --fix "
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.21.0",
"ultra-simple-validation": "^1.0.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/eslint__js": "^8.42.3",
"@types/handlebars": "^4.0.40",
"@types/node": "^22.7.5",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "^9.12.0",
"globals": "^15.9.0",
"handlebars": "^4.7.8",
"prettier": "3.3.3",
"sass": "^1.79.4",
"typescript": "^5.6.3",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.8"
}
}