-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.95 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
{
"name": "wdp-ui-code-test",
"version": "0.1.1",
"description": "WDP UI Code Test",
"scripts": {
"presetup": "yarn install",
"setup": "node ./materials/scripts/generate.js",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"prettier": "prettier-eslint --write \"src/**/*.+(js|jsx)\"",
"prettier-dry-run": "prettier-eslint \"src/**/*.+(js|jsx)\" -l debug",
"server": "NODE_ENV=development nodemon server/bootstrap.js"
},
"author": "Westpac AU",
"license": "UNLICENSED",
"devDependencies": {
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"faker": "^4.1.0",
"prettier-eslint-cli": "^4.7.1",
"prisma-client-lib": "^1.26.6",
"react-scripts": "^2.1.5"
},
"dependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"apollo-cache-inmemory": "^1.4.3",
"apollo-client": "^2.4.13",
"apollo-link": "^1.2.8",
"apollo-link-http": "^1.5.11",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react-app": "^7.0.1",
"date-fns": "^1.30.1",
"enzyme": "^3.8.0",
"eslint": "^5.12.0",
"express": "^4.16.4",
"file-loader": "^3.0.1",
"graphql-tag": "^2.10.1",
"graphql-tools": "^4.0.4",
"ignore-styles": "^5.0.1",
"isomorphic-fetch": "^2.2.1",
"node-fetch": "^2.3.0",
"nodemon": "^1.18.10",
"react": "^16.8.2",
"react-apollo": "^2.4.1",
"react-dom": "^16.8.2",
"react-jss": "^8.6.1",
"react-loadable": "^5.5.0",
"react-modal": "^3.8.1",
"react-router-dom": "^4.3.1",
"react-test-renderer": "^16.8.2",
"styled-components": "^4.1.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}