forked from mbman/react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
159 lines (159 loc) · 5.21 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
{
"private": true,
"scripts": {
"build": "gulp build",
"build:bundle": "gulp bundle:all-packages",
"build:docs": "gulp build:docs",
"ci": "yarn lint && yarn prettier && yarn test --strict",
"clean:cache": "gulp clean:cache",
"predeploy:docs": "cross-env NODE_ENV=production yarn build:docs",
"deploy:docs": "gulp deploy:docs",
"lint": "eslint \"**/*.{js,ts,tsx}\" && yarn lint:old",
"lint:fix": "yarn lint --fix && yarn lint:old --fix",
"lint:old": "tslint -t stylish -p .",
"now-build": "cross-env NOW=true yarn predeploy:docs",
"perf": "cross-env PERF=true gulp perf --times=50",
"perf:debug": "cross-env PERF=true gulp perf:debug --debug",
"prettier": "prettier --list-different \"**/*.{ts,tsx}\"",
"prettier:fix": "prettier --write \"**/*.{ts,tsx}\"",
"precommit": "lint-staged",
"postcommit": "git update-index --again",
"prerelease": "yarn ci && cross-env NODE_ENV=production yarn build",
"postrelease": "yarn deploy:docs",
"release:major": "yarn prerelease && lerna publish major && yarn postrelease",
"release:minor": "yarn prerelease && lerna publish minor && yarn postrelease",
"release:patch": "yarn prerelease && lerna publish patch && yarn postrelease",
"prestart": "yarn satisfied",
"start": "cross-env SKIP_ERRORS=true gulp docs",
"stats:build": "gulp stats",
"stats:save": "gulp stats:save",
"satisfied": "satisfied --skip-invalid",
"pretest": "yarn satisfied && yarn syncpack list-mismatches",
"test": "gulp test",
"test:e2e": "gulp test:e2e",
"test:e2e:serve": "gulp test:e2e:serve",
"test:watch": "gulp test:watch",
"test:vulns": "gulp test:vulns",
"test:visual": "gulp screener",
"test:projects": "gulp test:projects",
"test:circulars": "gulp test:circulars:run"
},
"lint-staged": {
"**/*.{ts,tsx}": [
"prettier --write",
"tslint -t stylish --fix",
"eslint --fix",
"git add"
],
"**/*.{js,json}": [
"prettier --write",
"git add"
],
"**/*.mdx": [
"prettier --parser mdx --write",
"git add"
]
},
"devDependencies": {
"@babel/register": "^7.4.4",
"@babel/standalone": "^7.3.2",
"@mdx-js/loader": "^1.0.21",
"@types/babel__traverse": "^7.0.4",
"@types/color": "^3.0.0",
"@types/enzyme": "^3.9.3",
"@types/express": "^4.16.1",
"@types/faker": "^4.1.3",
"@types/gulp-load-plugins": "^0.0.31",
"@types/lodash": "^4.14.118",
"@types/node": "^10.3.2",
"@types/puppeteer": "^1.11.1",
"@types/prop-types": "^15.7.1",
"@types/react": "^16.8.10",
"@types/react-custom-scrollbars": "^4.0.5",
"@types/react-dom": "^16.8.3",
"@types/react-is": "^16.7.1",
"@types/react-router-dom": "^4.3.4",
"@types/rimraf": "^2.0.2",
"babel-loader": "^8.0.6",
"circular-dependency-plugin": "^5.0.2",
"clean-webpack-plugin": "^0.1.19",
"color": "^3.1.0",
"connect-history-api-fallback": "^1.3.0",
"copy-to-clipboard": "^3.0.8",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.1.4",
"danger": "^6.0.5",
"doctoc": "^1.3.0",
"doctrine": "^2.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"express": "^4.15.4",
"extract-comments": "^1.0.0",
"faker": "^4.1.0",
"flat": "^4.1.0",
"fork-ts-checker-webpack-plugin": "^1.3.3",
"gh-pages": "^1.0.0",
"glob": "^7.1.2",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.0.2",
"gulp-debug": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.2.0",
"gulp-remember": "^1.0.1",
"gulp-transform": "^3.0.5",
"gulp-typescript": "^5.0.0",
"gulp-util": "^3.0.8",
"html-webpack-plugin": "^4.0.0-beta.5",
"husky": "^0.14.3",
"json-stable-stringify-without-jsonify": "^1.0.1",
"lerna": "^3.10.7",
"lerna-alias": "^3.0.3-0",
"license-webpack-plugin": "^2.1.1",
"lint-staged": "^7.0.2",
"merge2": "^1.2.2",
"normalize.css": "^8.0.0",
"portfinder": "^1.0.20",
"prettier": "^1.18.2",
"progress": "^2.0.3",
"puppeteer": "^1.11.0",
"react": "^16.8.6",
"react-ace": "^5.1.2",
"react-codesandboxer": "^3.1.3",
"react-custom-scrollbars": "^4.2.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.8.6",
"react-element-to-jsx-string": "^14.0.2",
"react-hot-loader": "^4.8.2",
"react-markdown": "^4.0.8",
"react-router-dom": "^5.0.1",
"react-source-render": "3.0.0-5",
"react-test-renderer": "^16.8.5",
"react-virtualized": "^9.21.1",
"react-vis": "^1.11.6",
"read-package-json": "^2.0.13",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.1",
"satisfied": "^1.1.1",
"screener-runner": "^0.10.43",
"semver": "^6.2.0",
"shallowequal": "^1.1.0",
"simulant": "^0.2.2",
"snyk": "^1.196.0",
"syncpack": "^4.5.4",
"through2": "^2.0.3",
"tmp": "^0.0.33",
"tsconfig-paths": "^3.7.0",
"tslint": "^5.11.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.3333",
"webpack": "^4.35.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-middleware": "^3.6.2",
"webpack-hot-middleware": "^2.24.3"
},
"workspaces": [
"packages/*"
]
}