generated from toggle-corp/base-react-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 5.25 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": "helix-extension",
"version": "1.0.0",
"description": "Helix extension",
"scripts": {
"generate": "env-cmd -f .env graphql-codegen --config codegen.yml",
"lint": "eslint ./app --report-unused-disable-directives",
"typecheck": "tsc",
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development --node-env=development",
"bundle": "git archive -o ../extension-source.zip HEAD && cd build && zip -r -FS ../../extension-bundle.zip *",
"watch": "webpack --watch --mode=development --node-env=development",
"watch:prod": "webpack --watch --mode=production --node-env=production",
"start": "webpack serve --mode=development --node-env=development",
"initialize": "mkdir -p generated && yes n | cp -i type.template.tsx generated/types.tsx 2>/dev/null",
"prelint": "yarn initialize",
"pretypecheck": "yarn initialize",
"prebuild": "yarn initialize",
"prestart": "yarn initialize"
},
"sideEffects": [
"@the-deep/deep-ui/build/index.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/idmc-labs/helix-extension.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/idmc-labs/helix-extension/issues"
},
"homepage": "https://github.com/idmc-labs/helix-extension#readme",
"dependencies": {
"@apollo/client": "^3.3.21",
"@sentry/react": "^6.9.0",
"@sentry/tracing": "^6.9.0",
"@the-deep/deep-ui": "^1.5.12",
"@togglecorp/fujs": "^1.9.2",
"@togglecorp/toggle-form": "^1.2.1",
"@togglecorp/toggle-ui": "0.14.1",
"@types/chrome": "^0.0.188",
"@types/svg-injector": "^0.0.29",
"@types/uuid": "^8.3.0",
"apollo-link": "^1.2.14",
"apollo-link-batch-http": "^1.2.14",
"apollo-link-rest": "^0.8.0-beta.0",
"apollo-link-retry": "^2.2.16",
"apollo-upload-client": "^16.0.0",
"core-js": "3",
"graphql": "^15.5.1",
"graphql-anywhere": "^4.2.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-icons": "^4.3.1",
"svg-injector": "^1.1.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-do-expressions": "^7.14.5",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/plugin-transform-react-inline-elements": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.14.5",
"@babel/preset-env": "^7.13.10",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.14.5",
"@graphql-codegen/cli": "^1.21.7",
"@graphql-codegen/introspection": "^1.18.2",
"@graphql-codegen/typescript": "^1.23.0",
"@graphql-codegen/typescript-operations": "^1.18.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
"@types/apollo-upload-client": "^14.1.0",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"babel-loader": "^8.2.2",
"babel-plugin-graphql-tag": "^3.3.0",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-polyfill-corejs3": "^0.2.3",
"babel-plugin-polyfill-regenerator": "^0.2.2",
"circular-dependency-plugin": "^5.2.2",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.1.3",
"css-minimizer-webpack-plugin": "^3.0.2",
"dotenv-webpack": "^7.0.3",
"env-cmd": "^10.1.0",
"eslint": "^7.30.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-babel-module": "^5.3.1",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-postcss-modules": "^1.2.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-webpack-plugin": "^2.5.4",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^5.0.0",
"history": "^4.9.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^2.1.0",
"postcss-loader": "^4.0.3",
"postcss-nested": "^4.2.1",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"react-refresh": "^0.10.0",
"react-router-dom": "^5.2.0",
"resource-hints-webpack-plugin": "^0.0.2",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-concentric": "^2.0.2",
"stylelint-config-recommended": "^5.0.0",
"stylelint-webpack-plugin": "^2.2.2",
"terser-webpack-plugin": "^5.1.4",
"typescript": "^4.3.5",
"webpack": "^5.27.0",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-extension-manifest-plugin": "^0.8.0",
"webpack-merge": "^5.8.0",
"workbox-webpack-plugin": "^6.1.5"
}
}