-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 955 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
36
{
"name": "well",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "vite build",
"stylelint": "stylelint src/**/*.scss --fix",
"eslint": "eslint . --ext .js,.cjs --fix --quiet --ignore-path .gitignore",
"lint": "npm run eslint && npm run stylelint"
},
"devDependencies": {
"@mapbox/stylelint-processor-arbitrary-tags": "0.4.0",
"@rushstack/eslint-patch": "1.3.3",
"@stylistic/eslint-plugin": "1.6.3",
"@stylistic/stylelint-config": "1.0.1",
"autoprefixer": "10.4.18",
"eslint": "8.49.0",
"postcss-scss": "4.0.9",
"postcss-sort-media-queries": "5.2.0",
"pre-commit": "1.2.2",
"sass": "1.71.1",
"stylelint": "16.2.1",
"stylelint-config-standard": "36.0.0",
"stylelint-order-htmlacademy": "2.1.0",
"vite": "5.2.8",
"vite-plugin-html": "3.2.2",
"vite-plugin-singlefile": "2.0.1"
},
"pre-commit": "lint",
"browserslist": [
"> 1%",
"last 2 version"
]
}