forked from sapristi/journal-startpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.54 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": "journal-startpage",
"homepage": ".",
"version": "1.11.10",
"private": true,
"dependencies": {
"@ctrl/tinycolor": "^3.5.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@mui/x-data-grid": "^5.17.23",
"@mui/x-date-pickers": "^5.0.13",
"ical.js": "^1.5.0",
"immer": "^9.0.17",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"marked": "^4.2.5",
"mui-color-input": "^1.0.4",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-bottom-scroll-listener": "^5.1.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.4",
"react-scripts": "5.0.1",
"remark-gfm": "^3.0.1",
"tsdav": "^2.0.3",
"web-vitals": "^2.1.4",
"zustand": "^4.2.0"
},
"scripts": {
"start": "scripts/dev.py start",
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
"build:dev": "scripts/dev.py build",
"eject": "react-scripts eject",
"package-ext": "scripts/package.sh",
"package-source": "scripts/package_source.sh",
"publish-ext": "scripts/publish.sh"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"react-devtools": "^4.27.2",
"sass": "^1.57.1",
"web-ext": "^7.4.0"
}
}