-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
63 lines (63 loc) · 1.46 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
{
"name": "cp-scheduler",
"version": "2.1.3",
"private": true,
"dependencies": {
"14": "^1.0.1",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.11.4",
"@mui/material": "^5.5.0",
"@mui/styled-engine-sc": "^5.4.2",
"@mui/styles": "^5.5.1",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.6.7",
"bootstrap": "^5.1.3",
"localforage": "^1.9.0",
"luxon": "^3.3.0",
"node-forge": "^1.3.1",
"react": "^17.0.2",
"react-bootstrap": "^2.2.1",
"react-browser-extension-scripts": "^3.3.1",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-router-dom": "^5.2.0",
"styled-components": "^5.3.3",
"web-ext": "^0.0.1",
"web-vitals": "^1.1.2",
"webext-options-sync": "^2.0.1",
"webextension-polyfill": "^0.8.0"
},
"scripts": {
"start": "react-scripts --max_old_space_size=8128 start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"env": {
"browser": true,
"webextensions": true,
"es6": true
},
"globals": {
"chrome": true
}
},
"browserslist": [
"last 1 Chrome version",
"last 1 Firefox version"
],
"devDependencies": {
"@iconify-icons/simple-icons": "^1.1.27",
"@iconify/react": "^1.1.4",
"@types/chrome": "^0.0.260"
}
}