-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 896 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 896 Bytes
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
{
"private": true,
"version": "0.5.4",
"engines": {
"node": ">=v18.0",
"npm": ">=7.7"
},
"scripts": {
"dev": "pnpm -C packages/app run dev",
"dev:app": "pnpm -C packages/app run dev",
"build:app": "pnpm -C packages/app run build",
"lint": "eslint --ext js,jsx,ts,vue src/"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@eslint/js": "^9.39.2",
"@stylistic/stylelint-plugin": "^4.0.0",
"eslint": "9.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^10.6.2",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"postcss-html": "^1.8.0",
"postcss-scss": "^4.0.9",
"stylelint": "^16.26.1",
"stylelint-config-recommended-vue": "^1.6.1",
"stylelint-config-standard-scss": "^16.0.0"
}
}