UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@nuxt/components",
3 "version": "2.1.4",
4 "description": "Auto Import Components for Nuxt.js",
5 "repository": "nuxt/components",
6 "license": "MIT",
7 "exports": {
8 ".": "./dist/index.js",
9 "./": "./",
10 "./loader": "./dist/loader.js"
11 },
12 "main": "dist/index.js",
13 "types": "dist/index.d.ts",
14 "files": [
15 "dist",
16 "lib",
17 "templates"
18 ],
19 "scripts": {
20 "build": "siroc build",
21 "dev": "nuxt-ts test/fixture",
22 "lint": "eslint --ext .ts,.js,.vue .",
23 "prepare": "yarn link && yarn link @nuxt/components",
24 "prepublishOnly": "yarn build",
25 "release": "yarn test && standard-version && git push --follow-tags && npm publish",
26 "test": "yarn lint && jest --verbose"
27 },
28 "dependencies": {
29 "chalk": "^4.1.0",
30 "chokidar": "^3.5.1",
31 "glob": "^7.1.6",
32 "globby": "^11.0.3",
33 "scule": "^0.1.1",
34 "semver": "^7.3.5",
35 "upath": "^2.0.1",
36 "vue-template-compiler": "^2.6.12"
37 },
38 "devDependencies": {
39 "@babel/preset-env": "latest",
40 "@babel/preset-typescript": "latest",
41 "@nuxt/test-utils": "latest",
42 "@nuxt/types": "latest",
43 "@nuxt/typescript-build": "latest",
44 "@nuxt/typescript-runtime": "latest",
45 "@nuxtjs/eslint-config-typescript": "latest",
46 "@types/jest": "latest",
47 "@types/loader-utils": "latest",
48 "@types/lodash": "latest",
49 "@types/semver": "latest",
50 "eslint": "latest",
51 "jest": "latest",
52 "loader-utils": "latest",
53 "nuxt-edge": "latest",
54 "pug": "latest",
55 "pug-plain-loader": "latest",
56 "siroc": "latest",
57 "standard-version": "latest"
58 }
59}