-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.27 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
{
"name": "world-language-map-rcl",
"version": "0.1.1",
"private": false,
"type": "module",
"main": "dist/index.js",
"keywords": [
"Scripture"
],
"author": "Richard Mahn",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/unfoldingWord/world-language-map-rcl"
},
"bugs": {
"url": "https://github.com/unfoldingWord/world-language-map-rcl/issues"
},
"homepage": "https://github.com/unfoldingWord/world-language-map-rcl#readme",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@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",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@storybook/react": "^8.3.5",
"@vitejs/plugin-react": "^4.3.2",
"fs-extra": "^11.2.0",
"storybook": "^8.3.5",
"vite": "^5.4.8"
}
}