-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@messari/modules",
"version": "0.1.1",
"description": "An open-source Messari Modules component library to piece together cryptocurrency data modules pulling from the Messari GraphQL server. Build your own module!",
"dependencies": {
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"@material-ui/core": "4.12.2",
"@storybook/addon-actions": "^6.3.6",
"@storybook/addon-docs": "6.3.6",
"@storybook/addon-links": "^6.3.6",
"@storybook/addons": "^6.3.6",
"@storybook/preset-create-react-app": "^3.2.0",
"@storybook/react": "^6.3.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^26.0.24",
"@types/node": "^16.4.7",
"@types/react": "^17.0.15",
"@types/react-dom": "^17.0.9",
"lodash.get": "4.4.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"typescript": "~4.3.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"generate": "graphql-codegen --config codegen.yml"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@apollo/client": "3.3.21",
"@emotion/babel-plugin": "11.3.0",
"@graphql-codegen/cli": "1.21.8",
"@graphql-codegen/fragment-matcher": "2.0.1",
"@graphql-codegen/introspection": "1.18.2",
"@graphql-codegen/typescript": "1.23.0",
"@graphql-codegen/typescript-document-nodes": "1.17.16",
"@graphql-codegen/typescript-graphql-files-modules": "1.18.1",
"@graphql-codegen/typescript-operations": "1.18.4",
"@graphql-codegen/typescript-react-apollo": "2.3.1",
"@material-ui/icons": "4.11.2",
"@types/lodash.get": "4.4.6",
"graphql": "15.5.1"
},
"main": "index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/messari/messari-modules.git"
},
"keywords": [
"cryptocurrency",
"react",
"crypto",
"components"
],
"author": "Messari Engineering",
"license": "ISC",
"bugs": {
"url": "https://github.com/messari/messari-modules/issues"
},
"homepage": "https://github.com/messari/messari-modules#readme"
}