-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "mu_art-vkatuny",
"version": "1.0.0",
"description": "The frontend part of VK education student project (team VKatuny).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "npx eslint .",
"format": "npx prettier . --write",
"predev-server": "npx handlebars -m $(find ./src/ -type f -name \"*.hbs\" | xargs) -f src/public/js/templates.precompiled.js",
"dev-server": "node src/server/server.mjs",
"prepare": "husky"
},
"contributors": [
{
"name": "Ilya Andriyanov",
"email": "[email protected]"
},
{
"name": "Viktoriya Guryeva",
"email": "[email protected]"
},
{
"name": "Mikhail Cherepnin",
"email": "[email protected]"
},
{
"name": "Oleg Muzalev",
"email": "[email protected]"
}
],
"license": "GPL-3.0-only",
"devDependencies": {
"@eslint/js": "^9.11.0",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"handlebars": "^4.7.8",
"husky": "^9.1.6",
"prettier": "3.3.3"
}
}