-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
144 lines (144 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
{
"name": "latitude",
"version": "0.0.0-versionless",
"description": "Flexport's design system",
"private": false,
"dependencies": {
"@storybook/addon-actions": "^5.2.4",
"@storybook/addon-links": "^5.2.4",
"@storybook/react": "^5.2.4",
"aphrodite": "^1.2.5",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.5.0",
"babel-loader": "^8.0.5",
"babel-plugin-add-react-displayname": "^0.0.5",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-prismjs": "^1.1.1",
"babel-plugin-remove-test-ids": "^1.1.0",
"classlist-polyfill": "^1.0.3",
"classnames": "^2.2.5",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"enzyme-to-json": "^3.4.2",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-flowtype": "^3.2.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^22.2.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-lodash": "^3.1.0",
"eslint-plugin-react": "7.13.0",
"eslint-plugin-react-hooks": "^1.0.1",
"flux": "^3.1.3",
"formula-one": "0.9.3",
"found": "^0.4.9",
"i18next": "^15.1.2",
"immutability-helper": "^2.1.1",
"jest": "^24.0.0",
"jsverify": "^0.8.4",
"keymaster": "^1.6.2",
"keymirror": "0.1.x",
"lodash": "^4.17.11",
"moment": "^2.11.2",
"moment-timezone": "^0.5.4",
"parse-decimal-number": "^1.0.0",
"prettier": "^1.16.4",
"prismjs": "^1.17.1",
"prop-types": "^15.6.0",
"react": "^16.9.0",
"react-datepicker": "1.5.0",
"react-dom": "16.9.0",
"react-dotdotdot": "^1.3.0",
"react-dropzone": "^6.0.2",
"react-element-to-jsx-string": "14.0.0",
"react-highlight": "^0.12.0",
"react-hot-loader": "^4.7.0",
"react-infinite": "^0.13.0",
"react-live": "^2.2.1",
"react-markdown": "^4.1.0",
"react-modal": "^3.4.2",
"react-onclickoutside": "^6.7.1",
"react-pdf": "^4.1.0",
"react-popper": "^1.3.4",
"react-popper-tooltip": "^2.10.0",
"react-select": "1.1.0",
"react-simple-code-editor": "^0.10.0",
"react-transition-group": "^4.3.0",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.1",
"react-window-infinite-loader": "^1.0.3",
"reflective-bind": "0.2.2",
"terser-webpack-plugin": "^1.1.0",
"url-polyfill": "^1.0.11",
"webpack": "^4.35.3",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-manifest-plugin": "^2.0.4",
"webpack-plugin-hash-output": "^3.2.1",
"xss": "^0.2.12"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-namespace-from": "^7.5.2",
"@babel/plugin-proposal-function-sent": "^7.5.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.5.5",
"@storybook/addon-actions": "^5.2.4",
"@storybook/addon-knobs": "^5.2.4",
"@storybook/addon-links": "^5.2.4",
"@storybook/addons": "^5.2.4",
"@storybook/cli": "^5.2.4",
"babel-plugin-lodash": "^3.3.4",
"chunkd": "^1.0.0",
"ci-parallel-vars": "^1.0.0",
"css-loader": "^1.0.1",
"eslint-plugin-autofix": "^0.0.9",
"flow-bin": "0.119.0",
"flow-node": "^1.2.3",
"husky": "^1.1.1",
"jest-environment-jsdom": "^24.0.0",
"jest-environment-jsdom-global": "^1.2.0",
"style-loader": "^0.23.1",
"thread-loader": "^1.2.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.7.2",
"yarnhook": "^0.3.0"
},
"scripts": {
"webpack": "node --max_old_space_size=8192 $(yarn bin)/webpack --config webpack/config.dev.js",
"webpack:watch": "yarn webpack --colors --progress --watch",
"webpack:unused": "node --max_old_space_size=8192 $(yarn bin)/webpack --config webpack/config.unused.js",
"webpack:config": "BABEL_ENV=node yarn babel scripts/ --out-dir . && yarn prettier --write webpack/config.*.js",
"test": "yarn run jest",
"testWithCoverage": "jest --coverage",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
"eslint:all": "yarn run eslint .",
"eslint": "eslint --ext .js,.jsx",
"prettier:fix": "git diff HEAD --name-only --diff-filter=ACMR -- '*.jsx' '*.js' '*.json' | xargs yarn run prettier --write",
"docgen": "flow-node ./script/reactDocgen/generateDocs.js",
"build-storybook": "build-storybook",
"storybook": "start-storybook -p 6006"
},
"husky": {
"hooks": {
"post-merge": "YARNHOOK_DRYRUN=true yarnhook",
"post-checkout": "YARNHOOK_DRYRUN=true yarnhook",
"post-rewrite": "YARNHOOK_DRYRUN=true yarnhook"
}
}
}