-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.75 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
58
59
60
{
"name": "mu_art-vkatuny",
"version": "1.0.0",
"description": "The frontend part of VK education student project (team VKatuny).",
"private": true,
"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",
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"prepare": "husky"
},
"contributors": [
{
"name": "Ilya Andriyanov",
"email": "[email protected]"
},
{
"name": "Mikhail Cherepnin",
"email": "[email protected]"
},
{
"name": "Oleg Muzalev",
"email": "[email protected]"
}
],
"license": "GPL-3.0-only",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@eslint/js": "^9.11.0",
"@types/eslint__js": "^8.42.3",
"@types/eslint-config-prettier": "^6.11.3",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"handlebars": "^4.7.8",
"handlebars-loader": "^1.7.3",
"html-webpack-plugin": "^5.6.3",
"husky": "^9.1.6",
"postcss": "^8.4.48",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.0",
"prettier": "3.3.3",
"saas": "^1.0.0",
"sass": "^1.80.6",
"sass-loader": "^16.0.3",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3",
"typescript-eslint": "^8.15.0",
"webpack": "^5.96.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}