-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.67 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
{
"name": "bookofhours-catalog",
"version": "1.4.0",
"description": "Web frontend for Book of Hours",
"scripts": {
"clean": "rimraf dist",
"postinstall": "rimraf node_modules/.vite",
"prebuild": "npm run clean",
"build": "cross-env NODE_ENV=production vite build",
"preview": "cross-env NODE_ENV=development vite preview",
"start": "cross-env NODE_ENV=development vite",
"watch-errors": "tsc --noEmit --watch"
},
"private": true,
"keywords": [
"Book of Hours"
],
"author": "SunsetFi",
"license": "ISC",
"devDependencies": {
"@types/events": "^3.0.0",
"@types/lodash": "^4.14.197",
"@types/luxon": "^3.3.1",
"@types/platform": "^1.3.4",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/webpack-env": "^1.17.0",
"@vitejs/plugin-react": "^4.3.3",
"cross-env": "^6.0.3",
"rimraf": "^3.0.0",
"rxjs-spy": "^8.0.2",
"typescript": "^5.5.3",
"vite": "^5.4.10",
"vite-plugin-checker": "^0.8.0"
},
"dependencies": {
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.14.6",
"@mui/material": "^5.8.2",
"@tanstack/react-table": "^8.10.4",
"clsx": "^2.1.1",
"history": "^5.3.0",
"http-status-codes": "^2.2.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"microinject": "^0.12.0",
"platform": "^1.3.6",
"react": "^18.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.1.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"rxjs": "^7.5.5",
"scheduler": "^0.23.0",
"secrethistories-api": "^1.42.0",
"type-fest": "^2.13.0",
"vite-plugin-svgr": "^4.2.0"
}
}