This repository has been archived by the owner on Dec 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
133 lines (133 loc) · 5.06 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"homepage": "https://dooboo-ui.hyo.dev",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"pre": "lerna run clean && lerna clean --yes && lerna run build",
"predeploy": "yarn build",
"postinstall": "hyochan-welcome postinstall",
"publish": "yarn build && cd lib && npm publish && cd ..",
"publish:packages": "yarn pre && yarn build:packages && lerna exec -- npm publish",
"lint": "eslint main packages stories --ext .ts,.tsx,.js,.jsx",
"lint:ci": "commitlint --from HEAD~0 --to HEAD --verbose",
"tsc": "tsc",
"start": "expo start",
"start:reset": "watchman watch-del-all && lsof -t -i :8081 | xargs kill && expo start -c",
"jest": "jest --runInBand",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest",
"test:all": "yarn pre && yarn lint && yarn tsc && yarn test",
"build": "tsc --project tsconfigBuild.json && yarn cp:icon; yarn cp:assets; yarn cp:main",
"cp:assets": "cp -R main/__assets__ lib",
"cp:icon": "mkdir -p `dirname ./lib/uis/Icon/selection.json` && cp ./main/uis/Icon/selection.json ./lib/uis/Icon/selection.json && cp ./main/uis/Icon/doobooui.ttf ./lib/uis/Icon/doobooui.ttf",
"cp:main": "cp -r main/* ./lib",
"postbuild": "cp ./main/react-native.config.cjs ./lib/react-native.config.cjs && rm -rf ./lib/tsconfig* && cp README.md ./lib/README.md && cp -R main/__assets__ lib && cp ./main/uis/Icon/**.otf ./lib/uis/Icon/",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build --docs -o ./doc-build -c ./.storybook",
"storybook:serve": "npx http-server ./doc-build",
"export": "expo export -p web",
"storybook-generate": "sb-rn-get-stories",
"deploy:storybook": "gh-pages -t -d dist",
"build:packages": "lerna exec -- yarn build",
"install:packages": "lerna exec -- yarn",
"upgrade:packages": "lerna exec -- ncu -u && yarn install:packages",
"prepare": "husky"
},
"dependencies": {
"@dooboo-ui/theme": "^0.12.16",
"@emotion/native": "11.11.0",
"@emotion/react": "11.11.1",
"@expo/match-media": "^0.4.0",
"@expo/metro-runtime": "~3.2.1",
"@react-native-async-storage/async-storage": "1.23.1",
"expo": "~51.0.17",
"expo-font": "~12.0.7",
"expo-linear-gradient": "~13.0.0",
"expo-screen-orientation": "~7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-svg": "15.2.0",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "~0.19.10",
"react-native-web-hooks": "^3.0.2",
"react-useinterval": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-react": "^7.23.3",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@dooboo/eslint-config-react-native": "^1.4.2",
"@jest/types": "^29.6.3",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-community/slider": "4.5.2",
"@storybook/addon-docs": "^7.6.13",
"@storybook/addon-essentials": "^7.6.13",
"@storybook/addon-links": "^7.6.13",
"@storybook/addon-ondevice-actions": "^7.6.11",
"@storybook/addon-ondevice-backgrounds": "^7.6.11",
"@storybook/addon-ondevice-controls": "^7.6.11",
"@storybook/addon-ondevice-notes": "^7.6.11",
"@storybook/addon-react-native-web": "^0.0.22",
"@storybook/addons": "^7.6.12",
"@storybook/preset-typescript": "^3.0.0",
"@storybook/react": "^7.6.10",
"@storybook/react-native": "^7.6.11",
"@storybook/react-webpack5": "^7.6.10",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.4.3",
"@types/jest": "^29.5.11",
"@types/jest-plugin-context": "^2.9.7",
"@types/node": "^20.11.15",
"@types/react": "~18.2.79",
"@types/react-dom": "~18.2.25",
"@types/react-responsive": "^8.0.8",
"@types/react-test-renderer": "^18.0.7",
"babel-loader": "^9.1.3",
"babel-plugin-react-docgen-typescript": "^1.5.1",
"babel-plugin-react-native-web": "^0.19.10",
"babel-preset-expo": "^11.0.0",
"babel-preset-react-app": "^10.0.1",
"commitlint-plugin-function-rules": "^4.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-plugin-storybook": "^0.6.15",
"gh-pages": "^6.1.1",
"givens": "^1.3.9",
"husky": "^9.0.9",
"jest": "^29.7.0",
"jest-expo": "~51.0.3",
"jest-plugin-context": "^2.9.0",
"lerna": "^8.0.2",
"prettier": "^3.2.4",
"react-test-renderer": "^18.2.0",
"storybook": "^7.6.10",
"storybook-dark-mode": "^4.0.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.0"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"resolutions": {
"react-docgen-typescript": "2.2.2"
},
"overrides": {
"react-docgen-typescript": "2.2.2"
},
"pnpm": {
"overrides": {
"react-docgen-typescript": "2.2.2"
}
}
}