forked from vuetifyjs/vuetify-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 1006 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
{
"private": true,
"workspaces": [
"dev",
"packages/*"
],
"scripts": {
"lint": "eslint packages/*/src/**/*",
"dev": "lerna run dev --parallel -- --preserveWatchOutput",
"build": "lerna run build",
"publish": "lerna run build && lerna version --no-private && lerna publish from-git"
},
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/find-cache-dir": "^3.2.1",
"@types/loader-utils": "^2.0.3",
"@types/node": "^16.11.12",
"@types/mkdirp": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.45",
"conventional-changelog-conventionalcommits": "^4.6.1",
"eslint": "^8.18.0",
"eslint-plugin-import": "^2.26.0",
"lerna": "^3.22.1",
"sass": "^1.52.3",
"typescript": "^4.4.2",
"vite": "^4.0.0",
"vue": "^3.2.45",
"vue-loader": "^16.5.0",
"vuetify": "^3.0.4",
"webpack": "^5.65.0"
}
}