This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
110 lines (110 loc) · 4.49 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
{
"name": "deep-chrome-extension",
"version": "1.0.0",
"description": "Extension for extracting page details",
"main": "index.js",
"keywords": [
"react"
],
"author": "",
"license": "ISC",
"sideEffects": false,
"scripts": {
"start": "webpack --progress --mode development --config config/webpack.dev.js --env.NODE_ENV=development",
"start-as-prod": "webpack --progress --mode development --config config/webpack.dev.js --env.NODE_ENV=development --env.REACT_APP_RAVL_WARNING=disable --env.REACT_APP_LOCALHOST_SUPPORT=disable",
"build": "webpack --mode production --config config/webpack.prod.js --env.NODE_ENV=production --env.REACT_APP_RAVL_WARNING=disable --env.REACT_APP_LOCALHOST_SUPPORT=disable",
"build-as-dev": "webpack --mode production --config config/webpack.prod.js --env.NODE_ENV=production"
},
"devDependencies": {
"@babel/core": "^7.4.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.0.0-beta.46",
"@babel/preset-env": "7.4.5",
"@babel/preset-react": "^7.0.0-beta.46",
"@babel/preset-typescript": "^7.3.3",
"@babel/runtime": "^7.0.0-beta.46",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"@typescript-eslint/parser": "^1.4.2",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-module-resolver": "^3.2.0",
"cache-loader": "^4.0.1",
"circular-dependency-plugin": "^5.2.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.3",
"css-loader": "^3.0.0",
"dotenv": "^8.1.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-airbnb-base": "^13.1.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.0.0",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"react-test-renderer": "^16.9.0",
"remote-redux-devtools": "^0.5.16",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-config-concentric": "^2.0.2",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-order": "^3.0.0",
"stylelint-scss": "^3.10.0",
"terser-webpack-plugin": "^1.3.0",
"typescript": "^3.3.3333",
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7",
"webpack-dev-server": "^3.8.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@togglecorp/faram": "^1.2.1",
"@togglecorp/fujs": "^1.8.1",
"@togglecorp/ravl": "^1.2.3",
"@togglecorp/react-rest-request": "^2.5.0-beta.6",
"core-js": "3",
"hoist-non-react-statics": "^3.3.0",
"immer": "^6.0.9",
"immutability-helper": "^3.0.1",
"jwt-decode": "^2.2.0",
"localforage": "^1.7.3",
"localforage-observable": "^1.4.0",
"memoize-one": "^5.1.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-focus-trap": "^2.7.1",
"react-redux": "^7.1.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"reselect": "^4.0.0",
"resize-observer-polyfill": "^1.5.1",
"svg-injector": "^1.1.3",
"title": "^3.4.2"
}
}