forked from alfa-laboratory/arui-feather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
154 lines (154 loc) · 4.66 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
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "arui-feather",
"version": "13.3.3",
"description": "Alfa-Bank UI lightweight library",
"repository": {
"type": "git",
"url": "git+https://github.com/alfa-laboratory/arui-feather.git"
},
"scripts": {
"test": "jest",
"test:coverage": "npm run test -- --coverage",
"lint": "npm run lint-css && npm run lint-js",
"lint-js": "eslint ./*.js ./src/ ./gemini/ --ext .js,.jsx",
"lint-md": "eslint -c .eslintrc.styleguide.js ./src/ --ext .md",
"lint-css": "stylelint ./src/**/*.css",
"gemini": "gemini test",
"gemini-ci": "node ./gemini-utils/gemini-ci.js",
"gemini-update": "ALL_SIZES=1 gemini update",
"sauce-connect": "sh ./tools/sauce-connect.sh",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"github-release": "conventional-github-releaser -p angular",
"release-patch": "npm version patch -m 'chore(*): patch version'",
"release-minor": "npm version minor -m 'chore(*): minor version'",
"release-major": "npm version major -m 'chore(*): major version'",
"version": "git fetch --tags && npm run changelog && git add CHANGELOG.md",
"postversion": "git push origin master && git push --tags && npm run pub",
"modernizr": "node ./tools/modernizr-build.js",
"commitmsg": "validate-commit-msg",
"precommit": "lint-staged",
"lint-staged": "lint-staged",
"compile": "gulp --cwd . compile",
"pub": "npm run compile && cd .publish && npm publish",
"demo": "git submodule update --init --remote && styleguidist server",
"build:demo": "git submodule update --init --remote && styleguidist build",
"build:flag-icons": "gulp --gulpfile ./src/flag-icon/flag-icon.gulpfile.js",
"build:icons": "node ./tools/icon/build-icons.js && svgo ./src/icon/**/* --config=.svgo.yml"
},
"lint-staged": {
"concurrent": false,
"linters": {
"./*.js": [
"eslint"
],
"demo/**/*.{js,jsx}": [
"eslint"
],
"gemini/**/*.{js,jsx}": [
"eslint"
],
"demo/components/**/*.{js,jsx}": [
"eslint"
],
"*.css": [
"npm run lint-css"
],
"src/**/*.{js,jsx}": [
"eslint",
"npm run test -- --findRelatedTests"
],
"src/**/*.md": [
"npm run lint-md"
]
}
},
"maintainers": [
{
"email": "[email protected]",
"name": "Vitaliy Green"
},
{
"email": "[email protected]",
"name": "Alexander Kitov"
},
{
"email": "[email protected]",
"name": "Mitya Teryaew"
},
{
"email": "[email protected]",
"name": "Daniil Volkov"
}
],
"author": "Good guys from Alfa Laboratory",
"license": "MPL-2.0",
"dependencies": {
"bezier-easing": "2.0.3",
"cn-decorator": "2.1.0",
"core-decorators": "0.20.0",
"core-js": "2.5.5",
"date-fns": "1.29.0",
"deprecated-decorator": "0.1.6",
"exenv": "1.2.2",
"ima-babel6-polyfill": "0.12.0",
"inputmask-core": "2.2.0",
"libphonenumber-js": "1.0.24",
"lodash.debounce": "4.0.8",
"lodash.sortedindexof": "4.1.0",
"matches-selector-polyfill": "1.0.0",
"modernizr": "3.6.0",
"prop-types": "15.6.1",
"raf": "3.4.0",
"react-addons-create-fragment": "15.6.2",
"react-style-proptype": "3.2.1",
"react-textarea-autosize": "5.2.1"
},
"peerDependencies": {
"react": ">=15.6",
"react-dom": ">=15.6"
},
"devDependencies": {
"alfa-ui-primitives": "1.8.0",
"arui-presets": "4.13.4",
"babel-plugin-dynamic-import-node": "^2.0.0",
"conventional-changelog-cli": "1.3.14",
"conventional-github-releaser": "2.0.0",
"coveralls": "3.0.0",
"del": "3.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint-plugin-markdown": "^1.0.0-beta.6",
"gemini": "5.5.0",
"gemini-babel": "^1.0.0",
"gemini-optipng": "^1.2.0",
"gemini-react": "0.11.0",
"gemini-saucelabs-info": "^1.0.0",
"glob": "7.1.2",
"gulp": "3.9.1",
"gulp-gm": "0.0.8",
"gulp-imagemin": "4.1.0",
"gulp-rename": "1.2.2",
"gulp.spritesmith": "6.9.0",
"handlebars": "4.0.11",
"html-reporter": "2.12.3",
"husky": "0.14.3",
"jest": "^23.2.0",
"library-utils": "2.2.0",
"lint-staged": "7.1.0",
"merge-stream": "1.0.1",
"mkdirp": "0.5.1",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-frame-component": "2.0.2",
"react-styleguidist": "6.4.0",
"region-flags": "1.1.0",
"svgo": "1.0.5",
"timezone-mock": "^1.0.0",
"uppercamelcase": "3.0.0",
"validate-commit-message": "3.0.1",
"vinyl-buffer": "1.0.1",
"webpack": "3.11",
"webpack-merge": "4.1.1"
}
}