-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
56 lines (56 loc) · 1.6 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "create-vuetify",
"version": "2.3.0",
"author": "Elijah Kotyluk <elijah@elijahkotyluk.com>",
"license": "MIT",
"type": "module",
"bin": {
"create-vuetify": "index.js"
},
"files": [
"index.js",
"template",
"dist"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/create-vuetify.git"
},
"bugs": {
"url": "https://github.com/vuetifyjs/create-vuetify/issues"
},
"scripts": {
"build": "node ./scripts/build.js",
"start": "node ./index.js",
"lint": "eslint --fix ./src/**",
"prepublishOnly": "npm run build"
},
"dependencies": {
"kolorist": "^1.5.1",
"minimist": "^1.2.6",
"magicast": "^0.3.4",
"package-manager-detector": "^0.2.2",
"prompts": "^2.4.2",
"validate-npm-package-name": "^4.0.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@types/minimist": "^1.2.2",
"@types/node": "^20.12.8",
"@types/prompts": "^2.0.14",
"@types/validate-npm-package-name": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"esbuild": "^0.14.47",
"esbuild-jest": "^0.5.0",
"eslint": "^8.41.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-local-rules": "^1.3.0",
"eslint-plugin-lodash-template": "^0.21.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"release-it": "^17.0.3",
"typescript": "^4.7.4"
},
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}