UNPKG

3.96 kBJSONView Raw
1{
2 "name": "vuetify",
3 "description": "Vue.js 2 Semantic Component Framework",
4 "version": "2.1.4",
5 "author": {
6 "name": "John Leider",
7 "email": "john@vuetifyjs.com"
8 },
9 "license": "MIT",
10 "homepage": "https://vuetifyjs.com",
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/vuetifyjs/vuetify.git",
14 "directory": "packages/vuetify"
15 },
16 "keywords": [
17 "vuetify"
18 ],
19 "bugs": {
20 "url": "https://github.com/vuetifyjs/vuetify/issues"
21 },
22 "main": "dist/vuetify.js",
23 "module": "dist/vuetify.js",
24 "jsdelivr": "dist/vuetify.js",
25 "unpkg": "dist/vuetify.js",
26 "types": "types/index.d.ts",
27 "sideEffects": [
28 "*.sass",
29 "*.scss",
30 "*.css"
31 ],
32 "files": [
33 "src/",
34 "dist/",
35 "lib/",
36 "es5/",
37 "types/"
38 ],
39 "scripts": {
40 "watch": "cross-env TARGET=development webpack --config build/config.js --progress --hide-modules --watch",
41 "dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.config.js --hot",
42 "build": "concurrently \"yarn build:dist --no-progress\" \"yarn build:lib\" -n \"dist,lib\" --kill-others-on-fail -r && yarn build:json",
43 "build:dist": "rimraf dist && cross-env NODE_ENV=production webpack --config build/config.js --progress --hide-modules",
44 "build:json": "node build/build-json.js",
45 "tsc": "tsc",
46 "build:lib": "node build/build-lib.js",
47 "debug:test": "cross-env NODE_ENV=test node --inspect --inspect-brk ../../node_modules/jest/bin/jest.js --no-cache -i --verbose",
48 "test": "node build/run-tests.js",
49 "test:unix": "cross-env NODE_ENV=test jest",
50 "test:win32": "cross-env NODE_ENV=test jest -i",
51 "test:coverage": "yarn test --coverage",
52 "test:types": "tsc -p ./types/test/tsconfig.json",
53 "lint": "concurrently -n \"tsc,tslint,eslint,types\" --kill-others-on-fail \"tsc --noEmit --pretty\" \"tslint -p . src/**/*.ts -t verbose\" \"eslint --ext .js,.ts src\" \"yarn test:types\"",
54 "lint:fix": "concurrently -n \"tsc,tslint,eslint,types\" \"tsc --noEmit --pretty\" \"tslint --fix -p . src/**/*.ts -t verbose\" \"eslint --fix --ext .js,.ts src\" \"yarn test:types\""
55 },
56 "devDependencies": {
57 "@babel/cli": "^7.5.5",
58 "@babel/core": "^7.5.5",
59 "@babel/plugin-proposal-object-rest-spread": "^7.5.5",
60 "@babel/preset-env": "^7.5.5",
61 "@mdi/js": "^3.8.95",
62 "@types/jest": "^24.0.15",
63 "@types/node": "^12.6.8",
64 "@vue/test-utils": "^1.0.0-beta.29",
65 "autoprefixer": "^9.6.1",
66 "babel-loader": "^8.0.6",
67 "babel-plugin-detective": "^2.0.0",
68 "babel-plugin-module-resolver": "^3.2.0",
69 "babel-plugin-transform-define": "^1.3.1",
70 "babel-polyfill": "^6.26.0",
71 "concurrently": "^4.1.1",
72 "cross-env": "^5.2.0",
73 "css-loader": "^3.1.0",
74 "cssnano": "^4.1.10",
75 "dotenv": "^8.0.0",
76 "eslint": "^6.1.0",
77 "eslint-loader": "^2.2.1",
78 "eslint-plugin-jest": "^22.13.6",
79 "fibers": "^4.0.1",
80 "file-loader": "^4.1.0",
81 "fork-ts-checker-webpack-plugin": "^1.4.3",
82 "friendly-errors-webpack-plugin": "^1.7.0",
83 "happypack": "^5.0.1",
84 "identity-obj-proxy": "^3.0.0",
85 "jest-canvas-mock": "^2.1.0",
86 "mini-css-extract-plugin": "^0.8.0",
87 "optimize-css-assets-webpack-plugin": "^5.0.3",
88 "postcss-loader": "^3.0.0",
89 "pug": "^2.0.4",
90 "pug-loader": "^2.4.0",
91 "rimraf": "^2.6.3",
92 "sass": "^1.22.7",
93 "sass-loader": "^7.1.0",
94 "style-loader": "^0.23.1",
95 "stylus": "^0.54.5",
96 "stylus-loader": "^3.0.2",
97 "ts-loader": "^6.0.4",
98 "tslint": "^5.18.0",
99 "url-loader": "^2.1.0",
100 "vue-meta": "^2.0.5",
101 "vue-router": "^3.0.7",
102 "vuetify-loader": "^1.2.2",
103 "webpack-dev-server": "^3.7.2"
104 },
105 "peerDependencies": {
106 "vue": "^2.6.4"
107 },
108 "publishConfig": {
109 "access": "public"
110 },
111 "vetur": {
112 "tags": "dist/json/tags.json",
113 "attributes": "dist/json/attributes.json"
114 },
115 "gitHead": "f0ec7dba89da409bb647f1a947159126f9838acb"
116}