-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 986 Bytes
/
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
{
"name": "notjb-starter",
"private": true,
"version": "0.2.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint:style": "stylelint \"**/*.scss\" --ignore-path .gitignore"
},
"devDependencies": {
"@stylistic/eslint-plugin": "^2.8.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"stylelint": "^16.9.0",
"stylelint-config-hudochenkov": "^10.0.0",
"stylelint-config-prettier-scss": "^1.0.0",
"stylelint-config-recommended-scss": "^14.1.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.2",
"vite": "^5.4.7",
"vite-plugin-stylelint": "^5.3.1"
},
"dependencies": {
"eslint": "^9.11.0",
"eslint-config-prettier": "^9.1.0",
"postcss-scss": "^4.0.9",
"sass": "^1.79.3",
"stylelint-scss": "^6.7.0",
"vite-plugin-eslint": "^1.8.1"
}
}