This repository was archived by the owner on Jan 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.06 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.06 KB
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
{
"private": true,
"scripts": {
"dev": "webpack-dev-server --config .config/webpack --env",
"build": "webpack -p --config .config/webpack --env",
"test-size": "bundlesize",
"report-coverage": "codecov",
"test-unit": "NODE_ENV=test jest workspaces --config .config/jest/config.js --maxWorkers=2",
"test-lint": "stylelint './workspaces/**/*.tsx' --config ./.config/stylelint.json",
"format": "npx tslint --fix -c tslint.json ./workspaces/**/*.tsx",
"cosmos": "cosmos --config ./.config/cosmos/config.js",
"cosmos:export": "cosmos-export --config ./.config/cosmos/config.js"
},
"bundlesize": [
{
"path": ".build/**/main.*.js",
"maxSize": "20 kB"
},
{
"path": ".build/**/vendors.*.js",
"maxSize": "220 kB"
},
{
"path": ".build/**/[1-9].*.js",
"maxSize": "50 kB"
}
],
"dependencies": {
"@babel/runtime": "^7.1.5",
"@fortawesome/fontawesome": "1.1.8",
"@fortawesome/fontawesome-free-brands": "5.0.13",
"@fortawesome/react-fontawesome": "0.0.20",
"@reach/router": "1.2.1",
"@sentry/browser": "4.4.1",
"@syncano/cli": "0.15.0",
"@syncano/client": "0.15.0",
"babel-jest": "23.6.0",
"hoist-non-react-statics": "3.2.0",
"loadable-components": "2.2.3",
"mobx": "5.6.0",
"mobx-react": "5.4.2",
"mobx-state-tree": "3.7.0",
"nprogress": "0.2.0",
"prop-types": "15.6.2",
"react": "16.7.0-alpha.2",
"react-cosmos": "4.6.4",
"react-cosmos-wrapper-proxy": "1.4.0",
"react-dom": "16.7.0-alpha.2",
"redbox-react": "1.6.0",
"styled-components": "4.0.0",
"typescript-styled-plugin": "0.11.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "7.1.2",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "7.1.0",
"@octokit/rest": "15.13.1",
"@sentry/cli": "1.37.0",
"@sentry/webpack-plugin": "1.6.1",
"@types/jest": "23.3.5",
"@types/reach__router": "1.2.0",
"@types/react": "16.4.16",
"@types/react-dom": "16.0.9",
"@types/react-hot-loader": "4.1.0",
"@types/react-test-renderer": "16.0.3",
"@types/styled-components": "4.0.1",
"@types/webpack-env": "1.13.6",
"awesome-typescript-loader": "5.2.1",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.4",
"babel-plugin-dynamic-import-webpack": "1.1.0",
"babel-plugin-styled-components": "1.8.0",
"brotli-gzip-webpack-plugin": "0.5.0",
"bundlesize": "0.17.0",
"clean-webpack-plugin": "0.1.19",
"codecov": "3.1.0",
"copy-webpack-plugin": "4.5.3",
"enzyme": "3.7.0",
"enzyme-adapter-react-16": "1.6.0",
"file-loader": "2.0.0",
"fork-ts-checker-webpack-plugin": "0.4.10",
"friendly-errors-webpack-plugin": "1.7.0",
"hard-source-webpack-plugin": "0.12.0",
"html-webpack-plugin": "3.2.0",
"jest": "23.6.0",
"jest-localstorage-mock": "2.2.0",
"lighthouse-ci": "1.3.0",
"react-hot-loader": "4.3.11",
"react-test-renderer": "16.5.2",
"source-map-loader": "0.2.4",
"stylelint": "9.6.0",
"stylelint-config-recommended": "2.1.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-custom-processor-loader": "0.5.0",
"stylelint-processor-styled-components": "1.5.0",
"sw-precache-webpack-plugin": "0.11.5",
"ts-jest": "23.10.4",
"tslint": "5.11.0",
"tslint-eslint-rules": "5.4.0",
"tslint-react": "3.6.0",
"typescript": "3.1.3",
"webpack": "4.20.2",
"webpack-bundle-analyzer": "3.0.2",
"webpack-cli": "3.1.2",
"webpack-dev-server": "3.1.9",
"webpack-manifest-plugin": "2.0.4",
"webpack-merge": "4.1.4"
},
"browserslist": [
">0.25%",
"not ie 11",
"not op_mini all"
]
}