-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
119 lines (119 loc) · 3.34 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
{
"name": "@qvant/qui",
"version": "1.4.5",
"private": false,
"description": "A Vue.js Design system for Web.",
"author": {
"name": "Qvant Frontend team"
},
"scripts": {
"build": "npx vue-cli-service build --target lib --name qui --entry ./src/qComponents/index.js",
"build-storybook": "build-storybook -c .storybook -o .out",
"create-badges": "node scripts/badges.js",
"deploy-storybook": "storybook-to-ghpages",
"eslint": "eslint --fix --no-ignore .storybook/**/**/*.{vue,js}",
"prettier": "prettier --write '**/*.{js,vue,scss,json,yml}'",
"storybook": "start-storybook -s ./public -p 6006",
"stylelint:fix": "stylelint --fix '**/*.{scss,vue}'",
"test:unit": "jest"
},
"main": "./dist/qui.common.js",
"dependencies": {
"@popperjs/core": "^2.4.4",
"async-validator": "^3.4.0",
"color": "^3.1.2",
"date-fns": "^2.15.0",
"focus-visible": "^5.2.0",
"jest-transform-stub": "^2.0.0",
"lodash-es": "^4.17.15",
"resize-observer-polyfill": "^1.5.0",
"v-click-outside": "^3.1.2",
"vue": "^2.6.11",
"vue-i18n": "^8.22.2"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@storybook/addon-controls": "^6.1.10",
"@storybook/addon-docs": "^6.1.10",
"@storybook/addon-storysource": "^6.1.10",
"@storybook/addon-toolbars": "^6.1.11",
"@storybook/preset-scss": "^1.0.3",
"@storybook/storybook-deployer": "^2.8.7",
"@storybook/theming": "^6.1.10",
"@storybook/vue": "^6.1.10",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.1.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.1.0",
"babel-preset-vue": "^2.0.2",
"badges": "^4.24.0",
"css-loader": "^4.3.0",
"eslint": "^7.9.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.0.1",
"husky": "^4.2.5",
"jest": "^26.6.3",
"lint-staged": "^10.1.7",
"node-sass": "^4.13.0",
"sass-loader": "^10.0.2",
"style-loader": "^1.2.1",
"stylelint": "^13.7.1",
"stylelint-config-prettier": "^8.0.1",
"stylelint-order": "^4.0.0",
"vue-jest": "^3.0.7",
"vue-loader": "^15.9.3",
"vue-template-compiler": "^2.6.11"
},
"_id": "@qvant/[email protected]",
"bugs": {
"url": "https://github.com/Qvant-lab/qui/issues"
},
"contributors": [
{
"name": "Viktor Zheleztsov",
"url": "https://github.com/ViZhe"
},
{
"name": "Maksim Novikov",
"url": "https://github.com/Esvalirion"
},
{
"name": "Shamil Alisultanov",
"url": "https://github.com/shamilfrontend"
}
],
"demo": "https://qvant-lab.github.io/qui/",
"homepage": "https://github.com/Qvant-lab/qui#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged && yarn test:unit --coverage"
}
},
"keywords": [
"design-system",
"components",
"library",
"ui",
"vue",
"sass",
"neumorphism"
],
"license": "MIT",
"maintainers": [
{
"name": "Tim Bochkarev",
"url": "https://github.com/Tim152"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/Qvant-lab/qui.git"
}
}