-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
159 lines (159 loc) · 5.41 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "@winter-love/web",
"version": "0.0.1",
"private": true,
"description": "web & app service",
"author": "Bichi Kim <[email protected]>",
"workspaces": [
"./packages/*",
"./apps/*"
],
"packageManager": "[email protected]",
"scripts": {
"build:android": "ionic cap build android",
"build:coong-client": "pnpm --filter @apps/coong-client run build:spa ",
"build:docs": "vitepress build docs",
"clean": "lerna clean --yes && rimraf node_modules",
"dev:android": "ionic cap run android -l --external --open",
"dev:docs": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:dev": "vitepress dev docs",
"docs:preview": "vitepress preview docs",
"format:package.json": "pnpm dlx sort-package-json \\\"package.json\\\" \\\"packages/*/package.json\\\" \\\"apps/*/package.json\\\" ",
"lint": "eslint --cache ./",
"lint:errors": "eslint --cache --quiet ./",
"lint:fix": "eslint --fix --ext .js,.ts,.tsx,.vue ./",
"publish:alpha": "lernan publish from-package --preid alpha --dist-tag alpha",
"publish:beta": "lerna publish from-package --preid beta --dist-tag beta",
"publish:next": "lerna publish from-package --preid next --dist-tag next",
"publish:patch": "lerna publish patch --no-private",
"start:local-docker": "docker-compose -f local/docker-compose.yml up -d",
"test": "vitest run",
"test:vitest": "vitest run",
"test:vitest:watch": "vitest watch",
"storybook": "storybook dev -p 6006",
"test:storybook": "test-storybook",
"check-types": "turbo check-types",
"prepare": "turbo build --filter=@winter-love/*"
},
"browserslist": [
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
],
"devDependencies": {
"@solidjs/testing-library": "^0.8.10",
"@storybook/addon-essentials": "^8.4.6",
"@storybook/addon-interactions": "^8.4.6",
"@storybook/addon-links": "^8.4.6",
"@storybook/blocks": "^8.4.6",
"@storybook/docs-tools": "^8.4.6",
"@storybook/test": "^8.4.6",
"@storybook/test-runner": "^0.20.0",
"@tanstack/vue-query": "^5.59.17",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/vue": "^8.1.0",
"@turbo/gen": "^2.2.3",
"@types/lodash": "^4.17.13",
"@types/node": "^22.9.0",
"@types/sinon": "^17.0.3",
"@unocss/vite": "^0.64.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue-jsx": "^4.0.1",
"@vue/test-utils": "^2.4.6",
"@winter-love/eslint-config": "workspace:*",
"@winter-love/solid-test": "workspace:*",
"@winter-love/unocss-config": "workspace:*",
"@winter-love/vite-plugin-monorepo-alias": "workspace:*",
"concurrently": "^9.1.0",
"cpx2": "^8.0.0",
"cross-env": "^7.0.3",
"flush-promises": "^1.0.2",
"happy-dom": "^15.11.6",
"identity-obj-proxy": "^3.0.0",
"import-meta-loader": "1.1.0",
"jsdom": "^25.0.1",
"lerna": "^8.1.9",
"lodash": "^4.17.21",
"portal-vue": "3.0.0",
"prettier": "^3.3.3",
"reflect-metadata": "^0.2.2",
"sinon": "^19.0.2",
"solid-js": "^1.9.3",
"storybook": "^8.4.6",
"storybook-solidjs": "^1.0.0-beta.6",
"storybook-solidjs-vite": "^1.0.0-beta.6",
"tsd": "^0.31.2",
"tslib": "^2.8.1",
"tsup": "^8.3.5",
"turbo": "latest",
"typescript": "^5.6.3",
"unplugin-icons": "^0.20.0",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.10",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-solid": "^2.10.2",
"vite-plugin-static-copy": "^2.0.0",
"vitepress": "^1.5.0",
"vitest": "^2.1.4",
"vue": "^3.5.12",
"vue-docgen-web-types": "^0.1.8",
"vue-router": "^4.4.5"
},
"engines": {
"node": ">= 16",
"pnpm": ">= 6.17"
},
"pnpm": {
"overrides": {
"@winter-love/vite-lib-config": "workspace:*",
"@winter-love/vite-plugin-monorepo-alias": "workspace:*",
"@winter-love/eslint-config": "workspace:*",
"@winter-love/solid": "workspace:*",
"@winter-love/solid-use": "workspace:*",
"@winter-love/solid-test": "workspace:*",
"@winter-love/solid-components": "workspace:*",
"@winter-love/use": "workspace:*",
"@winter-love/utils": "workspace:*",
"@winter-love/lodash": "workspace:*",
"semver@<5.7.2": "5.7.2",
"follow-redirects@<1.15.6": "1.15.6",
"vite@<4.5.3": "4.5.3",
"json5@<1.0.2": "1.0.2",
"uuid@<7.0.3": "7.0.3",
"parse-url@<8.1.0": "8.1.0",
"archiver@<5.3.1": "5.3.1",
"busboy@<1.6.0": "1.6.0",
"lodash@<4.17.21": "4.17.21",
"async@<3.2.2": "3.2.2",
"moment@<2.29.2": "2.29.2",
"dset@<3.1.2": "3.1.2",
"sharp@<0.30.5": "0.30.5",
"protobufjs@<6.11.3": "6.11.3",
"trim-newlines@<3.0.1": "3.0.1",
"ejs@<3.1.7": "3.1.7",
"minimist@<1.2.6": "1.2.6",
"follow-redirects@<1.14.7": "1.14.7",
"node-fetch@<2.6.7": "2.6.7",
"prismjs@<1.27.0": "1.27.0",
"simple-get@<2.8.2": "2.8.2",
"chokidar@<3.5.3": "3.5.3",
"esbuild@<0.13.14": "0.13.14",
"trim@<0.0.3": "0.0.3",
"glob-parent@<5.1.2": "5.1.2",
"immer@<9.0.6": "9.0.6",
"set-value@<4.0.1": "4.0.1",
"ansi-regex@<5.0.1": "5.0.1",
"browserslist@<4.16.5": "4.16.5"
}
},
"web-types": [
"./web-types.json"
]
}