forked from mbman/react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 4.77 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
{
"private": true,
"scripts": {
"build": "gulp build",
"build:bundle": "gulp bundle:all-packages",
"build:docs": "gulp --series dll 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": "cross-env NODE_OPTIONS='-r ts-node/register' tslint -t stylish -p . --rules-dir ./build/tslint",
"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",
"prepush": "gulp git:prepush",
"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 --fix yarn",
"start": "gulp --series dll 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: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"
]
},
"devDependencies": {
"@babel/standalone": "^7.3.2",
"@types/babel__traverse": "^7.0.4",
"@types/color": "^3.0.0",
"@types/enzyme": "^3.9.0",
"@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/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": "^4.0.27",
"awesome-typescript-loader": "^5.2.1",
"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.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"express": "^4.15.4",
"extract-comments": "^1.0.0",
"faker": "^4.1.0",
"gh-pages": "^1.0.0",
"glob": "^7.1.2",
"gulp": "^4.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": "^3.2.0",
"husky": "^0.14.3",
"json-stable-stringify-without-jsonify": "^1.0.1",
"lerna": "^3.10.7",
"lerna-alias": "^3.0.3-0",
"lint-staged": "^7.0.2",
"merge2": "^1.2.2",
"normalize.css": "^8.0.0",
"portfinder": "^1.0.20",
"prettier": "^1.15.3",
"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-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-source-render": "2.0.0-beta.6",
"react-test-renderer": "^16.8.5",
"react-vis": "^1.11.6",
"request-promise-native": "^1.0.5",
"rimraf": "^2.6.1",
"satisfied": "^1.1.1",
"screener-runner": "^0.10.30",
"shallowequal": "^1.1.0",
"simulant": "^0.2.2",
"snyk": "^1.110.2",
"syncpack": "^4.3.1",
"through2": "^2.0.3",
"tmp": "^0.0.33",
"ts-loader": "^5.3.0",
"ts-node": "^6.1.0",
"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.30.0",
"webpack-dev-middleware": "^3.6.2",
"webpack-hot-middleware": "^2.24.3"
},
"workspaces": [
"packages/*"
]
}