forked from Psychedelic/plug
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
147 lines (147 loc) · 5.28 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
{
"name": "plug",
"version": "0.6.1.3",
"description": "Your plug into the Internet Computer",
"private": true,
"repository": "https://github.com/Psychedelic/plug",
"author": {
"name": "Psychedelic",
"url": "https://github.com/Psychedelic"
},
"license": "GPL-3.0 License",
"engines": {
"node": ">=10.0.0",
"yarn": ">= 1.0.0"
},
"scripts": {
"dev:chrome": "yarn build:inpage && cross-env NODE_ENV=development cross-env TARGET_BROWSER=chrome webpack --watch",
"dev:firefox": "yarn build:inpage && cross-env NODE_ENV=development cross-env TARGET_BROWSER=firefox webpack --watch",
"dev:opera": "yarn build:inpage && cross-env NODE_ENV=development cross-env TARGET_BROWSER=opera webpack --watch",
"build:chrome": "yarn build:inpage && cross-env NODE_ENV=production cross-env TARGET_BROWSER=chrome webpack",
"build:firefox": "yarn build:inpage && cross-env NODE_ENV=production cross-env TARGET_BROWSER=firefox webpack",
"build:opera": "yarn build:inpage && cross-env NODE_ENV=production cross-env TARGET_BROWSER=opera webpack",
"build": "yarn build:inpage && yarn run build:chrome && yarn run build:firefox",
"build:inpage": "webpack --config ./webpack.inpage.js",
"lint": "eslint ./source --ext .js,.jsx",
"lint:fix": "eslint ./source --ext .js,.jsx --fix",
"prepare": "husky install",
"pretest": "yarn build:inpage && cross-env NODE_ENV=test cross-env TARGET_BROWSER=chrome webpack",
"test": "jest --runInBand",
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
"@babel/runtime": "^7.12.5",
"@dfinity/principal": "0.9.3",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@metamask/post-message-stream": "^4.0.0",
"@psychedelic/browser-rpc": "2.1.0",
"@psychedelic/dab-js": "1.5.0-beta.4",
"@psychedelic/plug-controller": "0.24.7",
"@psychedelic/plug-inpage-provider": "^2.3.1",
"@reduxjs/toolkit": "^1.6.0",
"advanced-css-reset": "^1.2.2",
"axios": "^0.21.1",
"babel-plugin-react-require": "^3.1.3",
"bip39": "^3.0.4",
"clsx": "^1.1.1",
"emoji-log": "^1.0.2",
"emoji-picker-react": "^3.4.7",
"extensionizer": "^1.0.1",
"from-exponential": "^1.1.1",
"i18next": "^20.2.1",
"moment": "^2.29.1",
"puppeteer": "^13.6.0",
"qrcode": "^1.4.4",
"query-string": "^7.0.0",
"random-color": "^1.0.1",
"react": "^17.0.1",
"react-collapsible": "^2.8.4",
"react-cool-virtual": "^0.7.0",
"react-dom": "^17.0.1",
"react-dropzone": "^14.2.2",
"react-feather": "^2.0.9",
"react-i18next": "^11.8.13",
"react-json-view": "^1.21.3",
"react-loading-skeleton": "^3.1.0",
"react-number-format": "^4.5.5",
"react-redux": "^7.2.4",
"react-swipeable-views": "^0.13.9",
"react-toastify": "^8.0.3",
"uuid": "^8.3.2",
"webext-base-css": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-transform-destructuring": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.14.5",
"autoprefixer": "^10.0.2",
"babel-eslint": "^10.1.0",
"babel-jest": "^28.0.3",
"babel-loader": "^8.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.1",
"cross-env": "^7.0.2",
"css-loader": "^5.0.1",
"dotenv": "^16.0.1",
"eslint": "^7.21.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"filemanager-webpack-plugin": "6.1.4",
"html-webpack-plugin": "^4.5.0",
"husky": ">=6",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.0.3",
"jest-chrome": "^0.7.1",
"jest-environment-jsdom": "^27.0.6",
"jest-puppeteer": "^6.1.0",
"jest-webextension-mock": "^3.7.18",
"jsconfig-paths-jest-mapper": "^1.0.0",
"lint-staged": ">=10",
"mini-css-extract-plugin": "^1.3.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss": "^8.1.7",
"postcss-loader": "^4.0.4",
"prettier": "^2.1.2",
"react-test-renderer": "^17.0.2",
"regenerator-runtime": "^0.13.9",
"resolve-url-loader": "^3.1.2",
"svg-jest": "^1.0.1",
"terser-webpack-plugin": "^4.2.3",
"webpack": "^4.44.2",
"webpack-cli": "^4.2.0",
"webpack-extension-reloader": "^1.1.4",
"wext-manifest-loader": "^2.2.1",
"wext-manifest-webpack-plugin": "^1.2.1",
"yarn-audit-fix": "^6.3.6"
},
"resolutions": {
"glob-parent": "5.1.2",
"**/**/set-value": "4.0.1",
"**/**/ansi-regex": "5.0.1",
"**/**/color-string": "1.5.5",
"**/**/nth-check": "2.0.1"
},
"lint-staged": {
"*.{js,jsx}": "eslint --cache --fix",
"*.{js,css,md}": "prettier --write"
},
"standard": {
"parser": "@babel/eslint-parser"
}
}