forked from googleanalytics/ga-dev-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 4.66 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
{
"name": "ga-dev-tools",
"repository": {
"type": "git",
"url": "git://github.com/googleanalytics/ga-dev-tools.git"
},
"license": "Apache-2.0",
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/data-grid": "^4.0.0-alpha.25",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/styles": "^4.11.3",
"@reach/router": "^1.3.4",
"classnames": "^2.2.6",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.12.0",
"firebase": "^8.5.0",
"gatsby": "^3.4.1",
"gatsby-cli": "^3.4.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^1.4.0",
"gatsby-plugin-material-ui": "^3.0.1",
"gatsby-plugin-preload-fonts": "^2.4.0",
"gatsby-plugin-react-helmet": "^4.7.1",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^3.4.1",
"gatsby-plugin-typescript": "^3.4.0",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-source-filesystem": "^3.4.0",
"gatsby-transformer-sharp": "^3.4.0",
"immutable": "^4.0.0-rc.12",
"load-script": "^1.0.0",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-json-view": "^1.21.3",
"react-loader-spinner": "^4.0.0",
"react-redux": "^7.2.4",
"react-syntax-highlighter": "^15.4.3",
"redux": "^4.0.5",
"use-debounce": "^6.0.0",
"use-query-params": "^1.2.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.0",
"@babel/preset-typescript": "^7.10.4",
"@testing-library/dom": ">=5",
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^13.1.8",
"@types/classnames": "^2.2.10",
"@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.1",
"@types/gapi.client.analyticsreporting": "^4.0.3",
"@types/gtag.js": "^0.0.5",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.3",
"@types/react-helmet": "^6.1.1",
"@types/react-redux": "^7.1.9",
"@types/react-syntax-highlighter": "^13.5.0",
"@types/react-test-renderer": "^17.0.1",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "4.22.1",
"@typescript-eslint/parser": "4.22.1",
"axios": "^0.21.1",
"babel-eslint": "10.x",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^1.4.0",
"eslint": "7.25.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.6.2",
"gatsby-plugin-sitemap": "^4.3.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"prettier": "^2.0.5",
"react-hooks-testing-library": "^0.6.0",
"react-test-renderer": "^17.0.2",
"ts-node": "^9.1.1",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"typescript": "^4.2.4"
},
"resolutions": {
"graphql": "^15.4.0",
"graphql-compose": "^7.25.0",
"webpack": "^5.24.2"
},
"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"
}
}