-
Notifications
You must be signed in to change notification settings - Fork 560
/
package.json
130 lines (130 loc) · 4.98 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "ga-dev-tools",
"repository": {
"type": "git",
"url": "git://github.com/googleanalytics/ga-dev-tools.git"
},
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.12.3",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0",
"@mui/styles": "^5.14.15",
"@mui/x-data-grid": "^6.4.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"babel-eslint": "^10.0.0",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.3",
"eslint": "^7.0.0",
"gatsby": "^5.9.1",
"gatsby-plugin-emotion": "^8.9.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.9.0",
"gatsby-plugin-preload-fonts": "^4.9.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-plugin-sitemap": "^6.9.0",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-json": "^5.9.0",
"gatsby-transformer-sharp": "^5.9.0",
"js-base64": "^3.7.5",
"json-schema-library": "^7.4.7",
"load-script": "^2.0.0",
"mui-colors": "^1.0.2",
"object-sizeof": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.4",
"react-helmet": "^6.1.0",
"react-icons": "^4.8.0",
"react-json-view": "^1.21.3",
"react-markdown": "^9.0.1",
"react-loader-spinner": "^6.1.6",
"react-redux": "^8.0.5",
"react-syntax-highlighter": "^15.5.0",
"redux": "^4.2.1",
"remark-gfm": "^4.0.0",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"use-debounce": "^9.0.4",
"use-query-params": "^0.4.3"
},
"devDependencies": {
"@reach/router": "^1.3.4",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^13.1.8",
"@types/gapi": "^0.0.39",
"@types/gapi.auth2": "^0.0.54",
"@types/gapi.client.analytics": "^3.0.7",
"@types/gapi.client.analyticsadmin": "^1.0.0",
"@types/gapi.client.analyticsdata": "^1.0.2",
"@types/gapi.client.analyticsreporting": "^4.0.3",
"@types/gtag.js": "^0.0.5",
"@types/jest": "^26.0.23",
"@types/node": "^18.16.5",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-helmet": "^6.1.1",
"@types/react-redux": "^7.1.9",
"@types/react-syntax-highlighter": "^13.5.0",
"@types/react-test-renderer": "^18.0.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"axios": "^0.21.1",
"babel-eslint": "^10.0.0",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^1.4.0",
"eslint": "^7.0.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-flowtype": "5.7.2",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"eslint-plugin-react-hooks": "4.2.0",
"firebase-tools": "^9.10.2",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sitemap": "^6.9.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"prettier": "^2.0.5",
"react-hooks-testing-library": "^0.6.0",
"react-test-renderer": "^18.0.0",
"ts-node": "^9.1.1",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"type-fest": "^2.1.0",
"typescript": "^5.0.4"
},
"overrides": {
"react-server-dom-webpack@0.0.0-experimental-c8b778b7f-20220825": {
"react": "^18.2.0"
}
},
"scripts": {
"lint": "eslint 'src/**/*' 'lib/**/*' 'gatsby/**/*'",
"prettier": "prettier --write \"**/*.{js,jsx,json,md}\"",
"check-types": "tsc",
"test": "yarn check-types && jest",
"clean": "gatsby clean",
"firebase": "firebase",
"generate-scripts": "cd lib && yarn build",
"check-config": "yarn generate-scripts && node lib/build/index.js check-config",
"develop": "yarn generate-scripts && node lib/build/index.js develop",
"preload-fonts": "gatsby-preload-fonts",
"start:app:production": "yarn run develop --environment=production",
"deploy:app:production": "yarn generate-scripts && node lib/build/index.js deploy --environment=production",
"build:app:production": "yarn generate-scripts && node lib/build/index.js build --environment=production",
"serve:app:production": "yarn generate-scripts && node lib/build/index.js serve --environment=production",
"deploy:functions:production": "yarn generate-scripts && node lib/build/index.js deploy-functions --environment=production",
"start:app:staging": "yarn run develop --environment=staging",
"deploy:app:staging": "yarn generate-scripts && node lib/build/index.js deploy --environment=staging",
"deploy:functions:staging": "yarn generate-scripts && node lib/build/index.js deploy-functions --environment=staging",
"build:app:staging": "yarn generate-scripts && node lib/build/index.js build --environment=production"
}
}