pepelac

Форк
0
/
package.json 
43 строки · 1.2 Кб
1
{
2
	"name": "pepelac",
3
	"version": "1.0.0",
4
	"type": "module",
5
	"private": true,
6
	"scripts": {
7
		"dev": "vite dev",
8
		"build": "vite build",
9
		"lint:script": "eslint --ext .ts,.js --ignore-path .gitignore .",
10
		"lint:style": "stylelint src/styles/**/*.{css,scss}"
11
	},
12
	"lint-staged": {
13
		"*.{js,ts,tsx}": "eslint --fix",
14
		"*.{css,scss}": "stylelint --fix"
15
	},
16
	"devDependencies": {
17
		"@types/bootstrap": "^5.2.7",
18
		"@types/node": "^20.6.2",
19
		"@typescript-eslint/eslint-plugin": "^6.7.2",
20
		"@typescript-eslint/parser": "^6.7.2",
21
		"@vituum/vite-plugin-twig": "^1.0.0",
22
		"eslint": "^8.49.0",
23
		"eslint-config-prettier": "^9.0.0",
24
		"eslint-plugin-prettier": "^5.0.0",
25
		"prettier": "^3.0.3",
26
		"prettier-eslint": "^15.0.1",
27
		"sass": "^1.63.6",
28
		"stylelint": "^15.9.0",
29
		"stylelint-config-clean-order": "^5.0.1",
30
		"stylelint-config-rational-order": "^0.1.2",
31
		"stylelint-config-standard": "^33.0.0",
32
		"stylelint-config-standard-scss": "^10.0.0",
33
		"stylelint-config-twbs-bootstrap": "^11.0.1",
34
		"stylelint-order": "^6.0.3",
35
		"stylelint-scss": "^5.0.1",
36
		"typescript": "^5.2.2",
37
		"vituum": "^1.0.0"
38
	},
39
	"dependencies": {
40
		"@popperjs/core": "^2.11.8",
41
		"bootstrap": "^5.3.2"
42
	}
43
}
44

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.