-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.52 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
{
"name": "@bx3/codebreakers",
"publishConfig": {
"registry": "https://dcartifactory.service.dev/artifactory/api/npm/anzdesignsystem-npm/"
},
"version": "0.1.3",
"homepage": "https://anz-bank.github.io/anz-codebreakers/",
"main": "build/index.js",
"dependencies": {
"@anz/button": "^1.3.0",
"@anz/error": "^1.1.3",
"@anz/footer": "^1.1.4",
"@anz/icon": "^1.2.0",
"@anz/masthead": "^1.1.4",
"@anz/section": "^1.1.2",
"@anz/text-field": "^1.4.0",
"@anz/typekit": "^1.0.0",
"@anz/validation": "^1.2.1",
"@reach/router": "^1.1.1",
"emoji.json": "^12.1.1",
"html-react-parser": "^0.13.0",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.2",
"react-scripts": "^3.3.0",
"react-styled-flexboxgrid": "^3.2.1",
"recompose": "^0.30.0",
"standard": "^14.3.4",
"styled-components": "^5.1.1",
"styled-normalize": "^8.0.0",
"tinycolor2": "^1.4.1",
"twemoji": "^13.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"@babel/helper-call-delegate": "^7.10.1",
"gh-pages": "^3.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}