-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
117 lines (117 loc) · 3.28 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
{
"name": "rhinostyle",
"version": "1.10.43",
"license": "MIT",
"description": "Components, patterns, and style guide for Rhinogram.",
"main": "dist/scripts/rhinostyle.min.js",
"browserslist": [
">0.25%",
"not op_mini all"
],
"scripts": {
"build": "gulp build",
"version": "git pull --tags && gulp && git add -A",
"postversion": "git push --tags && git push",
"start": "yarn && gulp docs && gulp serve",
"lint": "eslint src/**/*.jsx"
},
"peerDependencies": {
"react": ">=16.4.1",
"react-dom": ">=16.4.1"
},
"files": [
"README.md",
"dist/**",
"src/less/**",
"src/svg/**",
"stylelint.config.js"
],
"repository": {
"type": "git",
"url": "https://github.com/rhinogram/rhinostyle"
},
"resolutions": {
"minimist": "1.2.7"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/eslint-plugin": "7.14.5",
"@babel/node": "7.16.0",
"@babel/plugin-proposal-class-properties": "7.16.0",
"@babel/plugin-syntax-jsx": "7.16.0",
"@babel/plugin-transform-strict-mode": "7.16.0",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.16.4",
"@babel/preset-react": "7.16.0",
"@babel/register": "7.12.10",
"autoprefixer": "9.6.1",
"babel-loader": "8.2.3",
"browser-sync": "3.0.3",
"cssnano": "3.10.0",
"del": "6.0.0",
"eslint-config-rhinogram": "https://github.com/rhinogram/eslint-config-rhinogram.git#0.2.5",
"eslint-webpack-plugin": "3.1.1",
"fancy-log": "1.3.3",
"gulp": "4.0.2",
"gulp-changed": "4.0.3",
"gulp-duration": "0.0.0",
"gulp-imagemin": "7.1.0",
"gulp-insert": "0.5.0",
"gulp-less": "5.0.0",
"gulp-load-plugins": "2.0.7",
"gulp-postcss": "9.0.1",
"gulp-size": "3.0.0",
"gulp-sourcemaps": "3.0.0",
"gulp-svg-sprite": "1.5.0",
"metalsmith": "2.3.0",
"metalsmith-ignore": "1.0.0",
"metalsmith-in-place": "4.4.2",
"metalsmith-layouts": "1.8.1",
"metalsmith-move-up": "3.0.0",
"metalsmith-permalinks": "2.2.0",
"metalsmith-rootpath": "1.0.4",
"nunjucks": "3.2.2",
"path-browserify": "1.0.1",
"postcss": "7.0.35",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-inline-svg": "4.1.0",
"postcss-less": "1.1.5",
"postcss-reporter": "6.0.1",
"postcss-sorting": "5.0.1",
"raw-loader": "4.0.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"stylelint": "9.4.0",
"stylelint-config-standard": "18.2.0",
"webpack": "5.94.0",
"what-input": "5.2.10"
},
"dependencies": {
"chart.js": "2.9.4",
"classnames": "2.2.6",
"cleave.js": "1.6.0",
"flux": "3.1.3",
"gift": "0.10.2",
"grapheme-splitter": "^1.0.4",
"gsap": "2.0.1",
"keymirror": "0.1.1",
"moment": "2.29.4",
"parse5": "5.1.1",
"plugin-error": "1.0.1",
"prop-types": "15.7.2",
"react-chartjs-2": "2.11.1",
"react-container-query": "0.11.3",
"react-custom-scrollbars": "4.2.1",
"react-datepicker": "1.6.0",
"react-html-parser": "2.0.2",
"react-live": "2.2.3",
"react-onclickoutside": "6.7.1",
"react-table": "6.8.6",
"react-table-hoc-fixed-columns": "1.0.4",
"react-textarea-autosize": "7.1.2",
"recursive-readdir-sync": "1.0.6",
"rhino-react-image-lightbox-rotate": "1.2.4",
"rsvp": "4.8.5",
"svgo": "1.3.2"
}
}