-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 4.41 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
{
"private": true,
"name": "@atlaskit/website",
"version": "5.2.5",
"description": "",
"license": "Apache-2.0",
"author": "Atlassian Pty Ltd",
"maintainers": [
"Jed W",
"Trey S",
"Raja B"
],
"scripts": {
"TODO": "FIX THE BINARY FILES",
"start": "node ./node_modules/@atlaskit/webpack-config/bin/dev.js ",
"build": "rm -rf dist && node --max-old-space-size=6192 ./node_modules/@atlaskit/webpack-config/bin/build.js ",
"build:home": "rm -rf dist && node --max-old-space-size=6192 ./node_modules/@atlaskit/webpack-config/bin/build.js **/packages/home/**",
"build:report": "yarn build:home --report",
"build:no-minimize": "yarn build:home --no-minimize",
"build:copy": "cp dist/index.html dist/404.html && cp -R public/* dist/",
"deploy:staging": "STAGING=true node ./scripts/retry.publishing.website.js",
"depl:netlify": "yarn run build:home && yarn run build:copy && env-cmd node ./scripts/retry.publishing.website.js",
"depl:gh-pages": "env-cmd yarn run build:home && yarn run build:copy && gh-pages -b master -d dist"
},
"repository": "atlaskit/fabric",
"devDependencies": {
"@atlaskit/progress-tracker": "^6.1.1",
"@atlaskit/visual-regression": "^0.1.3",
"@atlaskit/webdriver-runner": "^0.1.5",
"@govuk-react/footer": "^0.7.2",
"@types/ramda": "^0.26.33",
"@types/react-router": "^4.4.1",
"bolt-query": "^1.1.4",
"chalk": "^2.1.0",
"env-cmd": "^10.0.1",
"extract-react-types-loader": "^0.3.9",
"gh-pages": "^2.1.1",
"netlify-cli": "^2.8.3",
"node-fetch": "^2.2.0",
"ramda": "^0.26.1",
"react-flexview": "^4.0.4",
"react-quicklink-component": "^0.0.5",
"react-styled-flexboxgrid": "^3.1.0",
"react-video-play": "^2.0.3",
"ts-node": "^6.1.1",
"tty-table": "^2.6.8",
"webpack-bundle-analyzer": "^2.13.0"
},
"dependencies": {
"@atlaskit/analytics-listeners": "^6.2.1",
"@atlaskit/badge": "^13.1.1",
"@atlaskit/button": "^13.3.2",
"@atlaskit/code": "^11.0.13",
"@atlaskit/css-reset": "^5.0.8",
"@atlaskit/docs": "^8.1.5",
"@atlaskit/dynamic-table": "^13.3.2",
"@atlaskit/field-text": "^9.0.12",
"@atlaskit/flag": "^12.3.1",
"@atlaskit/icon": "^19.0.8",
"@atlaskit/icon-object": "^5.0.0",
"@atlaskit/inline-dialog": "^12.1.1",
"@atlaskit/logo": "^12.1.8",
"@atlaskit/lozenge": "^9.0.7",
"@atlaskit/media-card": "^66.0.0",
"@atlaskit/media-core": "^30.0.17",
"@atlaskit/media-filmstrip": "^35.0.0",
"@atlaskit/media-test-helpers": "^25.2.0",
"@atlaskit/mobile-header": "^3.2.0",
"@atlaskit/modal-dialog": "^10.3.2",
"@atlaskit/navigation": "^35.2.4",
"@atlaskit/page": "^11.0.8",
"@atlaskit/progress-tracker": "^6.1.1",
"@atlaskit/quick-search": "^7.7.0",
"@atlaskit/select": "^10.1.2",
"@atlaskit/spinner": "^12.0.9",
"@atlaskit/tag": "^9.0.8",
"@atlaskit/tag-group": "^9.0.3",
"@atlaskit/theme": "^9.2.0",
"@atlaskit/tooltip": "^15.0.15",
"@atlaskit/webpack-config": "^2.0.15",
"@babel/runtime": "7.7.1",
"@types/algoliasearch": "^3.34.5",
"@types/commonmark": "^0.27.1",
"@types/prismjs": "^1.9.0",
"@types/react": "16.9.11",
"@types/react-helmet": "^5.0.8",
"@types/react-router": "^4.4.1",
"@types/recompose": "^0.30.3",
"algoliasearch": "^3.35.1",
"codesandboxer": "^1.0.3",
"commonmark": "^0.27.0",
"commonmark-react-renderer": "^4.3.3",
"connect-history-api-fallback": "^1.5.0",
"extract-react-types-loader": "^0.3.9",
"happypack": "^5.0.0",
"ldclient-js": "^2.3.1",
"lodash.debounce": "^4.0.8",
"minimatch": "^3.0.4",
"prismjs": "^1.17.1",
"prop-types": "^15.5.10",
"query-string": "^4.3.2",
"ramda": "^0.26.1",
"react": "16.12.0",
"react-addons-text-content": "^0.0.4",
"react-codesandboxer": "^3.1.5",
"react-dom": "16.12.0",
"react-flexa": "^0.9.1",
"react-ga": "^2.3.5",
"react-helmet": "^5.2.0",
"react-loadable": "^5.1.0",
"react-markdown": "^2.5.0",
"react-media": "^1.9.2",
"react-router": "^4.2.0",
"react-router-dom": "5.1.2",
"react-transition-group": "^2.2.1",
"recompose": "^0.26.0",
"semver": "^5.4.1",
"sentence-case": "^2.1.1",
"snake-case": "^2.1.0",
"styled-components": "^3.2.6",
"tti-polyfill": "^0.2.2",
"uglify-js": "^3.1.7",
"uuid": "^3.1.0"
},
"peerDependencies": {
"@atlassiansox/analytics-web-client": "^1.7.1"
}
}