-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
98 lines (98 loc) · 3.36 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
{
"name": "builders-react",
"version": "1.3.2",
"description": "",
"scripts": {
"start": "webpack-dev-server --hot --inline --config webpack.dev.js --open",
"start:build": "http-server ./build -c-1 -o",
"build": "webpack --config webpack.prod.js",
"test": "jest --config jest.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@babel/runtime": "^7.8.7",
"@devexpress/dx-core": "2.4.0",
"@devexpress/dx-grid-core": "2.4.0",
"@devexpress/dx-react-core": "^2.4.0",
"@devexpress/dx-react-grid": "^2.4.0",
"@devexpress/dx-react-grid-material-ui": "^2.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@fortawesome/react-fontawesome": "^0.1.8",
"@loadable/component": "^5.12.0",
"@material-ui/core": "^4.9.1",
"@material-ui/icons": "^4.9.1",
"@types/react": "16.8.0",
"apollo-boost": "^0.4.7",
"apollo-client": "2.6.4",
"apollo-utilities": "1.3.2",
"graphiql": "^0.17.5",
"graphql": "^14.6.0",
"isomorphic-fetch": "^2.2.1",
"lodash.capitalize": "^4.2.1",
"lodash.startcase": "^4.4.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-date-picker": "^7.10.0",
"react-dom": "^16.12.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"typescript": "^3.8.3",
"typography": "^0.16.19",
"typography-theme-us-web-design-standards": "^0.16.19"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@types/jest": "^24.0.24",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"eslint": "^6.7.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-jest": "^23.0.4",
"eslint-plugin-react": "^7.16.0",
"file-loader": "^5.0.2",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.12.1",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"react-test-renderer": "^16.12.0",
"sass-loader": "^8.0.2",
"sass-resources-loader": "^2.0.1",
"style-loader": "^1.1.3",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.3",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}