forked from Semantic-Org/Semantic-UI-React
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
214 lines (214 loc) · 7.49 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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
{
"name": "semantic-ui-react",
"version": "2.1.4",
"description": "The official Semantic-UI-React integration.",
"jsnext:main": "dist/es/index.js",
"main": "dist/commonjs/index.js",
"module": "dist/es/index.js",
"types": "index.d.ts",
"unpkg": "dist/umd/semantic-ui-react.min.js",
"files": [
"src",
"dist",
"index.d.ts"
],
"sideEffects": false,
"scripts": {
"build": "cross-env NODE_ENV=production gulp build",
"build:docs": "cross-env NODE_ENV=production gulp build:docs",
"build:docs:staging": "cross-env STAGING=true yarn build:docs && yarn serve docs/dist",
"build:dist": "gulp build:dist",
"prebuild:size": "gulp build:dist:es",
"build:size": "node bundle-size/bundle.js",
"ci": "yarn tsd:test && yarn lint && yarn test",
"predeploy:docs": "cross-env NODE_ENV=production yarn build:docs && gulp build:docs:cname",
"deploy:docs": "gulp deploy:docs",
"lint": "cross-env NODE_ENV=production eslint . --ext .js,.ts,.tsx",
"lint:fix": "yarn lint --fix",
"prettier": "prettier --list-different \"**/*.{js,jsx,ts,tsx}\"",
"prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
"prerelease": "yarn lint && yarn tsd:test && yarn test && cross-env NODE_ENV=production yarn build",
"postrelease": "yarn deploy:docs",
"release:major": "yarn prerelease && ta-script npm/release major && yarn postrelease",
"release:minor": "yarn prerelease && ta-script npm/release minor && yarn postrelease",
"release:patch": "yarn prerelease && ta-script npm/release patch && yarn postrelease",
"prestart": "yarn satisfied --fix yarn",
"start": "cross-env NODE_ENV=development gulp --series start:docs",
"satisfied": "satisfied --ignore \"webpack|react|react-dom\" --skip-invalid",
"pretest": "yarn satisfied && gulp build:docs:docgen",
"test": "cross-env NODE_ENV=test node -r @babel/register ./node_modules/karma/bin/karma start karma.conf.babel.js",
"test:watch": "yarn test --no-single-run",
"test:umd": "gulp build:dist:umd && node test/umd.js",
"tsd:test": "gulp build:dist:commonjs:tsd && tsc -p ./ --noEmit"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"post-commit": "git update-index --again"
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint --fix"
],
"**/*.mdx": [
"prettier --parser mdx --write"
]
},
"repository": {
"type": "git",
"url": "git+ssh://github.com/Semantic-Org/Semantic-UI-React.git"
},
"author": "Levi Thomason <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Semantic-Org/Semantic-UI-React/issues"
},
"homepage": "https://github.com/Semantic-Org/Semantic-UI-React#readme",
"dependencies": {
"@babel/runtime": "^7.10.5",
"@fluentui/react-component-event-listener": "~0.63.0",
"@fluentui/react-component-ref": "~0.63.0",
"@popperjs/core": "^2.6.0",
"@semantic-ui-react/event-stack": "^3.1.3",
"clsx": "^1.1.1",
"keyboard-key": "^1.1.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"prop-types": "^15.7.2",
"react-is": "^16.8.6 || ^17.0.0 || ^18.0.0",
"react-popper": "^2.3.0",
"shallowequal": "^1.1.0"
},
"devDependencies": {
"@artsy/fresnel": "^1.2.0",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-export-default-from": "^7.10.4",
"@babel/plugin-proposal-export-namespace-from": "^7.10.4",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.10.5",
"@babel/standalone": "^7.10.5",
"@mdx-js/loader": "^0.20.3",
"@percy/cli": "^1.0.0-beta.73",
"@percy/cypress": "^3.1.1",
"@size-limit/file": "^4.5.5",
"@types/react": "18.0.5",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.1.1",
"anchor-js": "^4.2.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-filter-imports": "^4.0.0",
"babel-plugin-istanbul": "^6.0.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-transform-react-handled-props": "^2.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"babel-plugin-transform-rename-import": "^2.3.0",
"babel-plugin-universal-import": "^2.0.2",
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
"copy-to-clipboard": "^3.3.1",
"cross-env": "^7.0.2",
"cypress": "^5.4.0",
"debug": "^4.1.1",
"dirty-chai": "^2.0.1",
"doctoc": "^1.4.0",
"doctrine": "^3.0.0",
"enzyme": "^3.11.0",
"eslint": "^7.5.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-react": "^7.20.4",
"eslint-plugin-react-hooks": "^4.0.8",
"faker": "^4.1.0",
"gh-pages": "^3.1.0",
"gulp": "^4.0.2",
"gulp-load-plugins": "^2.0.3",
"gulp-util": "^3.0.8",
"husky": "^4.2.5",
"imports-loader": "^1.1.0",
"karma": "^5.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-cli": "^2.0.0",
"karma-coverage": "^2.0.2",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^4.0.2",
"leven": "^3.1.0",
"lint-staged": "^10.2.11",
"mocha": "^8.0.1",
"prettier": "^2.0.5",
"prismjs": "^1.20.0",
"puppeteer": "^13.0.1",
"raw-loader": "^4.0.1",
"react": "^17.0.0",
"react-ace": "^6.4.0",
"react-codesandboxer": "^3.1.3",
"react-docgen": "^4.1.0",
"react-dom": "^17.0.0",
"react-hot-loader": "^4.13.0",
"react-intersection-observer": "^8.26.2",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-source-render": "^3.0.0-5",
"react-static": "^5.9.7",
"react-static-routes": "^1.0.0",
"react-test-renderer": "^17.0.0",
"react-universal-component": "^3.0.3",
"rimraf": "^3.0.2",
"satisfied": "^1.1.2",
"semantic-ui-css": "^2.4.1",
"simulant": "^0.2.2",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"size-limit": "^4.5.5",
"start-server-and-test": "^1.11.5",
"ta-scripts": "^2.5.2",
"terser-webpack-plugin": "^3.0.8",
"terser-webpack-plugin-legacy": "^1.2.3",
"through2": "^3.0.1",
"typescript": "^3.9.5",
"vinyl": "^2.2.0",
"webpack": "^4.28.4",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cli": "^3.3.12",
"webpack-dev-middleware": "^3.7.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"resolutions": {
"babel-plugin-universal-import": "^2.0.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-is": "^17.0.0",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-test-renderer": "^17.0.0",
"react-universal-component": "^3.0.3"
},
"changelog": {
"repo": "Semantic-Org/Semantic-UI-React",
"cacheDir": ".changelog",
"labels": {
"PR: Breaking Change :boom:": ":boom: Breaking Change",
"PR: New Feature :rocket:": ":rocket: New Feature",
"PR: Bug Fix :bug:": ":bug: Bug Fix",
"PR: Docs :memo:": ":memo: Documentation",
"PR: Internal :house:": ":house: Internal",
"PR: Performance :running_woman:": ":running_woman: Performance"
}
}
}