This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
71 lines (71 loc) · 2.1 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
{
"name": "@mariomc/WayfarerPlusUltra",
"version": "1.0.0",
"private": true,
"description": "Extension to super-charge your Wayfarer Experience",
"keywords": [
"chrome-extension",
"web-extension",
"typescript",
"react",
"rollup",
"boilerplate"
],
"homepage": "https://github.com/extend-chrome/ts-react-boilerplate#readme",
"bugs": {
"url": "https://github.com/extend-chrome/ts-react-boilerplate/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/extend-chrome/ts-react-boilerplate.git"
},
"license": "MIT",
"author": "Jack Steam<jacksteamdev@gmail.com>",
"scripts": {
"build": "rollup -c",
"release": "cross-env NODE_ENV=production rollup -c",
"start": "rollup -c -w",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^5.0.0-beta.5",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/icons": "^5.0.0-beta.5",
"@material-ui/styles": "^5.0.0-beta.5",
"@rollup/plugin-replace": "^3.0.0",
"@types/chrome": "^0.0.157",
"@types/firefox-webext-browser": "^82.0.1",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"scheduler": "^0.20.2",
"use-context-selector": "^1.3.7",
"use-long-press": "^1.1.1",
"webextension-polyfill": "^0.8.0"
},
"devDependencies": {
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-typescript": "^8.2.5",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.1",
"jest": "^26.6.3",
"jest-chrome": "^0.7.2",
"prettier": "2.3.2",
"rollup": "^2.56.3",
"rollup-plugin-chrome-extension": "^3.6.2",
"rollup-plugin-empty-dir": "^1.0.5",
"rollup-plugin-zip": "^1.0.3",
"ts-jest": "^26.5.6",
"tslib": "^2.3.1",
"typescript": "^4.4.2"
}
}