This repository was archived by the owner on Dec 2, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.24 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.24 KB
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
{
"name": "gigbase",
"version": "0.2.0",
"private": true,
"dependencies": {
"@material-ui/core": "3.1.1",
"@material-ui/icons": "^3.0.2",
"@storybook/react": "^4.1.18",
"apollo-boost": "^0.1.28",
"apollo-cache-persist": "^0.1.1",
"apollo-link-context": "^1.0.19",
"auth0-js": "^9.11.3",
"graphql": "^14.5.8",
"react": "^16.10.2",
"react-apollo": "^2.5.8",
"react-async": "^3.13.4",
"react-dom": "^16.10.2",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-signup-login-component": "^1.2.0",
"typeface-roboto": "0.0.54"
},
"scripts": {
"start": "MUI_SUPPRESS_DEPRECATION_WARNINGS=1 HOST= react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "NODE_PATH=src start-storybook -p 9001 --ci -c .storybook"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"engines": {
"yarn": "YARN NO LONGER USED - use npm instead."
},
"devDependencies": {
"@storybook/addon-actions": "^4.1.18",
"babel-core": "^6.26.3",
"babel-loader": "8.0.5",
"webpack": "4.28.3"
},
"homepage": "https://gigbase.leadbone.com"
}