-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.71 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
{
"name": "tsv7-ult-quotes-to-origl-quotes-rcl",
"version": "0.1.5",
"private": false,
"type": "module",
"main": "dist/index.js",
"keywords": [
"Scripture"
],
"author": "Richard Mahn",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/unfoldingWord/tsv7-ult-quotes-to-origl-quotes-rcl"
},
"bugs": {
"url": "https://github.com/unfoldingWord/tsv7-ult-quotes-to-origl-quotes-rcl/issues"
},
"homepage": "https://github.com/unfoldingWord/tsv7-ult-quotes-to-origl-quotes-rcl#readme",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "stonrybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.1.3",
"@mui/material": "^6.1.3",
"@mui/system": "^6.1.3",
"axios": "^1.7.7",
"papaparse": "^5.4.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.11",
"tsv7-ult-quotes-to-origl-quotes": "^1.0.55"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@storybook/addon-docs": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-onboarding": "^8.3.5",
"@storybook/manager-api": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@storybook/theming": "^8.3.5",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"globals": "^15.11.0",
"vite": "^5.4.8"
}
}