-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "2024_2_gigachads",
"version": "1.0.0",
"description": "Dev ветка для проекта",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "node server.js",
"lint": "eslint ./src",
"docs": "jsdoc -c jsdoc.json",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@jridgewell/sourcemap-codec": "^1.5.0",
"@yoichiro/vite-plugin-handlebars": "^1.4.0",
"core-js": "^3.39.0",
"express": "^4.21.0",
"glob": "^9.3.5",
"handlebars": "^4.7.8",
"vite": "^5.4.9",
"vite-plugin-babel": "^1.2.0",
"vite-plugin-handlebars": "^2.0.0",
"vite-plugin-pwa": "^0.21.0",
"vite-plugin-string": "^1.2.3",
"workbox": "^0.0.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@vituum/vite-plugin-handlebars": "^1.1.0",
"eslint": "^9.12.0",
"globals": "^15.11.0",
"husky": "^8.0.0",
"jsdoc": "^4.0.3",
"nodemon": "^3.1.7",
"sass-embedded": "^1.81.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
}
}