forked from pankosmia/core-client-content
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.55 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.55 KB
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": "core-client-content",
"version": "0.0.1",
"private": true,
"homepage": "/clients/content",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.4.11",
"@mui/material": "^6.1.5",
"@mui/x-data-grid": "^7.29.6",
"color": "^5.0.2",
"dateformat": "^5.0.3",
"eslint-config-react-app": "^7.0.1",
"file-saver": "^2.0.5",
"font-detect-rhl": "^1.1.7",
"notistack": "^3.0.2",
"pithekos-lib": "^0.11.20",
"proskomma-core": "^0.11.1",
"proskomma-json-tools": "^0.9.1",
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0",
"zip-project": "^1.0.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@vitejs/plugin-react": "^4.3.4",
"react-scripts": "5.0.1",
"vite": "^6.0.7"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build",
"build:cra": "node --max_old_space_size=4096 node_modules/react-scripts/scripts/build.js",
"build:vite": "vite build",
"dev": "vite"
},
"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"
]
}
}