forked from buildkite/frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 4.43 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
{
"name": "buildkite-frontend",
"version": "2017.12.0",
"license": "MIT",
"description": "Buildkite's frontend",
"repository": {
"type": "git",
"url": "https://github.com/buildkite/frontend.git"
},
"scripts": {
"env": "env",
"start": "yarn run webpack-dev-server",
"test": "jest --colors",
"test-with-coverage": "jest --coverage --colors",
"lint": "eslint . --color",
"lint-and-fix": "eslint --fix --color .",
"build": "NODE_ENV=development webpack --config webpack/config.js --progress --bail --cache",
"build-production": "NODE_ENV=production webpack --config webpack/config.js --progress --bail",
"bundle-analyze": "NODE_ENV=production COLLECT_BUNDLE_STATS=true webpack --config webpack/config.js --bail --profile && webpack-bundle-analyzer bundle-analysis/stats.json dist --no-open --mode static -r bundle-analysis/bundle-analyzer-report.html",
"webpack-dev-server": "NODE_ENV=development webpack-dev-server --config webpack/config.js --progress --colors --cache --inline --hot --host buildkite.localhost --port 4890"
},
"devDependencies": {
"assets-webpack-plugin": "^3.4.0",
"babel-core": "^6.24.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.0.0",
"babel-plugin-react-pure-components": "^2.2.2",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-relay": "^1.0.1",
"babel-polyfill": "^6.13.0",
"babel-preset-env": "^1.5.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.28.3",
"css-variables-loader": "^2.0.2",
"eslint": "^4.15.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-flowtype": "^2.35.1",
"eslint-plugin-import": "^2.0.1",
"eslint-plugin-react": "^7.0.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"flow-bin": "^0.69.0",
"http-server": "^0.11",
"ignore-loader": "^0.1.2",
"image-webpack-loader": "^3.0.0",
"imports-loader": "^0.7.0",
"jest": "^22.0.4",
"mockdate": "^2.0.0",
"postcss": "^6.0.1",
"postcss-browser-reporter": "^0.5.0",
"postcss-cssnext": "^3.0.2",
"postcss-easings": "^1.0.0",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.5",
"postcss-reporter": "^5.0.0",
"react-test-renderer": "^16.2.0",
"react-transform-hmr": "^1.0.4",
"react-type-snob": "^0.0.3",
"relay-compiler": "^1.1.0",
"relay-compiler-webpack-plugin": "^0.5.11",
"stats-webpack-plugin": "^0.6.1",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"webpack": "3.10.0",
"webpack-bundle-analyzer": "^2.3.1",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"autosize": "^4.0",
"basscss": "^8.0.2",
"buffer-crc32": "^0.2.13",
"bugsnag-js": "^4.1",
"bugsnag-react": "^1.1.1",
"classnames": "^2.2.5",
"codemirror": "^5.25.0",
"codemirror-graphql": "^0.6.12",
"create-react-class": "^15.6.2",
"credit-card-type": "^6.1.0",
"deepmerge": "^2.0",
"es6-error": "^4.1",
"escape-html": "^1.0.3",
"eventemitter3": "^3.0",
"fetch-jsonp": "^1.1.1",
"global": "^4.3.1",
"graphql": "^0.11.0",
"graphql-relay": "^0.5.1",
"markdown-component-loader": "^1.0.0",
"metrick": "^0.2.0",
"mojibaka": "^1.0.2",
"moment": "^2.20",
"moment-duration-format": "^2.1",
"object-assign": "^4.1.0",
"prop-types": "^15.6.0",
"pusher-js": "^4.2",
"query-string": "^5.0",
"raw-loader": "^0.5.1",
"react": "^16.2.0",
"react-addons-pure-render-mixin": "^15.3.2",
"react-addons-shallow-compare": "^15.3.2",
"react-addons-update": "^15.3.2",
"react-confetti": "^2.0.0",
"react-document-title": "^2.0.2",
"react-dom": "^16.2",
"react-loadable": "^5.3.1",
"react-relay": "^1.0.0",
"react-router": "^3.2.0",
"react-router-relay": "https://github.com/sj26/react-router-relay/releases/download/v0.13.7%2Bclassic/react-router-relay-0.13.7.classic.tgz",
"react-transition-group": "^2.2.1",
"search-query-parser": "^1.3.0",
"shuffle-array": "^1.0.0",
"styled-components": "^2.4",
"styled-transition-group": "^1.0.0",
"throttleit": "^1.0.0",
"uuid": "^3.0.1",
"whatwg-fetch": "^2.0.3",
"word-wrap": "^1.2.3"
},
"jest": {
"collectCoverageFrom": [
"app/**/*.js"
],
"coveragePathIgnorePatterns": [
"/node_modules/"
]
}
}