-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.47 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
{
"name": "@rustyzone/rollup-firease-template",
"version": "1.0.0",
"private": true,
"description": "Chrome extension boilerplate with JavaScript, React & Firebase",
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"release": "cross-env NODE_ENV=production rollup -c",
"start": "rollup -c -w",
"test": "jest"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.5.1",
"@types/chrome": "^0.0.127",
"@types/firefox-webext-browser": "^82.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"firebase": "^9.1.3",
"pdfjs": "^2.4.7",
"prettier": "^2.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"styled-components": "^5.3.3",
"webextension-polyfill": "^0.7.0"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-replace": "^2.4.1",
"@types/jest": "^26.0.19",
"cross-env": "^7.0.3",
"eslint": "^7.16.0",
"eslint-plugin-react": "^7.21.5",
"jest": "^26.6.3",
"jest-chrome": "^0.7.0",
"rollup": "^2.40.0",
"rollup-plugin-chrome-extension": "^3.5.6",
"rollup-plugin-empty-dir": "^1.0.4",
"rollup-plugin-zip": "^1.0.1",
"styled-jsx": "^3.3.2"
}
}