-
Notifications
You must be signed in to change notification settings - Fork 91
/
package.json
executable file
·39 lines (39 loc) · 1.13 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
{
"private": true,
"name": "@vuetify/loaders-root",
"workspaces": [
"dev",
"packages/*"
],
"scripts": {
"lint": "eslint packages/*/src/**/* && tsc --noEmit",
"dev": "lerna run dev",
"dev:vite": "lerna run dev:vite --stream --no-prefix",
"dev:webpack": "lerna run dev:webpack --stream --no-prefix",
"build": "lerna run build",
"publish": "lerna run build && lerna version --no-private && lerna publish from-git"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/loader-utils": "^2.0.6",
"@types/mkdirp": "^1.0.2",
"@types/node": "^20.10.4",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/compiler-sfc": "^3.3.11",
"conventional-changelog-conventionalcommits": "^4.6.1",
"eslint": "^8.18.0",
"eslint-plugin-import": "^2.26.0",
"lerna": "^3.22.1",
"picocolors": "^1.0.0",
"sass": "^1.69.5",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
"vite": "^5.0.6",
"vue": "^3.3.11",
"vue-loader": "^16.5.0",
"vuetify": "^3.4.6",
"webpack": "^5.89.0"
}
}