forked from altai-ui/qui-max
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
142 lines (142 loc) · 4.12 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"name": "@qvant/qui-max",
"version": "0.9.0",
"private": false,
"description": "A Vue 3 Design system for Web.",
"author": {
"name": "Qvant Frontend team"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"deploy-storybook": "storybook-to-ghpages --source-branch main",
"lint:js": "eslint '**/*.{vue,ts}'",
"lint:js:fix": "eslint --fix '**/*.{vue,ts,html}'",
"lint:style": "stylelint '**/*.{css,scss,vue}'",
"lint:style:fix": "stylelint --fix '**/*.{css,scss,vue}'",
"prettier": "prettier --check --ignore-unknown '**/*'",
"prettier:fix": "prettier --write --ignore-unknown '**/*'",
"prepare": "husky install",
"release": "release-it",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"dependencies": {
"@popperjs/core": "^2.11.2",
"async-validator": "^4.0.7",
"colord": "^2.9.2",
"date-fns": "^2.28.0",
"focus-visible": "^5.2.0",
"lodash-es": "^4.17.21",
"object-hash": "^2.2.0"
},
"peerDependencies": {
"vue": "^3.2.23"
},
"devDependencies": {
"@babel/core": "^7.16.12",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@qvant/prettier-config": "^0.0.2",
"@qvant/stylelint-config": "^0.2.0",
"@storybook/addon-actions": "^6.4.18",
"@storybook/addon-essentials": "^6.4.18",
"@storybook/addon-links": "^6.4.18",
"@storybook/addon-storysource": "^6.4.18",
"@storybook/builder-webpack5": "^6.4.18",
"@storybook/manager-webpack5": "^6.4.18",
"@storybook/preset-scss": "^1.0.3",
"@storybook/vue3": "^6.4.18",
"@types/lodash-es": "^4.17.5",
"@types/node": "^17.0.14",
"@types/object-hash": "^2.2.1",
"@types/sass": "^1.43.1",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vitejs/plugin-vue": "^2.1.0",
"@vue/compiler-sfc": "^3.2.29",
"@vue/eslint-config-typescript": "^10.0.0",
"@vuedx/typescript-plugin-vue": "^0.7.4",
"babel-loader": "^8.2.3",
"css-loader": "^6.6.0",
"eslint": "^8.8.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^16.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.4.0",
"husky": "^7.0.4",
"lint-staged": "^12.3.3",
"prettier": "^2.5.1",
"release-it": "^14.12.4",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-sass": "^1.2.10",
"rollup-plugin-typescript2": "^0.31.2",
"rollup-plugin-vue": "^6.0.0",
"sass": "^1.49.7",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"stylelint": "^14.3.0",
"typescript": "^4.5.5",
"vite": "^2.7.13",
"vite-plugin-dts": "^0.9.9",
"vue": "^3.2.26",
"vue-loader": "^15.9.8",
"vuepress-vite": "^2.0.0-beta.27"
},
"files": ["dist"],
"main": "./dist/qui-max.umd.js",
"module": "./dist/qui-max.es.js",
"style": "./dist/style.css",
"types": "./dist/src/qComponents/index.d.ts",
"exports": {
".": {
"import": "./dist/qui-max.es.js",
"require": "./dist/qui-max.umd.js"
},
"./styles": "./dist/style.css",
"./css/*": "./dist/css/*.css",
"./fonts": "./dist/fonts/fonts.css",
"./icons": "./dist/icons/icons.css"
},
"bugs": {
"url": "https://github.com/Qvant-lab/qui-max/issues"
},
"homepage": "https://github.com/Qvant-lab/qui-max#readme",
"keywords": [
"design-system",
"ui kit",
"components",
"library",
"ui",
"vue",
"vue 3",
"sass",
"typescript",
"neumorphism"
],
"license": "MIT",
"maintainers": [
{
"name": "Tim Bochkarev",
"url": "https://github.com/Tim152"
},
{
"name": "Viktor Zheleztsov",
"url": "https://github.com/ViZhe"
}
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Qvant-lab/qui-max.git"
}
}