-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
159 lines (159 loc) · 5.94 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "Checklist",
"version": "1.3.0",
"description": "Checklist",
"main": "src/index.tsx",
"keywords": [],
"author": "",
"license": "ISC",
"sideEffects": [
"./src/Root/App/styles.css"
],
"scripts": {
"start": "webpack -w --mode development --config config/webpack.js --env.NODE_ENV=development --history-api-fallback --config-register @babel/register",
"build": "webpack --mode production --config config/webpack.js --env.NODE_ENV=production --config-register @babel/register",
"test": "jest",
"test:watch": "jest --watch",
"typecheck": "tsc",
"lint": "eslint ./src --rule 'import/no-unresolved: 0'",
"test:coverage": "jest --coverage",
"zip": "git archive -o ../my-source.zip HEAD; cd build; zip -r -FS ../../my-extension.zip *"
},
"jest": {
"setupFiles": [
"./src/utils/setupTests.js"
],
"moduleNameMapper": {
"^.+\\.(css|scss|svg|gif|jpg|png)$": "identity-obj-proxy"
},
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx"
],
"globals": {
"NODE_ENV": "test"
},
"moduleDirectories": [
"node_modules",
"src"
],
"testMatch": [
"<rootDir>/src/**/__tests__/**/*.js?(x)",
"<rootDir>/src/**/?(*.)(spec|test).js?(x)",
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
"<rootDir>/src/**/?(*.)(spec|test).ts?(x)"
],
"testEnvironment": "jsdom",
"testURL": "http://localhost",
"transform": {
"^.+\\.(ts|tsx)$": "babel-jest",
"^.+\\.(js|jsx)$": "babel-jest"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(ts|tsx)$",
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"
]
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-namespace-from": "^7.2.0",
"@babel/plugin-proposal-function-sent": "^7.2.0",
"@babel/plugin-proposal-json-strings": "^7.2.0",
"@babel/plugin-proposal-numeric-separator": "^7.2.0",
"@babel/plugin-proposal-throw-expressions": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.6.2",
"@babel/runtime": "^7.5.5",
"@babel/runtime-corejs3": "^7.5.5",
"@types/chrome": "^0.0.103",
"@types/file-saver": "^2.0.1",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/memoize-one": "^4.1.1",
"@types/reach__router": "^1.2.4",
"@types/react": "^16.9.34",
"@types/react-dom": "^16.9.7",
"@types/react-helmet": "5.0.8",
"@types/react-loadable": "^5.5.1",
"@types/react-redux": "^7.1.1",
"@types/react-router-dom": "^4.3.4",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-module-resolver": "^3.2.0",
"body-parser": "^1.19.0",
"cache-loader": "^4.1.0",
"circular-dependency-plugin": "^5.0.2",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.4",
"css-loader": "^3.1.0",
"dotenv": "^8.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-import-resolver-babel-module": "^5.1.0",
"eslint-loader": "^2.2.1",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1",
"eslint_d": "^8.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^4.1.0",
"fs": "^0.0.1-security",
"git-revision-webpack-plugin": "^3.0.4",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"mini-css-extract-plugin": "^0.7.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.2.1",
"postcss-normalize": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"react-test-renderer": "^16.8.6",
"resource-hints-webpack-plugin": "^0.0.2",
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-config-concentric": "^2.0.2",
"stylelint-config-recommended": "^3.0.0",
"stylelint-webpack-plugin": "^1.2.3",
"terser-webpack-plugin": "^1.4.1",
"typescript": "^3.5.3",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-extension-manifest-plugin": "^0.5.0"
},
"dependencies": {
"@togglecorp/fujs": "^1.8.0",
"@togglecorp/ravl": "^1.2.3",
"@togglecorp/react-rest-request": "^2.4.5",
"core-js": "3",
"immer": "^3.2.0",
"memoize-one": "^5.0.5",
"react": "^0.0.0-experimental-33c3af284",
"react-dom": "^0.0.0-experimental-33c3af284",
"react-icons": "^3.9.0",
"react-router-dom": "^5.0.1"
}
}